madysthemes

Custom network theme

May 5th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. <!--
  2. please keep the custom theme credit, even if you do edit :)
  3. -->
  4.  
  5. <head>
  6.  
  7. <link rel="shortcut icon" href="{favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{rss}">
  9.  
  10. <meta name="image:sidebar" content=""/>
  11.  
  12. <style type="text/css">
  13.  
  14. body
  15. {font-family: times;
  16. font-size: 11px;
  17. background-position: fixed;
  18. background-attachment:fixed;
  19. background-repeat:repeat;
  20. background-color:#fff;}
  21.  
  22. a:link, a:active, a:visited{
  23. color: #777777;
  24. text-decoration: none;
  25. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  26. }
  27.  
  28. ::-webkit-scrollbar {width: 3px; height: 4px; background-color: #fff;}
  29.  
  30. ::-webkit-scrollbar-thumb { background-color: {color:link};}
  31.  
  32. a:hover {
  33. text-decoration: underline;
  34. font-style: italic; }
  35.  
  36.  
  37. /*dont touch*/
  38.  
  39.  
  40. #all
  41. {margin:40;
  42. margin-left:21%;}
  43.  
  44. #pannel
  45. {width:210px;
  46. height:240px;
  47. padding:2px;
  48. background-color:#fff;
  49. }
  50.  
  51. #poster
  52. {width:180px;
  53. padding:10px;
  54. overflow:hidden;
  55. background-color:#fff;}
  56.  
  57. #poster img {
  58. margin-top:14px;
  59. border: 2px solid #EFEFEF;
  60. height:180px;
  61. width:180px;}
  62.  
  63. #about/*Description*/
  64. {text-align:center;
  65. padding:10px;
  66. padding-top:3px;
  67. margin-top:20px;
  68. margin-left:0px;
  69. margin-right:0px;
  70. margin-bottom:0px;
  71. position:absolute;
  72. width:220px;
  73. height:15px;
  74.  
  75. opacity:1;
  76. font-size:9px;
  77. background:white;
  78. color:#777;
  79. }
  80. #wat { }
  81.  
  82.  
  83.  
  84.  
  85.  
  86. /*dont touch's end*/
  87.  
  88. #top
  89. {width:685px;
  90. height:80px;
  91. font-family: times;
  92. font-size:13px;
  93. margin-left: 22%;
  94. line-height:180%;
  95. padding:2px;
  96. margin-top: 0px;
  97. text-align:center;
  98. border-bottom:double #898989;
  99. text-transform:lowercase;
  100. background-color:#fff;
  101. }
  102.  
  103.  
  104. #admin {
  105. font-size:10px;
  106. color:#fff;
  107. font-family:times;
  108. letter-spacing: 1px;
  109. text-align: center;
  110. border-bottom: double #898989;
  111. padding:4px;
  112. }
  113.  
  114. #sidebarey {
  115. position:fixed;
  116. color:{color:text};
  117. width:160px;
  118. height:auto;
  119. margin-top:0px;
  120. margin-left:30px;
  121. text-align:left;
  122. }
  123.  
  124. #sidebarey img {
  125. width:160px;
  126. height:auto;
  127. margin-bottom:10px;
  128. }
  129.  
  130. #sidebarey:hover {
  131. opacity:0.8;
  132. -webkit-transition: all 0.5s ease-out;
  133. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  134.  
  135. .descriptioney {
  136. margin-top:-145px;
  137. text-align:center;
  138. width: 130px;
  139. font-size:9px;
  140. color:#000;
  141. letter-spacing:1px;
  142. line-height:180%;
  143. font-family: baskerville;
  144. background:#fff;
  145. border: 1px solid #898989;
  146. padding: 4px;
  147.  
  148. }
  149. .
  150.  
  151.  
  152.  
  153.  
  154. #bite {background:#fff;}
  155. #bite a{
  156. background:#fff;
  157. }
  158. #bite .death {
  159. margin-right:0px;filter: alpha(opacity = 0.9);
  160. opacity:0;-webkit-transition: all 0.5s ease-out;
  161. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  162. background:#fff;
  163. }
  164.  
  165. #bite:hover .death {
  166. margin-left:0px;
  167. background:#fff;
  168. -webkit-transition: all 1s ease-out;
  169. -moz-transition: all 1s ease-out;
  170. transition: all 1s ease-out;
  171. filter: alpha(opacity = 0.9);
  172. filter: alpha(opacity = 0.9);
  173. opacity:0.9999;
  174. background:#fff;
  175. }
  176.  
  177. #credit {
  178. position:fixed;
  179. font-size:9px;
  180. font-weight:normal;
  181. line-height:140%;
  182. letter-spacing:1px;
  183. right:10px;
  184. font-family: times;
  185. font-style: italic;
  186. bottom:10px;
  187. text-transform:lowercase;
  188. text-align:center;
  189. outline: 1px solid #BFBFBF;
  190. }
  191.  
  192. #credit a {
  193. padding:2px;
  194. color:{color:text};
  195. -moz-transition-duration:0.5s;
  196. -webkit-transition-duration:0.5s;
  197. -o-transition-duration:0.5s;
  198. }
  199.  
  200.  
  201. </style>
  202.  
  203.  
  204. <div id="border-top"></div>
  205. <div id="title"></div>
  206. <div id="bite">
  207. <div id="sidebarey">
  208. <img src="{image:sidebar}">
  209. <div class="death">
  210. <div class="descriptioney">
  211. {Description}
  212. </div></div></div>
  213.  
  214.  
  215.  
  216. </div>
  217. <div id="top"><p>
  218. <big><big><big><font face="baskerville">{Title}</big></big></big></font>
  219. <p><small>
  220. <a href=" ">link</a> -
  221. <a href=" ">link</a> -
  222. <a href=" ">link</a></small>
  223. </div></div>
  224.  
  225. <table id="all" border="0" cellpadding="0" cellspacing="20">
  226.  
  227. <td><div id="pannel">
  228. <div id="poster">
  229. <div id="admin"><a href="http://24.media.tumblr.com/a5227506db1f5cc0ea7783e23b66e071/tumblr_mmbx1mdghA1s91oxeo1_250.png">-name-</a></div>
  230.  
  231. <!--about-->
  232. <img width="250px" src="http://24.media.tumblr.com/a5227506db1f5cc0ea7783e23b66e071/tumblr_mmbx1mdghA1s91oxeo1_250.png"/><!--replace this url with the image url you want to use-->
  233. </div><!--poster-->
  234.  
  235. </div></td>
  236.  
  237. <td><div id="pannel">
  238. <div id="poster">
  239. <div id="admin"><a href="http://inspiredbylou.tumblr.com/post/48962195830/these-themes-are-super-simple-so-i-thought-it">-name-</a></div>
  240.  
  241. <!--about-->
  242. <img width="250px" src="http://24.media.tumblr.com/a5227506db1f5cc0ea7783e23b66e071/tumblr_mmbx1mdghA1s91oxeo1_250.png"/><!--replace this url with the image url you want to use-->
  243. </div><!--poster-->
  244.  
  245. </div></td>
  246.  
  247. <!--start of the pannel-->
  248. <td><div id="pannel">
  249. <div id="poster">
  250. <div id="admin"><a href="http://inspiredbylou.tumblr.com/post/48962195830/these-themes-are-super-simple-so-i-thought-it">-name-</a></div>
  251.  
  252. <!--about-->
  253. <img width="250px" src="http://24.media.tumblr.com/a5227506db1f5cc0ea7783e23b66e071/tumblr_mmbx1mdghA1s91oxeo1_250.png"/><!--replace this url with the image url you want to use-->
  254. </div><!--poster-->
  255.  
  256. </div></td>
  257. <!--end of the pannel-->
  258.  
  259.  
  260.  
  261. </table><!--all-->
  262.  
  263.  
  264. <div id="credit"><a href="http://inspiredbylou.tumblr.com/">custom theme</a></div>
  265.  
  266.  
  267.  
  268. <!--sidebar-->
  269.  
  270. </body>
  271. </html>
Advertisement
Add Comment
Please, Sign In to add comment