Advertisement
smasherowave

THEME #03: GOOD GIRLS

Oct 20th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!---
  12.  
  13.  
  14. THEME #03; GOOD GIRLS
  15. by A N A ( gemmastylesassists )
  16.  
  17. { i worked really hard on this,
  18. so please don't steal, thank
  19. you very much. i love you ! }
  20.  
  21.  
  22. --->
  23.  
  24. <meta name="color:Background" content="#808a7e"/>
  25. <meta name="color:postbg" content="#00010f"/>
  26. <meta name="color:descbg" content="#b6abab"/>
  27. <meta name="color:sidebg" content="#000000"/>
  28. <meta name="color:Text" content="#ffffff"/>
  29. <meta name="color:Sidebar Links" content="#000000"/>
  30. <meta name="color:DescriptionText" content="#000000"/>
  31. <meta name="color:Border" content="#460523"/>
  32. <meta name="color:Hover" content="#f2f2f2"/>
  33. <meta name="color:block" content="#152d3b"/>
  34. <meta name="color:pagi" content="#c0bfbf"/>
  35. <meta name="color:askbg" content="#c0bfbf"/>
  36.  
  37.  
  38. <meta name="color:Scrollbar" content="#000000"/>
  39. <meta name="color:ScrollbarBg" content="#ffffff"/>
  40. <meta name="color:Post Links" content="#c0bfbf"/>
  41. <meta name="color:Answer Backg" content="#795a5a"/>
  42. <meta name="color:italic" content="#9a5656"/>
  43. <meta name="color:strong" content="#3f6579"/>
  44.  
  45.  
  46. <meta name="image:s01" content=""/>
  47. <meta name="image:Background" content=""/>
  48. <meta name="image:sidebg" content=""/>
  49. <meta name="image:askbg" content=""/>
  50.  
  51.  
  52. <meta name="image:home" content=""/>
  53. <meta name="image:ask" content=""/>
  54. <meta name="image:wid" content=""/>
  55. <meta name="image:tdl" content=""/>
  56. <meta name="image:navi" content=""/>
  57.  
  58.  
  59. <meta name="text:asklink" content=""/>
  60. <meta name="text:widlink" content=""/>
  61. <meta name="text:tdllink" content=""/>
  62. <meta name="text:navilink" content=""/>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. height:auto;
  70. background-color:{color:Scrollbar};
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. height:9px;
  75. width:4px;
  76. background-color:{color:ScrollbarBg};
  77. }
  78.  
  79. small {font-family:'courier new'; font-size:11px;}
  80. i,em {font-family:georgia; font-size:11px; color:{color:italic};}
  81. strong,b {font-family:'courier new'; color:{color:bold};}
  82.  
  83. body {
  84. background:{color:background};
  85. margin:0px;
  86. color:{color:text};
  87. font-family:'courier new'';
  88. font-size:12px;
  89. line-height:100%;
  90. letter-spacing:0px;
  91. text-align:justify;
  92. background-image:url('{image:Background}');
  93. background-repeat:no-repeat;
  94. background-attachment:fixed;
  95. background-size: cover;
  96. }
  97.  
  98. a {
  99. text-decoration:none;
  100. outline:none;
  101. -moz-outline-style:none;
  102. color:{color:Post Links};
  103. }
  104.  
  105. img {
  106. border:none;
  107. }
  108.  
  109. blockquote {
  110. padding-left:0px;
  111. padding:5px;
  112. border-left:4px solid #460523;
  113. background-color:{color:block};
  114. margin-left:15px;
  115. font-size:11px;
  116. }
  117.  
  118. blockquote blockquote {
  119. padding-left:5px;
  120. border-left:4px solid #460523;
  121. background-color:{color:descbg};
  122. font-family:'courier new';
  123. text-transform:uppercase;
  124.  
  125. }
  126.  
  127. pre {line-height:10px; background-color:{color:background}; padding:5px; width:auto; border:5px solid;
  128. border-color:{color:border};}
  129.  
  130. blockquote img {max-width:250px!important;}
  131.  
  132. h1 {
  133. font-size:8px;
  134. letter-spacing:2px;
  135. text-transform:uppercase;
  136. font-family:'CAMBRIA';
  137. font-style:none;
  138. line-height:10px;
  139. text-align:left;
  140. padding:0px;
  141. }
  142.  
  143. a:hover {
  144. color:{color:hover};
  145. -moz-transition-duration:0.3s;
  146. -webkit-transition-duration:0.3s;
  147. -o-transition-duration:0.3s;
  148. }
  149.  
  150.  
  151. /*ENTRIES*/
  152.  
  153. #entries {
  154. padding:10px;
  155. width:500px;
  156. margin-left:752px;
  157. margin-top:0px;
  158. margin-bottom:5px;
  159. font-size:12px;
  160. font-family:'courier new';
  161. letter-spacing:0px;
  162. }
  163.  
  164. #post {
  165. width:500px;
  166. padding-bottom:10px;
  167. margin-bottom:15px;
  168. padding:15px;
  169. margin-top:0px;
  170. background-color:{color:postbg};
  171. }
  172.  
  173. /*SIDEBAR*/
  174.  
  175. #sidebar {
  176. position:fixed;
  177. margin-left:0px;
  178. margin-top:0px;
  179. background-color:#ffffff;
  180. height:100%;
  181. border-right:5px solid;
  182. width:500px;
  183. border-color:#83384a;
  184. background-color:{color:sidebg};
  185. background-image:url('{image:sidebg}');
  186. background-repeat:no-repeat;
  187. background-attachment:fixed;
  188. background-size: cover;
  189. }
  190.  
  191.  
  192.  
  193. #s01 {
  194. width:450px;
  195. height:500px;
  196. margin-top:20px;
  197. margin-left:15px;
  198. border:5px solid;
  199. border-color:{color:border};
  200. }
  201.  
  202.  
  203. #navi {margin-right:0px;
  204. width:150px;
  205. }
  206.  
  207.  
  208. .links{
  209. position:fixed;
  210. display:block;
  211. margin-left:550px;
  212. width:200px;
  213. height:150px;
  214. margin-top:30px;
  215. margin-bottom:15px;
  216. z-index:999;
  217. }
  218.  
  219. .links img{
  220. margin-left:0px;
  221. -webkit-transition: all 0.4s ease-in-out;
  222. -moz-transition: all 0.4s ease-in-out;
  223. -o-transition: all 0.4s ease-in-out;
  224. -ms-transition: all 0.4s ease-in-out;
  225. transition: all 0.4s ease-in-out;
  226. }
  227.  
  228. .links img:hover {
  229. -webkit-transition: all 0.4s ease-in-out;
  230. -moz-transition: all 0.4s ease-in-out;
  231. -o-transition: all 0.4s ease-in-out;
  232. -ms-transition: all 0.4s ease-in-out;
  233. transition: all 0.4s ease-in-out;
  234. }
  235.  
  236.  
  237.  
  238.  
  239.  
  240. #description {
  241. text-align:justify;
  242. font-family:'courier new';
  243. width:440px;
  244. margin-top:7px;
  245. margin-left:15px;
  246. font-size:11px;
  247. position:fixed;
  248. text-transform:none;
  249. color:{color:DescriptionText};
  250. background-color:{color:descbg};
  251. padding:10px;
  252. }
  253.  
  254.  
  255. #pagi {margin-right:0px;
  256. width:150px;}
  257.  
  258. .pagin {
  259. font-style:bold;
  260. padding:2px;
  261. font-family:'georgia';
  262. color:{color:pagi};
  263. letter-spacing:0px;
  264. font-size:25px;
  265. text-align:center;
  266. font-style:italic;
  267. padding:2px;
  268. margin-top:10px;
  269. margin-left:0px;
  270. text-transform:lowercase;
  271. color:#000000;
  272. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  273. }
  274.  
  275.  
  276. /*POST INFO*/
  277.  
  278. #info {
  279. width:500px;
  280. text-align:left;
  281. font-family:'trebuchet ms';
  282. margin-top:3px;
  283. margin-left:px;
  284. letter-spacing:1px;
  285. font-size:7px;
  286. font-style:none;
  287. padding:1px;
  288. line-height:10px;
  289. height:15px;
  290. text-transform:uppercase;
  291. border-top:1px solid;
  292. border-color:{color:Border};
  293. }
  294.  
  295. #info a {
  296. text-align:center;
  297. color:{color:pagi};
  298. }
  299.  
  300. #info a:hover {
  301. -moz-transition-duration:0.3s;
  302. -webkit-transition-duration:0.3s;
  303. -o-transition-duration:0.3s;
  304. color:{color:Hover}
  305. }
  306.  
  307. #tags {
  308. float:left;
  309. width:489px;
  310. margin-top:-7px;
  311. margin-left:-5px;
  312. text-align:left;
  313. font-size:7px;
  314. padding:5px;
  315. height:15px;
  316. font-size:8px;
  317. opacity:1;
  318. transition-duration: 0.5s;
  319. -moz-transition-duration: 0.5s;
  320. -webkit-transition-duration: 0.5s;
  321. -o-transition-duration: 0.5s
  322. color:{color:pagi};
  323. }
  324.  
  325. #tags a {
  326. letter-spacing:0px;
  327. font-size:8px;
  328. text-align:center;
  329. font-family:'CALIBRI';
  330. text-decoration:none;
  331. display:inline-block;
  332. color:#ddd;
  333. }
  334.  
  335. #tags a:hover {
  336. -moz-transition-duration:0.3s;
  337. -webkit-transition-duration:0.3s;
  338. -o-transition-duration:0.3s;
  339. color:{color:Hover};
  340. }
  341.  
  342. /*QUESTION*/
  343.  
  344. #asker {
  345. color:#fcfcfc;
  346. padding:14px;
  347. font-family:'georgia';
  348. font-size:15px;
  349. letter-spacing:0px;
  350. text-align:right;
  351. margin-top:0px;
  352. text-transform:lowercase;
  353. line-height:100%;
  354. background-image:url('{image:askbg}');
  355. background-color:{color:askbg};
  356. color:#000000;
  357. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  358. }
  359.  
  360. #question {
  361. color:#fcfcfc;
  362. padding:5px;
  363. font-family:'courier new';
  364. font-size:10px;
  365. letter-spacing:0px;
  366. text-align:left;
  367. margin-top:0px;
  368. margin-bottom:0px;
  369. text-transform:lowercase;
  370. height:auto;
  371. border:5px solid;
  372. border-color:{color:border};
  373. line-height:100%;
  374. background-color:{color:Answer Backg};
  375. }
  376.  
  377. /*CREDIT*/
  378.  
  379. #cana a{
  380. position:fixed;
  381. width:10px;
  382. bottom:10px;
  383. right:10px;
  384. height:10px;
  385. color:#94877f;
  386. background:{color:credit};
  387. padding:5px;
  388. border-radius:15px;
  389. border:2px solid {color:Border};
  390. font-size:20px;
  391. line-height:8px;
  392. -moz-transition-duration:1s;
  393. -webkit-transition-duration:1s;
  394. -o-transition-duration:1s;
  395. }
  396.  
  397.  
  398. {CustomCSS}</style></head><body>
  399.  
  400.  
  401. <div id="sidebar">
  402. <div id="s01"><img src="{image:s01}"></div>
  403.  
  404. <div id="description">{Description}</div>
  405.  
  406.  
  407. </div>
  408.  
  409.  
  410.  
  411. <div id="navi"><div class="links"><a href="/"><img src="{image:home}"></a>
  412. <a href="{text:asklink}"><img src="{image:ask}"></a>
  413. <a href="{text:widlink}"><img src="{image:wid}"></a>
  414. <a href="{text:tdllink}"><img src="{image:tdl}"></a>
  415. <a href="{text:navilink}"><img src="{image:navi}"></a>
  416. {block:Pagination}
  417. <div id="pagi"><div class="pagin">
  418. {block:PreviousPage}<a href="{PreviousPage}">swim</a>{/block:PreviousPage}
  419. — {block:NextPage}<a href="{NextPage}">drown</a>{/block:NextPage}
  420. </div>
  421. {/block:Pagination}
  422. </div></div>
  423.  
  424. </div>
  425. </div>
  426. </div>
  427. </div>
  428.  
  429.  
  430.  
  431. <div id="entries">
  432. {block:Posts}
  433. <div id="post">
  434.  
  435. {block:Text}
  436. <h1>{block:Title}{Title}{/block:Title}</h1>
  437. {Body}{/block:Text}
  438.  
  439. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  440. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  441.  
  442. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  443. {/block:Caption}{/block:Photoset}
  444.  
  445. {block:Quote}<h2>"{Quote}"</h2>
  446. {block:Source}<div class="qsource"> —{Source}</div>
  447. {/block:Source}{/block:Quote}
  448.  
  449. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  450.  
  451. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  452.  
  453. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span><br>
  454. {block:Caption}<br />{Caption}{/block:Caption}
  455.  
  456. {/block:Audio}<br>
  457.  
  458. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  459.  
  460. {block:Answer}<div id="question">{Question}</div> <div id="asker">—<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  461.  
  462. <div id="info">
  463. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  464. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  465. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  466. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  467. with {NoteCountWithLabel}</a>
  468. {block:HasTags}<div id="tags">
  469.  
  470. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  471. </div>{block:HasTags}
  472. </div>
  473. </div>
  474. {/block:Posts}
  475. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  476. {/block:Posts}</div></div></div>
  477. <br><br><br><br>
  478.  
  479. <div id="cana"><a href="http://gemmastylesassists.tumblr.com" title="#03: GOOD GIRLS">ℊ</a></div>
  480. </div>
  481.  
  482.  
  483. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement