e-law-ise

html8

Apr 23rd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. <title>Blogroll</title>
  8.  
  9.  
  10. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  11. <style>
  12. div#qTip {
  13. padding: 3px;
  14. display: none;
  15. text-align: center;
  16. position: absolute;
  17. font-size:7px;
  18. line-height:9px;
  19. font-family:cambria;
  20. z-index: 10000000000000000000000000000000000000000000000000000000000000;
  21. border: 1px solid #7E7F80;
  22. background-color:#ffffff;
  23. color: #A7A7A8;
  24. text-transform:uppercase;
  25. letter-spacing: 1px;
  26. }
  27. </style>
  28.  
  29. <style type="text/css">
  30.  
  31. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  32.  
  33. ::-webkit-scrollbar-thumb:vertical {
  34. background-color: #ccc; /*Change color of scroll bar*/
  35. height:5px;
  36. }
  37. ::-webkit-scrollbar-corner {
  38. background-color: transparent;
  39. }
  40. ::-webkit-scrollbar-thumb:horizontal {
  41. background-color: #ccc; /*Change color of scroll bar*/
  42. height:5px!important;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. height:7px;
  47. width:5px;
  48. }
  49.  
  50. /* title and links code */
  51.  
  52. #title {
  53. margin-right:auto;
  54. margin-left:auto;
  55. height:auto;
  56. padding:2px;
  57. letter-spacing:2px;
  58. width:400px;
  59. margin-top:20px;
  60. font-size:20px;
  61. font-family:calibri;
  62. font-style:italic;
  63. text-align:right;
  64. color:#A7A7A8;
  65. border-bottom:1px dashed #A7A7A8;
  66. }
  67.  
  68. #links {
  69. margin-top:4px;
  70. margin-left:auto;
  71. margin-right:auto;
  72. width:400px;
  73. height:auto;
  74. text-align:left;
  75. }
  76. #links a {
  77. display:inline-block;
  78. width:44px;
  79. padding:2px 0px 2px 0px;
  80. background-color:#ffffff;
  81. color:#CCCCCC;
  82. font-size:10px;
  83. font-family:calibri;
  84. text-align:center;
  85. letter-spacing:1px;
  86. margin-left:auto;
  87. margin-right:auto;
  88. text-transform:uppercase;
  89. text-decoration:none;
  90. border: 1px solid #CCCCCC;
  91. -o-transition: all 0.5s ease-out;
  92. -webkit-transition: all 0.5s ease-out;
  93. -moz-transition: all 0.5s ease-out;
  94. }
  95.  
  96. #links a:hover {
  97. background-color:#E1E1E3;
  98. color:#ffffff;
  99. border: 1px solid #ffffff;
  100. -o-transition: all 0.5s ease-out;
  101. -webkit-transition: all 0.5s ease-out;
  102. -moz-transition: all 0.5s ease-out;
  103. }
  104.  
  105.  
  106. /* blogroll code */
  107.  
  108. #blogroll {
  109. margin-right:auto;
  110. margin-left:auto;
  111. height:400px;
  112. padding:2px;
  113. overflow:scroll;
  114. letter-spacing:2px;
  115. width:420px;
  116. margin-top:25px;
  117. color:#A7A7A8;
  118. border:2px solid #A7A7A8;
  119. }
  120.  
  121. .icon{
  122. display:inline-block;
  123. opacity:.6;
  124. filter: {FollowedPortraitURL};
  125. filter: gray;
  126. -webkit-filter: grayscale(100%);
  127. -moz-transition: all 0.5s ease-in-out;
  128. -webkit-transition: all 0.5s ease-in-out;
  129. transition: all 0.5s ease-in-out;
  130. }
  131. .icon:hover {
  132. opacity:1;
  133. filter: none;
  134. -webkit-filter: grayscale(0%);
  135. -moz-transition: all 0.5s ease-in-out;
  136. -webkit-transition: all 0.5s ease-in-out;
  137. transition: all 0.5s ease-in-out;
  138. }
  139.  
  140. #credit a {
  141. display:inline-block;
  142. width:40px;
  143. background-color:#fff;
  144. color:gray;
  145. text-decoration:none;
  146. border-right:1px solid;
  147. border-left: 1px solid;
  148. border-color:#878787;
  149. padding: 2px 0px 2px 0px;
  150. -o-transition: all 1s ease-out;
  151. -webkit-transition: all 1s ease-out;
  152. -moz-transition: all 1s ease-out;
  153. }
  154.  
  155. #credit a {
  156. display:inline-block;
  157. width:40px;
  158. background-color:#fff;
  159. color:gray;
  160. text-decoration:none;
  161. border-right:1px solid;
  162. border-left: 1px solid;
  163. border-color:#878787;
  164. padding: 2px 0px 2px 0px;
  165. -o-transition: all 1s ease-out;
  166. -webkit-transition: all 1s ease-out;
  167. -moz-transition: all 1s ease-out;
  168. }
  169.  
  170. #credit a:hover {
  171. background-color:#667371;
  172. color:#fff;
  173. border-color:#fff;
  174. -o-transition: all 1s ease-out;
  175. -webkit-transition: all 1s ease-out;
  176. -moz-transition: all 1s ease-out;
  177. }
  178.  
  179. #credit {
  180. display:inline-block;
  181. font-size:10px;
  182. font-family: calibri;
  183. text-align:center;
  184. letter-spacing:1px;
  185. width:40px;
  186. height:15px;
  187. position: fixed;
  188. padding-top:1px;
  189. right:25px;
  190. bottom:10px;
  191.  
  192. }
  193.  
  194. #addspace {
  195. width:100%;
  196. height:50px;
  197. margin-top:5px;
  198. margin-bottom:5px;
  199. }
  200.  
  201. iframe#tumblr_controls {
  202. top: 0% !important;
  203. right:0% !important;
  204. opacity:0.3;
  205. position: fixed !important;
  206. filter:alpha(opacity=100);
  207. -webkit-transition: all 0.7s ease;
  208. -moz-transition: all 0.7s ease;
  209. -o-transition: all 0.7s ease;
  210. }
  211. iframe#tumblr_controls:hover{
  212. top: 0% !important;
  213. right:0% !important;
  214. opacity:0.8;
  215. position: fixed !important;
  216. filter:alpha(opacity=100);
  217. -webkit-transition: all 0.7s ease;
  218. -moz-transition: all 0.7s ease;
  219. -o-transition: all 0.7s ease;
  220. }
  221.  
  222. </style>
  223.  
  224. <body>
  225.  
  226. <!-- Title and Links code -->
  227.  
  228. <div id="title">Blogroll</div>
  229.  
  230. <div id="links">
  231. <a href="/">HOME</a>
  232. <a href="/navigation">NAVI</a>
  233. <a href="/me">About</a>
  234. <a href="/inquire">ASK</a>
  235. </div>
  236.  
  237.  
  238. <!-- Blogroll code -->
  239.  
  240. <div id="blogroll">
  241. {block:Following}{block:Followed}<a target='blank' href='{followedURL}' title='{FollowedName}'><img border='0' src='{FollowedPortraitURL-64}' alt="{FollowedTitle}" style="padding:2px; border:1px solid gray; margin:4px;" class="icon"/></a>
  242. {/block:Followed}{/block:Following}
  243. </div>
  244.  
  245.  
  246. <!------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  247. ---------------------- remove the credit on my stuff -----------------------
  248. --------------------------------------------------------------------------->
  249.  
  250. <div id="credit">
  251. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu">---a---</a></div>
  252. </div>
  253.  
  254.  
  255. </body>
Advertisement
Add Comment
Please, Sign In to add comment