Advertisement
Guest User

enrapture

a guest
Oct 24th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2.  
  3. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  4.  
  5. <title>deep in the blue i'm</title>
  6. <style type="text/css">
  7. /* coding completely written by ~catherine; please don't remove or change the credit. */
  8.  
  9. /* bg color */
  10.  
  11. body{background-color:#f9f9f9;}
  12.  
  13.  
  14.  
  15. /* makes the entries closer together */
  16.  
  17. table{margin-bottom: -4px;}
  18.  
  19.  
  20.  
  21. /* font on entire layout */
  22.  
  23. td{font-family: arial; font-size: 12px; line-height: 12px; color:#717070;}
  24.  
  25.  
  26.  
  27. /* justifies the text */
  28.  
  29. tr{text-align:justify;}
  30.  
  31.  
  32.  
  33. /* links */
  34.  
  35. a{color: #D198B5; text-decoration: none;-moz-transition: all 2.0s ease-out; -o-transition: all 2.0s ease-out; -webkit-transition: all 2.0s ease-out; transition: all 2.0s ease-out;}
  36.  
  37. a:hover{color: #b2b2b2; text-decoration: none; -moz-transition: all 1.0s ease-out; -o-transition: all 2.0s ease-out; -webkit-transition: all 2.0s ease-out; transition: all 2.0s ease-out;}
  38.  
  39.  
  40.  
  41. /* borders */
  42.  
  43. table{border: 0px #ffffff dashed;}
  44.  
  45. table table{border: 0px;}
  46.  
  47.  
  48.  
  49. /* top left title - removed */
  50.  
  51. table table tr.caption td.caption{display:none;}
  52.  
  53.  
  54.  
  55. /* icon effects */
  56.  
  57. .shadowed img{width: 75; height: 75; border: 1px dashed #D198B5; padding: 2px; border-radius: 50 50 50 0;}
  58.  
  59.  
  60. /* field name */
  61.  
  62. .shadowed td div{font-size: 32px; font-family: 'Great Vibes', cursive; line-height: 15px; letter-spacing: 0; text-shadow: #BAD1C8 1px 1px 1px;}
  63.  
  64.  
  65. /* image in header */
  66.  
  67. .shadowed{background-image:url(); background-repeat: no-repeat; background-position: 425; height:; background-color: #ffffff;}
  68.  
  69.  
  70. /* main links under field name */
  71.  
  72. table table table table td.meta{font-size: 7px;}
  73.  
  74.  
  75. /* upper right links */
  76.  
  77. .index{font-size: 7px; text-transform: uppercase; letter-spacing: 1; font-family: arial narrow; line-height: 7px; background-color: #ffffff;}
  78.  
  79.  
  80. /* subject */
  81.  
  82. p table table td.caption{font-family: Great Vibes; letter-spacing: 1; text-shadow: 1px 1px 1px #b2b2b2; text-transform: lowercase; font-size: 21px; line-height: 18px; padding-bottom: 0px; background-color: #ffffff;}
  83.  
  84.  
  85. /* lock picture - small */
  86.  
  87. p table table td.caption img{width: 4pt; height: 4pt;}
  88.  
  89.  
  90. /* effects in the update boxes */
  91.  
  92. .entrybox{background-color: #ffffff; background-image: ; border-radius: 0 0 0 0; box-shadow: #ababab 0px 0px 0px;}
  93.  
  94. /* usericons & locks. */
  95. .ljuser img {display:none;}
  96. .ljuser:before {content: "✮";}
  97. .caption img {width:8px; height:8px;}
  98.  
  99. /* date and time - removed */
  100.  
  101. .entrybox td.index, .index3{display:none;}
  102.  
  103.  
  104.  
  105. /* date and time on new line */
  106.  
  107. .index2{font-family: arial narrow; font-size: 7px; text-transform: uppercase; letter-spacing: 1px; line-height: 6px; color: #000000;}
  108.  
  109.  
  110.  
  111. /* viewing at the bottom */
  112.  
  113. .meta{font-size: 7px; line-height: 8px; text-transform: uppercase; letter-spacing: 1; font-family: arial narrow; background-color: #ffffff;}
  114.  
  115.  
  116.  
  117. /* comments */
  118.  
  119. .comments{font-size: 14px;font-family: 'Great Vibes', cursive; font-weight: none; letter-spacing: 1px; line-height: 14px; padding: 2px; text-shadow: ;}
  120.  
  121.  
  122.  
  123. /* user image - removed */
  124.  
  125. .ljuser img{display:none;}
  126.  
  127.  
  128.  
  129. /* image effects */
  130.  
  131. img {opacity:0.7; filter:alpha(opacity=70); -moz-transition: all 2.0s ease-out; -o-transition: all 2.0s ease-out; -webkit-transition: all 2.0s ease-out; transition: all 2.0s ease-out;}
  132.  
  133. img:hover {opacity:1.0;filter:alpha(opacity=100); -moz-transition: all 2.0s ease-out; -o-transition: all 2.0s ease-out; -webkit-transition: all 2.0s ease-out; transition: all 2.0s ease-out;}
  134.  
  135. img:hover {-webkit-transform: filter: grayscale(10%); -webkit-filter: grayscale(10%);-moz-filter: grayscale(10%);-o-filter: grayscale(10%);-ms-filter: grayscale(10%);}
  136.  
  137. </style>
  138.  
  139.  
  140. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement