holly_ctaylor

THEME 001.

Jun 27th, 2015
2,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.74 KB | None | 0 0
  1. <style type="text/css">
  2. /* --- UPDATES ---*/
  3.  
  4. #updates {
  5. font-size:9px;
  6. color:#000000;
  7. text-align:left;
  8. height:13px;
  9. width:137px;
  10. padding:4px;
  11. top:15px;
  12. left:20px;
  13. z-index:10;
  14. position:fixed;
  15. overflow:hidden;
  16. -webkit-transition: all 0.5s ease-in-out;
  17. -moz-transition: all 0.5s ease-in-out;
  18. -o-transition: all 0.5s ease-in-out;
  19. }
  20.  
  21. #updates:hover {
  22. height:185px;
  23. -webkit-transition: all 0.5s ease-in-out;
  24. -moz-transition: all 0.5s ease-in-out;
  25. -o-transition: all 0.5s ease-in-out;
  26. }
  27.  
  28. #updatestitle {
  29. font-size:10px;
  30. width:150px;
  31. text-transform:uppercase;
  32. font-family:arial;
  33. font-weight:bold;
  34. color:#5e1919;
  35. }
  36. </style>
  37.  
  38. <!-- THEME 001 BY WILDFLOWEREDS-->
  39.  
  40. <!-- - DO NOT REPOST
  41. - DO NOT REMOVE CREDIT
  42. - DO NOT STEAL/COPY THIS THEME BC I WILL KNOW
  43. - ENJOY IT & TRY NOT 2 MESS AROUND WITH THE HTML 2 MUCH -->
  44.  
  45. <!DOCTYPE html>
  46. <head>
  47.  
  48.  
  49. <title>{Title}</title>
  50.  
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54.  
  55. <!--Default Variables-->
  56.  
  57. <meta name="color:background" content="#ffffff"/>
  58. <meta name="color:text" content="#aaaaaa"/>
  59. <meta name="color:link" content="#000000"/>
  60. <meta name="color:title" content="#000000"/>
  61. <meta name="color:scrollbar" content="#eee" />
  62. <meta name="color:border" content="#000000"/>
  63. <meta name="color:text shadow" content="#000000"/>
  64.  
  65. <meta name="image:one" content=""/>
  66. <meta name="image:two" content=""/>
  67. <meta name="image:three" content=""/>
  68.  
  69.  
  70. <meta name="text:link 1 url" content="" />
  71. <meta name="text:link 1" content="" />
  72. <meta name="text:link 2 url" content="" />
  73. <meta name="text:link 2" content="" />
  74. <meta name="text:link 3 url" content="" />
  75. <meta name="text:link 3" content="" />
  76. <meta name="text:link 4 url" content="" />
  77. <meta name="text:link 4" content="" />
  78.  
  79.  
  80. <!--CSS customization here. -->
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. ::-webkit-scrollbar {
  87. width: 3px;
  88. }
  89.  
  90. ::-webkit-scrollbar-track {
  91. background:#ffffff;
  92. }
  93.  
  94.  
  95. ::-webkit-scrollbar-thumb {
  96. background:{color:scrollbar};
  97. }
  98. ::-webkit-scrollbar-thumb:window-inactive {
  99. background: transparent;
  100. }
  101.  
  102. #s-m-t-tooltip{
  103. position:absolute;
  104. margin-top: 15px;
  105. z-index:9999;
  106. background:{color:background};
  107. }
  108.  
  109. zz
  110.  
  111. /*basics*/
  112. blockquote {padding:5px 0 5px 30px;
  113. border-left:1px solid {color:text};
  114. margin-left:30px;
  115. }
  116.  
  117. body {
  118. background:{color:background};
  119. color:{color:text};
  120. font-family:arial;
  121. font-size:11px;
  122. text-align:justify;
  123. margin:0;
  124. line-height:16px;}
  125.  
  126.  
  127. a {
  128. color:{color:link};
  129. text-decoration:none;
  130. }
  131.  
  132. a:hover {
  133. text-decoration:none;
  134. letter-spacing:2px;
  135. text-shadow:1px 1px 1px {color:text shadow};
  136. }
  137.  
  138. img{opacity:1;
  139. border:none;
  140. text-decoration:none}
  141.  
  142.  
  143. small {
  144. font-size:9px;}
  145.  
  146. big {
  147. font-size:12px;}
  148.  
  149.  
  150. #title {font-size:12px;
  151. line-height:18px;
  152. font-weight:bold;
  153. margin-bottom:10px;
  154. text-transform:uppercase;
  155. text-align:middle;
  156.  
  157. }
  158.  
  159.  
  160. /*sidebar*/
  161. #sidebar {text-align:left;
  162. position:fixed;
  163. margin-left:-131px;
  164. margin-top:55px;
  165. width:241px;
  166. height:455px;
  167. padding:15px;
  168. padding-top:60px;
  169. border:1px solid;
  170. border-color:{color:border};
  171. }
  172.  
  173. #sidebarim {margin-bottom:40px
  174.  
  175. }
  176.  
  177. #one {
  178. margin-top:-114px;
  179. margin-left:-15px;
  180. position:fixed;
  181. border-radius:100px;
  182. z-index:999999;
  183. width:50px;
  184. height:50px;
  185. background-image: {image:one} ;
  186.  
  187. }
  188.  
  189. #one img {
  190. border:1px solid;
  191. border-color:{color:border};
  192. max-width:80px; height: auto;
  193. margin-top:20px;
  194. margin-left:6px;
  195.  
  196.  
  197. }
  198.  
  199. #two {
  200. margin-top:-114px;
  201. margin-left:71px;
  202. position:fixed;
  203. z-index:999999;
  204. width:50px;
  205. height:50px;
  206. background-image: {image:two};
  207. }
  208.  
  209. #two img {
  210. border:1px solid;
  211. border-color:{color:border};
  212. max-width:80px; height: auto;
  213. margin-top:20px;
  214. margin-left:8px;
  215. ;
  216. }
  217.  
  218. #three {
  219. margin-top:-114px;
  220. margin-left:157px;
  221. position:fixed;
  222. z-index:999999;
  223. width:50px;
  224. height:50px;
  225. background-image: {image:three};
  226. }
  227.  
  228. #three img {
  229. border:1px solid;
  230. border-color:{color:border};
  231. max-width:80px; height: auto;
  232. margin-top:20px;
  233. margin-left:10px;
  234. }
  235.  
  236.  
  237.  
  238. #blogt {
  239. width:242px;
  240. border-top:1px solid {color:border};
  241. border-bottom:1px solid {color:border};
  242. padding-top:28px;
  243. padding-bottom:28px;
  244. text-align:center;
  245.  
  246. font-size:18px;
  247. font-weight:bold;
  248. text-transform:uppercase;
  249. text-shadow: 1px 1px 1px {color:text shadow};
  250. color:{color:title}
  251. }
  252.  
  253. #links {
  254. border-top:1px solid {color:border};
  255. line-height:16px;
  256. text-transform:lowercase;
  257. padding-top:20px;
  258.  
  259. text-align:center;
  260. padding-bottom:20px;
  261. border-bottom:1px solid {color:border};
  262. }
  263.  
  264.  
  265. #links a {
  266. margin-right:5px;
  267. display:inline-block;
  268. margin-bottom:5px;
  269. padding:10px;
  270. }
  271.  
  272. #description {
  273. margin-top:30px;
  274. padding:5px;
  275. margin-bottom:30px;
  276. height:auto;
  277. }
  278.  
  279.  
  280. /*pagination*/
  281. #pagination {
  282. margin:50px 0;
  283. text-transform:lowercase;
  284. font-weight:bold;
  285. }
  286. #pagination a {
  287. padding:0 15px;
  288. }
  289.  
  290. /*container*/
  291. #con {
  292. left:50%;
  293. margin-left:-250px;
  294. position:absolute;
  295. }
  296.  
  297.  
  298.  
  299. /*posts*/
  300.  
  301. #entries {
  302. margin-left:141px;
  303. margin-top:55px;
  304. width:500px;
  305. padding-top:15px;
  306. padding-left:15px;
  307. padding-right:15px;
  308. padding-bottom:15px;
  309. position:fixed;
  310. overflow:scroll;
  311. overflow-x:hidden;
  312. height:500px;
  313. border:1px solid;
  314. border-color:{color:border};
  315. background-color: #ffffff;
  316. }
  317.  
  318.  
  319.  
  320. #posts {
  321. width:500px;
  322. {block:IndexPage}
  323. margin-bottom:75px;
  324. {/block:IndexPage}
  325. {block:PermalinkPage}
  326. margin-bottom:50px;
  327. {/block:PermalinkPage}
  328.  
  329. }
  330. #posts img {
  331. max-width:500px;
  332. }
  333.  
  334. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  335. .caption {width:100%;
  336. margin-top:10px;
  337.  
  338. }
  339.  
  340. /*quote*/
  341.  
  342. #titlequote{text-align:left;
  343. font-size:14px;
  344. line-height:18px;
  345. font-weight:bold;
  346. }
  347. #source {
  348. margin-top:15px;
  349. margin-left:15px;}
  350.  
  351. /*audio*/
  352.  
  353. .player {
  354. width:25px;
  355. height:25px;
  356. overflow:hidden;
  357. position:absolute;
  358. background:white;}
  359.  
  360. .audioinfo {
  361. margin-left:50px;
  362. }
  363.  
  364.  
  365. /*asks*/
  366. .q {margin-bottom:10px;
  367. }
  368. .as {
  369. font-weight:bold;}
  370.  
  371. .a {
  372. margin-top:10px;
  373. }
  374.  
  375.  
  376. /*chat*/
  377.  
  378. .chat ol {
  379. padding:0;
  380. list-style:none;
  381. }
  382. .line {padding:5px 0;}
  383.  
  384. .label {font-weight:bold;
  385. }
  386.  
  387.  
  388.  
  389.  
  390.  
  391. /*permalink and notes*/
  392.  
  393. #permalink {
  394. margin-top:15px;
  395. font-size:9px;
  396. text-transform:uppercase;
  397. }
  398. #permalink a {margin-right:10px;
  399. }
  400.  
  401.  
  402. .tags {
  403. word-break:break-all;
  404. font-size:9px;
  405. }
  406.  
  407. .pagenotes {
  408. {block:IndexPage}
  409. display: none!important;
  410. {/block:IndexPage}
  411. width:400px;
  412. text-align:left;
  413.  
  414. }
  415. .pagenotes img {
  416. display:none!important;}
  417. .pagenotes li {
  418. list-style-type:none;
  419. padding:5px 0px;
  420. text-align:left;
  421. margin:0 0 0 -40px;
  422. }
  423.  
  424.  
  425. .credit {
  426. position:fixed;
  427. background:#fff;
  428. border:1px solid #eeeeee;
  429. padding:5px;
  430. text-align:center;
  431. font-size:10px;
  432. right:10px;
  433. bottom:10px;
  434. }
  435.  
  436. .credit a {
  437. font-style:normal;
  438. padding:3px;
  439. }
  440.  
  441.  
  442. {CustomCSS}
  443.  
  444.  
  445. </style>
  446.  
  447.  
  448.  
  449. </head>
  450.  
  451. <body>
  452. <!-- beginning of updates -->
  453.  
  454. <div id="updates">
  455. <div id="updatestitle"><strong><em>&&.</strong></em></div>
  456.  
  457. <div style="padding-top:10px;">
  458. <center>here is your updates tab!!! feel free to delete :)</center>
  459.  
  460. </div></div>
  461.  
  462. <!-- end of updates -->
  463.  
  464. <div class="credit"><b><a href="http://wildflowereds.tumblr.com/">WF</a></b></div>
  465.  
  466. <div id="con">
  467.  
  468. <div id="sidebar">
  469.  
  470. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  471. <div id="one"><img src="{image:one}"/></div>
  472. <div id="two"><img src="{image:two}"/></div>
  473. <div id="three"><img src="{image:three}"/></div>
  474.  
  475. <div id="blogt">{Title}</div>
  476. <div id="description">{Description}</div>
  477. <div id="links">
  478. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  479. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  480. {block:ifLink1}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  481. {block:ifLink2}<a href="{text:Link 4 URL}" >{text:Link 4}</a>{/block:ifLink4}
  482. </div>
  483.  
  484.  
  485.  
  486.  
  487. </div>
  488.  
  489.  
  490.  
  491.  
  492. <div id="entries">
  493.  
  494. {block:Posts}
  495. <div id="posts">
  496.  
  497.  
  498. {block:Quote}
  499.  
  500.  
  501. <div id="titlequote">“{Quote}”</div>
  502. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  503. {/block:Quote}
  504.  
  505.  
  506.  
  507. {block:Text}
  508.  
  509. {block:Title}
  510. <div id="title">{Title}</div>{/block:Title}
  511. {Body}
  512. {/block:Text}
  513.  
  514. {block:Link}
  515. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  516. {/block:Link}
  517.  
  518. {block:Chat}
  519. {block:Title}
  520. <h1>{Title}</h1>
  521. {/block:Title}
  522. <div class="chat">
  523. <ol>{block:Lines}
  524. <li class="line {Alt}">
  525. {block:Label}
  526. <span class="label">
  527. {Label}</span>
  528. {/block:Label}{Line}</li>
  529. {/block:Lines}
  530. </ol></div>
  531. {/block:Chat}
  532.  
  533. {block:Photo}
  534. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  535. {/block:Photo}
  536.  
  537. {block:Photoset}
  538. {Photoset-500}
  539. {/block:Photoset}
  540.  
  541. {block:Video}
  542. {Video-500}
  543. {/block:Video}
  544.  
  545. {block:Audio}
  546. <div class="player">{AudioPlayerWhite}</div>
  547. <div class="audioinfo">
  548. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  549. </div>
  550. {/block:Audio}
  551.  
  552. {block:Answer}
  553. <div class="q">
  554. <div class="as">{Asker} said: </div>
  555. {Question}</div>
  556. <div class="a">{Answer}</div>
  557. {/block:Answer}
  558.  
  559. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  560.  
  561. {block:Date}
  562. <div id="permalink">
  563. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  564. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  565. </div>
  566. {/block:Date}
  567.  
  568.  
  569.  
  570. </div>
  571.  
  572.  
  573. {block:PostNotes}
  574. <div class="pagenotes">
  575. {PostNotes}
  576. </div>
  577. {/block:PostNotes}
  578.  
  579.  
  580. {/block:Posts}
  581.  
  582. <div id="pagination">
  583. {block:Pagination}
  584. {block:PreviousPage}
  585. <a href="{PreviousPage}">&larr; previous </a>
  586. {/block:PreviousPage}
  587.  
  588.  
  589. {block:NextPage}
  590. <a href="{NextPage}">next &rarr;</a>
  591. {/block:NextPage}
  592. {/block:Pagination}
  593. </div>
  594.  
  595.  
  596.  
  597. </div>
  598.  
  599. </div>
  600.  
  601.  
  602. {block:ContentSource}
  603. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  604. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  605. {/block:SourceLogo}
  606. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  607. {/block:ContentSource}
  608.  
  609. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment