Advertisement
styelsh

Little Black Dress Theme

Dec 18th, 2013
21,701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY 17YEAROLDELEANOR
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:text" content="#2e2e2e"/>
  12. <meta name="color:link" content="#2e2e2e"/>
  13. <meta name="color:scrollbar" content="#2e2e2e" />
  14.  
  15. <meta name="image:sidebar" content=""/>
  16. <meta name="if:400px posts" content=""/>
  17.  
  18. <meta name="text:Link 1" content="">
  19. <meta name="text:Link 1 Title" content="">
  20. <meta name="text:Link 2" content="">
  21. <meta name="text:Link 2 Title" content="">
  22. <meta name="text:Link 3" content="">
  23. <meta name="text:Link 3 Title" content="">
  24.  
  25. <head><title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29. <style type="text/css">
  30.  
  31. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  32. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  33. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  34. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  35. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  36. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  37. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  38.  
  39. body {
  40. background:#ffffff;
  41. font-family:arial;
  42. font-size:11px;
  43. letter-spacing:0px;
  44. line-height:90%;
  45. color:{color:text};
  46. }
  47.  
  48. a:link, a:active, a:visited{color: {color:link};}
  49. a:hover{color:{color:link}; text-decoration:underline;}
  50.  
  51. a {
  52. color:{color:link};
  53. text-decoration:none;
  54. -moz-transition-duration:0.4s;
  55. -webkit-transition-duration:0.4s;
  56. -o-transition-duration:0.4s;
  57. }
  58.  
  59. a:hover {
  60. color:{color:link};
  61. text-decoration:underline;
  62. -moz-transition-duration:0.4s;
  63. -webkit-transition-duration:0.4s;
  64. -o-transition-duration:0.4s;
  65. }
  66.  
  67. #container {
  68. background-color:{color:background};
  69. width:700px;
  70. margin: 0 auto -12px auto;
  71. text-align: center;
  72. }
  73.  
  74. .links{
  75. padding:5px;
  76. margin-top:3px;
  77. word-spacing:0px;
  78. text-align:center;
  79. }
  80.  
  81. .links a{
  82. padding:5px;
  83. letter-spacing:0px;
  84. color:{color:link};
  85. text-decoration:none;
  86. -moz-transition-duration:0.4s;
  87. -webkit-transition-duration:0.4s;
  88. -o-transition-duration:0.4s;
  89. }
  90.  
  91. .links a:hover{
  92. color:{color:link};
  93. text-decoration:underline;
  94. -moz-transition-duration:0.4s;
  95. -webkit-transition-duration:0.4s;
  96. -o-transition-duration:0.4s;
  97. }
  98.  
  99. #sidebar {
  100. margin-left:500px;
  101. top: 150px;
  102. position:fixed;
  103. width:260px;
  104. }
  105.  
  106. #descri {
  107. width:260px;
  108. padding:15px;
  109. }
  110.  
  111. #descri img {
  112. width:260px;
  113. margin-bottom:5px;
  114. }
  115.  
  116. #stext {
  117. margin-top:2px;
  118. margin-bottom:5px;
  119. padding:5px;
  120. text-align:center;
  121. }
  122.  
  123. .pagi {
  124. font-size:15px;
  125. margin-top:-30px;
  126. font-style:italic;
  127. margin-bottom:60px;
  128. padding:10px;
  129. margin-left:200px;
  130. }
  131.  
  132. h1 {
  133. font-size:15px;
  134. text-align:center;
  135. padding:10px;
  136. color:{color:text};
  137. }
  138.  
  139. h2 {
  140. font-size:15px;
  141. text-align:justify;
  142. font-weight:normal;
  143. padding:10px;
  144. }
  145.  
  146. #asker {
  147. float:left;
  148. padding:1px;
  149. margin-top:-2px;
  150. margin-right:5px;
  151. }
  152.  
  153. #question {
  154. line-height:90%;
  155. }
  156.  
  157. #answer {
  158. line-height:90%;
  159. }
  160.  
  161. blockquote {
  162. border-left:1px solid #e9e7e7;
  163. padding-left:10px;
  164. margin:5px;
  165. }
  166.  
  167. #stuffcontainer {
  168. float:left;
  169. text-align:left;
  170. background-color:{color:bg};
  171. color:{color:text};
  172. margin-bottom: 0px;
  173. {block:ifNot400pxposts}
  174. width:400px;
  175. {/block:ifNot400pxposts}
  176. {block:if400pxposts}
  177. width:400px;
  178. {/block:if400pxposts}
  179. }
  180.  
  181. #stuff {
  182. {block:ifNot400pxposts}
  183. width:400px;
  184. margin-left:50px;
  185. {/block:ifNot400pxposts}
  186. {block:if400pxposts}
  187. width:400px;
  188. margin-left:50px;
  189. {/block:if400pxposts}
  190. margin-top:50px;
  191. text-align:justify;
  192. margin-bottom:60px;
  193. padding:10px;
  194. line-height:90%;
  195. letter-spacing:0px;
  196. background-color:#ffffff;
  197. color:{color:text};
  198. }
  199.  
  200. #postinfo {
  201. margin-top:0px;
  202. {block:ifNot400pxposts}
  203. width:400px;
  204. {/block:ifNot400pxposts}
  205. {block:if400pxposts}
  206. width:400px;
  207. {/block:if400pxposts}
  208. padding-top:10px;
  209. line-height:90%;
  210. text-align:right;
  211. }
  212.  
  213. .tags {
  214. {block:ifNot400pxposts}
  215. width:400px;
  216. {/block:ifNot400pxposts}
  217. {block:if400pxposts}
  218. width:400px;
  219. {/block:if400pxposts}
  220. text-align:right;
  221. margin-top:2px;
  222. line-height:90%;
  223. }
  224.  
  225. ol.notes {
  226. width:400px;
  227. margin-left:50px;
  228. padding:0px;
  229. margin:0px 0px 0px 50px;
  230. list-style-type:none;
  231. text-align:left;
  232. }
  233. ol.notes li.note {
  234. padding: 10px;
  235. }
  236. ol.notes li.note img.avatar {
  237. vertical-align:-4px;
  238. margin-right:10px;
  239. width:16px;
  240. height:16px;
  241. -webkit-border-radius:100px;
  242. -moz-border-radius:100px;
  243. border-radius:100px;
  244. }
  245. ol.notes li.note span.action {
  246. font-weight:normal;
  247. }
  248. ol.notes li.note .answer_content {
  249. font-weight:normal;
  250. }
  251. ol.notes li.note blockquote {
  252. padding:9px 6px 9px 6px;
  253. }
  254.  
  255. #cred {
  256. bottom:30px;
  257. font-style:none;
  258. right:35px;
  259. position:fixed;
  260. }
  261.  
  262. </style>
  263. <style type="text/css">{CustomCSS}</style>
  264.  
  265. </head>
  266. <body>
  267.  
  268. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  269.  
  270. <div id="container">
  271.  
  272. <div id="sidebar">
  273. <div id="descri">
  274.  
  275. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  276.  
  277. <div id="stext">
  278. {Description}
  279. </div>
  280.  
  281. <select onChange="location.href=this.options[this.selectedIndex].value;" style="width: 150px; font-family:arial; font-size:11px;">
  282. <option value="/">navigation</option>
  283. <option value="/">home</option>
  284. <option value="/ask">ask</option>
  285. <option value="{text:Link 1}">{text:Link 1 Title}</option>
  286. <option value="{text:Link 2}">{text:Link 2 Title}</option>
  287. <option value="{text:Link 3}">{text:Link 3 Title}</option>
  288. </select>
  289.  
  290. </div></div>
  291.  
  292. <div id="stuffcontainer">
  293.  
  294. {block:Posts}<div id="stuff">
  295.  
  296. <br><br>
  297.  
  298. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  299.  
  300. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  301.  
  302. {block:Quote}<h2>“{Quote}” <br><br><center><b>— {Source}</b></center></h2>{/block:Quote}
  303.  
  304. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  305. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  306.  
  307. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-400}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  308.  
  309. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  310.  
  311. {block:Video} {block:ifNot400pxposts}{Video-400}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  312.  
  313. {block:Answer}<div id="asker"></div><big><B>{Asker}</B></big><br><div id="question">{Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  314.  
  315. {block:Audio}<div class="audio"><div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><br><div class="playercontainer">{AudioPlayerWhite}</div></div>{block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  316.  
  317. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</a>{block:NoteCount}&nbsp;&nbsp;<a href="{Permalink}">(+{NoteCount})</a>{/block:NoteCount}&nbsp;&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}"
  318. title="{ReblogParentTitle}">via</a> /
  319. <a href="{ReblogRootURL}"title="{ReblogRoottitle}">src</a>{/block:RebloggedFrom}
  320.  
  321. </div></div>
  322. {/block:Date}
  323.  
  324. {block:HasTags}
  325. <div class="tags">
  326. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  327. {/block:HasTags}
  328.  
  329. </div>
  330.  
  331. {block:PostNotes}{PostNotes}{/block:PostNotes}
  332.  
  333. {/block:Posts}
  334.  
  335. {block:ContentSource}
  336. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  337.  
  338. {block:Pagination}
  339. <div class="pagi">
  340. {block:PreviousPage}
  341. <a href="{PreviousPage}">prev</a>
  342. {/block:PreviousPage}
  343. {block:NextPage}
  344. <a href="{NextPage}">next</a>
  345. {/block:NextPage}
  346. </div>
  347. {/block:Pagination}
  348.  
  349. </div>
  350.  
  351. </body>
  352. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement