Advertisement
missdilaurentis

MissDiLaurentis Blogroll page #1

Oct 10th, 2013
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. <!-- BLOGROLL PAGE #1 BY JASONDILAURENTS
  2.  
  3. http://jasondilaurentis.tumblr.com
  4. http://themesbyjasondilaurents.tumblr.com
  5.  
  6. DON'T REMOVE THE CREDIT, USE AS A BASE OR CLAIM AS YOUR OWN.
  7. THANKS FOR USING MY THEMES. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <!--FONTS-->
  18. <link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  21.  
  22. <style type="text/css">
  23.  
  24.  
  25. body {
  26. background-color:#ffffff;
  27.  
  28. /*BACKGROUND IMAGE URL*/
  29.  
  30. background-image:url('http://static.tumblr.com/g1muzcu/GVdmug101/gplaypattern.png');
  31.  
  32. font-family:pt sans;
  33. font-size:11px;
  34. color:#000000; }
  35.  
  36. /*SCROLLBAR*/
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {
  39. background-color: #7EBDEB;
  40. height:100px;
  41. }
  42.  
  43. ::-webkit-scrollbar {
  44. height:10px;
  45. width:10px;
  46. background-color: transparent;}
  47.  
  48. /*SELECTION*/
  49.  
  50. ::selection {
  51. background:#7EBDEB;
  52. color:#ffffff;}
  53.  
  54. ::-moz-selection {
  55. background:#7EBDEB;
  56. color:#ffffff;}
  57.  
  58. ::-webkit-selection {
  59. background:#7EBDEB;
  60. color:#ffffff;}
  61.  
  62. b, strong {color:#adacac}
  63. i, em {color:#adacac}
  64.  
  65. #wrap {
  66. position:relative;
  67. top:100px;
  68. width:880px;
  69. margin:0 auto;
  70. padding:5px;}
  71.  
  72. #container {
  73. width:500px;
  74. background-color:transparent;
  75. max-height:265px;
  76. margin-left:auto;
  77. margin-right:auto;
  78. padding:0px;
  79. text-align:left;
  80. overflow:auto;}
  81.  
  82. #info {
  83. margin-top:-15px;
  84. padding:5px;
  85. text-align:center;}
  86.  
  87. a {
  88. text-decoration:none;
  89. color:#7EBDEB;
  90. -webkit-transition: all 0.3s ease-in-out;
  91. -moz-transition: all 0.3s ease-in-out;
  92. -o-transition: all 0.3s ease-in-out;
  93. -ms-transition: all 0.3s ease-in-out;
  94. transition: all 0.3s ease-in-out;}
  95.  
  96. a:hover {
  97. text-decoration:underline;
  98. color:#000000;
  99. -webkit-transition: all 0.3s ease-in-out;
  100. -moz-transition: all 0.3s ease-in-out;
  101. -o-transition: all 0.3s ease-in-out;
  102. -ms-transition: all 0.3s ease-in-out;
  103. transition: all 0.3s ease-in-out;}
  104.  
  105. .nav a{
  106. letter-spacing:1px;
  107. text-decoration:none;
  108. font-family:calibri;
  109. text-transform:uppercase;
  110. font-weight:bold;
  111. font-style:none;
  112. font-size:8px;
  113. color:#000000;
  114. border-bottom:3px solid;
  115. border-color:transparent;
  116. -webkit-transition: all 0.3s ease-in-out;
  117. -moz-transition: all 0.3s ease-in-out;
  118. -o-transition: all 0.3s ease-in-out;
  119. -ms-transition: all 0.3s ease-in-out;
  120. transition: all 0.3s ease-in-out; }
  121.  
  122. .nav a:hover {
  123. letter-spacing:3px;
  124. text-decoration:none;
  125. font-family:calibri;
  126. text-transform:uppercase;
  127. font-weight:bold;
  128. font-style:none;
  129. font-size:8px;
  130. color:#000000;
  131. border-bottom:3px solid;
  132. border-color:#7EBDEB;
  133. -webkit-transition: all 0.3s ease-in-out;
  134. -moz-transition: all 0.3s ease-in-out;
  135. -o-transition: all 0.3s ease-in-out;
  136. -ms-transition: all 0.3s ease-in-out;
  137. transition: all 0.3s ease-in-out;}
  138.  
  139. .credit {font-family:cambria; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold;}
  140.  
  141. .credit a{font-family:cambria; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold;}
  142.  
  143. .title a, .title{
  144. font-style:none;
  145. font-weight:bold;
  146. font-family:Kaushan Script;
  147. font-size:40px;
  148. letter-spacing:1px;
  149. color:#7EBDEB;
  150. text-align:center;
  151. margin-top:10px;
  152. margin-bottom:20px;
  153. text-shadow: 1px 1px 1px #525252;}
  154.  
  155. .title:first-letter {
  156. color:#000000;}
  157.  
  158. ul {
  159. list-style: none;
  160. margin-left: 0%;}
  161.  
  162. li {
  163. float: left;
  164. margin: 1%;}
  165.  
  166. </style>
  167.  
  168. <div id="wrap">
  169.  
  170. <div class="credit"><a href="http://themesbyjasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  171.  
  172. <!--YOUR TITLE HERE-->
  173. <div class="title">blogroll.</div></br>
  174.  
  175. <!--LINKS-->
  176. <div id="info"><div class="nav">
  177. <a href="/">BACK</a>&nbsp;&nbsp;&nbsp;&nbsp;
  178. <a href="/ask">ASK</a> &nbsp;&nbsp;&nbsp;&nbsp;
  179. <a href="/">LINK 3</a> &nbsp;&nbsp;&nbsp;&nbsp;
  180. <a href="/">LINK 4</a> &nbsp;&nbsp;&nbsp;&nbsp;
  181. <a href="/">LINK 5</a> &nbsp;&nbsp;&nbsp;&nbsp;
  182. <a href="/">LINK 6</a> </div>
  183. </br></br></div>
  184.  
  185. <div id="container">
  186.  
  187. {block:Following}<ul>{block:Followed}<li><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}"/></a></li>{/block:Followed}</ul>{/block:Following}</div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement