document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. div.links-block {
  2.     color: white;
  3.     font-family: \'Georgia Pro\', georgia, serif;
  4.     font-size: 1.2em;
  5.     -webkit-font-smoothing: antialiased;
  6.     -webkit-font-feature-settings: "liga", "dlig", "onum";
  7. }
  8. div.links-block a {
  9.     color: rgba(255, 255, 255, 0.8);
  10.     font-style: italic;
  11. }
  12. div.links-block a:hover {
  13.     color: white;
  14.     text-shadow: none;
  15. }
  16.  
  17. div#stay-in-touch > ul {
  18.     background: url("../img/corner.png") no-repeat scroll 0 0 #F35F04;
  19. }
  20. div#stay-in-touch > ul a {
  21.     /*color: #2581C3; */
  22.     /*color: #8ABB02; */
  23.     /*color: #618C00; */
  24.     /*color: #F35F04; */
  25.     /*color: #F3F4F3; */
  26.    
  27.     /*color: #732B34; */
  28.     /*color: #1D448D; */
  29.     /*color: #2C7AD8; */
  30.     /*color: #457619; */
  31.     /*color: #A1C266; */
  32.    
  33.     /*color: #71D221 */
  34.     /*color: #A7A6A1 */
  35.     /*color: #735B41 */
  36.     /*color: #F5F4F2 */
  37.     /*color: #0C0C0A */    
  38. }
  39.  
  40. div.links-block > ul#blogs {
  41.     background: url("../img/corner.png") no-repeat scroll 0 0 #8ABB02;
  42. }
  43.  
  44. div.links-block#corporate > ul {
  45.     background: url("../img/corner.png") no-repeat scroll 0 0 #8ABB02;
  46. }
  47.  
  48. div.links-block#various > ul {
  49.     background: url("../img/corner.png") no-repeat scroll 0 0 #2C7AD8;
  50. }
  51.  
  52. div.links-block#forge > div {
  53.     background: url("../img/corner.png") no-repeat scroll 0 0 #2C7AD8;
  54. }
  55.  
  56. div.links-block#forge > div h3 {
  57.     color: inherit;
  58.     text-shadow: none;
  59.     letter-spacing: 0.1em;
  60. }
');