Advertisement
styelsh

Eighteen Cool Theme

Oct 6th, 2013
55,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.20 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 CAULDERS
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#2e2e2e"/>
  13. <meta name="color:link" content="#2e2e2e"/>
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:scrollbar" content="#2e2e2e" />
  16. <meta name="color:textpost" content="#f8f8f8" />
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="if:400px posts" content=""/>
  20. <meta name="if:Title" content=""/>
  21.  
  22. <meta name="text:Link 1" content="">
  23. <meta name="text:Link 1 Title" content="">
  24. <meta name="text:Link 2" content="">
  25. <meta name="text:Link 2 Title" content="">
  26. <meta name="text:Link 3" content="">
  27. <meta name="text:Link 3 Title" content="">
  28.  
  29. <head><title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  36. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  37. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  38. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  39. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  40. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  41. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  42.  
  43. body {
  44. background:{color:background};
  45. font-family:arial;
  46. font-size:9px;
  47. letter-spacing:0px;
  48. color:{color:text};
  49. line-height:120%;}
  50.  
  51. a:link, a:active, a:visited{color: {color:link};}
  52. a:hover{color:{color:link}; text-decoration:underline;}
  53.  
  54. a {
  55. color:{color:link};
  56. text-decoration:none;
  57. -moz-transition-duration:0.4s;
  58. -webkit-transition-duration:0.4s;
  59. -o-transition-duration:0.4s;
  60. }
  61.  
  62. a:hover {
  63. color:{color:link};
  64. text-decoration:underline;
  65. -moz-transition-duration:0.4s;
  66. -webkit-transition-duration:0.4s;
  67. -o-transition-duration:0.4s;
  68. }
  69.  
  70. #container {
  71. background-color:{color:background};
  72. width:700px;
  73. margin: 0 auto -12px auto;
  74. text-align: center;
  75. }
  76.  
  77. .links{
  78. margin-top:5px;
  79. word-spacing:1px;
  80. text-align:center;
  81. }
  82.  
  83. .links a{
  84. padding:5px;
  85. letter-spacing:0px;
  86. color:{color:link};
  87. text-decoration:none;
  88. -moz-transition-duration:0.4s;
  89. -webkit-transition-duration:0.4s;
  90. -o-transition-duration:0.4s;
  91. }
  92.  
  93. .links a:hover{
  94. color:{color:link};
  95. text-decoration:underline;
  96. -moz-transition-duration:0.4s;
  97. -webkit-transition-duration:0.4s;
  98. -o-transition-duration:0.4s;
  99. }
  100.  
  101. #title {
  102. {block:ifTitle}
  103. margin-bottom:10px;
  104. {/block:ifTitle}
  105. }
  106.  
  107. #sidebar {
  108. margin-left:-100px;
  109. top: 150px;
  110. position:fixed;
  111. width:245px;
  112. }
  113.  
  114. #descri {
  115. background-color:#ffffff;
  116. width:245px;
  117. padding:15px;
  118. }
  119.  
  120. #descri img {
  121. width:245px;
  122. margin-bottom:5px;
  123. }
  124.  
  125. #stext {
  126. padding:30px;
  127. padding-top:0px;
  128. text-align:center;
  129. margin-bottom:-20px;
  130. }
  131.  
  132. .pagi {
  133. text-transform:lowercase;
  134. text-align:center;
  135. margin-top:10px;
  136. }
  137.  
  138. .audio {
  139. padding-bottom:10px;
  140. }
  141.  
  142. .albumart {
  143. float:left;
  144. padding:0px 10px 0px 0px;
  145. }
  146.  
  147. .albumart img {
  148. width:100px;
  149. height:100px;
  150. }
  151.  
  152. .playercontainer {
  153. text-align:left;
  154. padding:10px;
  155. }
  156.  
  157. .audioinfo {
  158. padding:10px;
  159. margin-bottom:-20px;
  160. color:{color:text};
  161. }
  162.  
  163. h1 {
  164. font-weight:normal;
  165. font-size:10px;
  166. text-align:left;
  167. padding:10px;
  168. font-style:normal;
  169. line-height:120%;
  170. letter-spacing:0px;
  171. color:{color:text};
  172. border-bottom: 1px solid #f8f8f8;
  173. }
  174.  
  175. h2 {
  176. font-size:10px;
  177. text-align:left;
  178. line-height:120%;
  179. letter-spacing:0px;
  180. color:{color:text};
  181. font-weight:normal;
  182. padding:10px;
  183. }
  184.  
  185. .ask {
  186. font-size:15px;
  187. font-weight:bold;
  188. text-align:left;
  189. font-style:italic;
  190. padding:10px;
  191. text-transform:capitalize;
  192. border-bottom: 1px solid #f8f8f8;
  193. }
  194.  
  195. .question {
  196. font-size:10px;
  197. margin-top:-60px;
  198. margin-left:50px;
  199. letter-spacing:0px;
  200. padding:10px;
  201. text-align:left;
  202. color:{color:text};
  203. }
  204.  
  205. .ans {
  206. font-size:10px;
  207. letter-spacing:0px;
  208. text-align:left;
  209. padding:10px;
  210. color:{color:text};
  211. }
  212.  
  213. blockquote {
  214. border-left:1px solid {color:textpost};
  215. padding-left:10px;
  216. margin:5px;
  217. }
  218.  
  219. #stuffcontainer {
  220. float:left;
  221. text-align:left;
  222. background-color:{color:bg};
  223. color:{color:text};
  224. margin-bottom: 0px;
  225. {block:ifNot400pxposts}
  226. width:500px;
  227. {/block:ifNot400pxposts}
  228. {block:if400pxposts}
  229. width:400px;
  230. {/block:if400pxposts}
  231. }
  232.  
  233. #stuff {
  234. {block:ifNot400pxposts}
  235. width:500px;
  236. margin-left:200px;
  237. {/block:ifNot400pxposts}
  238. {block:if400pxposts}
  239. width:400px;
  240. margin-left:200px;
  241. {/block:if400pxposts}
  242. margin-top:50px;
  243. text-align:justify;
  244. margin-bottom:60px;
  245. padding:10px;
  246. line-height:150%;
  247. letter-spacing:0px;
  248. background-color:#ffffff;
  249. color:{color:text};
  250. }
  251.  
  252. #postinfo {
  253. border-top:1px solid #fafafa;
  254. margin-top:0px;
  255. {block:ifNot400pxposts}
  256. width:500px;
  257. {/block:ifNot400pxposts}
  258. {block:if400pxposts}
  259. width:400px;
  260. {/block:if400pxposts}
  261. padding-top:8px;
  262. text-align:left;
  263. -moz-transition-duration:0.5s;
  264. -webkit-transition-duration:0.5s;
  265. -o-transition-duration:0.5s;
  266. }
  267.  
  268. #postinfo a:hover {
  269. color:{color:hover};
  270. }
  271.  
  272. ol.notes {
  273. margin-top:-50px;
  274. {block:ifNot400pxposts}
  275. margin-left:170px;
  276. width:500px;
  277. {/block:ifNot400pxposts}
  278. {block:if400pxposts}
  279. margin-left:170px;
  280. width:400px;
  281. {/block:if400pxposts}
  282. list-style-type:none;
  283.  
  284. }
  285. ol.notes li.note {
  286. padding: 10px;
  287. }
  288. ol.notes li.note img.avatar {
  289. vertical-align:-4px;
  290. margin-right:10px;
  291. width:16px;
  292. height:16px;
  293. }
  294. ol.notes li.note span.action {
  295. font-weight:normal;
  296. }
  297. ol.notes li.note .answer_content {
  298. font-weight:normal;
  299. }
  300. ol.notes li.note blockquote {
  301. padding:9px 6px 9px 6px;
  302. margin:10px 0px 0px 25px;
  303. }
  304.  
  305. .tags {
  306. {block:ifNot400pxposts}
  307. width:500px;
  308. {/block:ifNot400pxposts}
  309. {block:if400pxposts}
  310. width:400px;
  311. {/block:if400pxposts}
  312. text-align:left;
  313. margin-top:0px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. .tags a{
  320. padding-right:5px;
  321. text-decoration:none;
  322. }
  323.  
  324. .tags a:hover {
  325. color:{color:hover};
  326. }
  327.  
  328. #cred {
  329. font-family:arial;
  330. font-size: 10px;
  331. letter-spacing:1px;
  332. bottom:30px;
  333. font-style:none;
  334. right:35px;
  335. position:fixed;
  336. }
  337.  
  338. </style>
  339. <style type="text/css">{CustomCSS}</style>
  340.  
  341. </head>
  342. <body>
  343.  
  344. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  345.  
  346. <div id="container">
  347.  
  348. <div id="sidebar">
  349. <div id="descri">
  350.  
  351. {block:ifTitle}<div id="title">{Title}</div>{/block:ifTitle}
  352.  
  353. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  354.  
  355. <div id="stext">
  356. {Description}
  357. </div>
  358.  
  359. <select onChange="location.href=this.options[this.selectedIndex].value;" style="width: 100px; font-family:arial; font-size:9px;">
  360. <option value="/">links</option>
  361. <option value="/">home</option>
  362. <option value="/ask">ask</option>
  363. <option value="{text:Link 1}">{text:Link 1 Title}</option>
  364. <option value="{text:Link 2}">{text:Link 2 Title}</option>
  365. <option value="{text:Link 3}">{text:Link 3 Title}</option>
  366. </select>
  367.  
  368. {block:Pagination}
  369. <div class="pagi">
  370. {block:PreviousPage}
  371. <a href="{PreviousPage}">prev</a>
  372. {/block:PreviousPage}
  373. {block:NextPage}
  374. <a href="{NextPage}">next</a>
  375. {/block:NextPage}
  376. </div>
  377. {/block:Pagination}
  378.  
  379.  
  380.  
  381. </div></div>
  382.  
  383. <div id="stuffcontainer">
  384.  
  385. {block:Posts}<div id="stuff">
  386.  
  387. <br><br>
  388.  
  389. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  390.  
  391. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  392.  
  393. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  394.  
  395. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  396. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  397.  
  398. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  399.  
  400. {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}
  401.  
  402. {block:Video} {block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  403.  
  404. {block:Answer}<div id="askbox"><div class="pic"><a href="{AskerURL}"><img src="{AskerPortraitURL-48}" /></a></div><div class="question"><span class="asker">{Asker}:</span><br>{Question}</div></div><br><div class="answer">{Answer}</div>{/block:Answer}
  405.  
  406. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  407. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  408. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  409. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  410. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  411.  
  412. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{block:NoteCount}&nbsp;&nbsp;♥&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div></div>{/block:Date}
  413.  
  414. {block:PermalinkPage}<span style="float:right;margin-top:3px;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  415.  
  416. {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}</span>{/block:PermalinkPage}
  417.  
  418. {block:HasTags}
  419. <div class="tags">
  420. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  421. {/block:HasTags}
  422. </div>
  423. {/block:Posts}
  424.  
  425. {block:ContentSource}
  426. <!— {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}{block:PostNotes}{PostNotes}{/block:PostNotes}
  427.  
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement