ahu419

Theme 003: Simplicity

May 5th, 2012
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--Theme 003 by Alice (gloriously-pond @ tumblr).
  9.  
  10. Guidelines:
  11. -Use the old customization page at tumblr.com/customize-classic.
  12. -Fiddle with the code if you want to, but keep the credit where it's at.
  13. -If you want, learn from the code to see how I do things, but don't copy my work. I code everything myself, and I can recognize my work faster than you may (want to) imagine.
  14. -My askbox is open for any questions.
  15.  
  16. Default Settings-->
  17.  
  18. <meta name="color:background" content="#FFFFFF" />
  19. <meta name="color:permalink" content="#022C53" />
  20.  
  21. <meta name="color:title" content="#A1BDD4" />
  22. <meta name="color:text" content="#021425" />
  23. <meta name="color:link" content="#7da4c4" />
  24. <meta name="color:link hover" content="#008EAA" />
  25. <meta name="color:linkage background" content="#2C6368" />
  26.  
  27. <meta name="font:title" content="cursive" />
  28. <meta name="font:body" content="Calibri" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:background" content="http://static.tumblr.com/w4zoyjb/hpbm2t7fe/1.jpg" />
  32.  
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="link 1" />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Title" content="link 2" />
  37. <meta name="text:Link3" content="/" />
  38. <meta name="text:Link3 Title" content="link 3" />
  39. <meta name="text:Link4" content="/" />
  40. <meta name="text:Link4 Title" content="link 4" />
  41. <meta name="text:Link5" content="/" />
  42. <meta name="text:Link5 Title" content="link 5" />
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}"/>
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  48.  
  49. <style type="text/css">
  50.  
  51. img{
  52. -webkit-transition:opacity 0.6s linear;
  53. opacity:0.75;
  54. }
  55.  
  56. img:hover{
  57. -webkit-transition:opacity 0.6s linear;
  58. opacity:1;
  59. }
  60.  
  61. body {
  62. background-color:{color:background};
  63. font-family:Georgia;
  64. font-size:11px;
  65. color:{color:text};
  66. text-wrap:normal
  67. word-wrap:break-word;
  68. margin:0px 0px;
  69. text-align:center;
  70. height:100%;
  71. background-image:url('{image:background}');
  72. background-attachment:fixed;
  73. top:0px;
  74. left:0px;
  75. bottom:0px;
  76. right:10px;
  77. overflow-y:scroll;
  78. overflow-x:hidden;
  79. }
  80.  
  81. html {
  82. overflow-y:auto;
  83. background-color:transparent;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. width:10px;
  88. height:auto;
  89. background:#FFFFFF;
  90. }
  91.  
  92. ::-webkit-scrollbar-corner {
  93. background:{color:linkage background};
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background:{color:linkage background};
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb:horizontal {
  101. background:{color:linkage background};
  102. }
  103.  
  104. a, a:active, a:visited{
  105. text-decoration:none;
  106. color:{color:link};
  107. }
  108.  
  109. a:hover{
  110. color:{color:link hover};
  111. }
  112.  
  113. #main{
  114. background-color:{color:background};
  115. background-attachment:fixed;
  116. background-image: url('{image:Background}');
  117. position:absolute;
  118. width:980px;
  119. height:100%;
  120. top:0px;
  121. left:90px;
  122. }
  123.  
  124. #sidebar {
  125. padding:10px;
  126. background-color:transparent;
  127. text-align:center;
  128. position:fixed;
  129. top:10px;
  130. left:100px;
  131. width:260px;
  132. height:585px;
  133. border-bottom:3px {color:linkage background} dotted;
  134. border-top:3px {color:linkage background} dotted;
  135. font-family:Calibri;
  136. margin-top:5px;
  137. margin-bottom:150px;
  138. }
  139.  
  140. #simg a {
  141. margin-top:2px;
  142. margin-bottom:3px;
  143. text-align:center;
  144. }
  145.  
  146.  
  147. #simg img {
  148. max-width: 250px;
  149. height: auto;
  150. }
  151.  
  152. #question {
  153. border-bottom:1px solid {color:linkage background};
  154. background-color:{color:linkage background};
  155. color:{color:title};
  156. font-size:12px;
  157. text-align:center;
  158. padding:10px;
  159. letter-spacing:1px;
  160. line-height:12px;
  161. }
  162.  
  163. #asker {
  164. color:{color:link};
  165. margin-top:-5px;
  166. text-align:center;
  167. text-transform:uppercase;
  168. font-weight:bold;
  169. letter-spacing:1px;
  170. }
  171.  
  172. #dash {
  173. right:0px;
  174. height:100%;
  175. width:300px;
  176. top:0px;
  177. background-color:transparent;
  178. position:fixed;
  179. }
  180.  
  181. #content{
  182. background-color:transparent;
  183. position:absolute;
  184. width:600px;
  185. height:auto;
  186. padding:5px;
  187. left:350px;
  188. top:5px;
  189. font-family:{font:body};
  190. }
  191.  
  192. #title a {
  193. font-family:Georgia;
  194. font-size:22px;
  195. line-height:22px;
  196. display:block;
  197. text-align:center;
  198. padding:5px;
  199. letter-spacing:0px;
  200. font-style:italic;
  201. background-color:transparent;
  202. color:{color:link};
  203. }
  204.  
  205. #title a:hover {
  206. background-color:transparent;
  207. color:{color:link hover};
  208. }
  209.  
  210. #credit {
  211. text-transform:uppercase;
  212. font-size:14px;
  213. font-family:Calibri;
  214. right:0px;
  215. top:0px;
  216. position:fixed;
  217. width:260px;
  218. left:100px;
  219. top:630px;
  220. }
  221.  
  222. #line {
  223. background-color:{color:linkage background};
  224. padding:3px;
  225. margin-bottom:5px;
  226. border-top:1px solid {color:permalink};
  227. }
  228.  
  229. .post{
  230. text-align:left;
  231. margin:5px 0px 0px 0px;
  232. }
  233.  
  234. blockquote {
  235. border-left:2px {color:body} solid;
  236. padding-left:5px;
  237. margin:0px 2px 0px 10px
  238. }
  239.  
  240. h3{
  241. font-size:18px;
  242. font-weight:700;
  243. }
  244.  
  245. .quote{
  246. font-size:20px;
  247. font-style:italic;
  248. }
  249.  
  250. .user_1 .label {
  251. color:{color:link};
  252. font-weight:bold;
  253. }
  254.  
  255. .user_2 .label {
  256. color:{color:text};
  257. font-weight:bold
  258. }
  259.  
  260. .user_1 .label {
  261. color:{color:link};
  262. font-weight:bold
  263. }
  264.  
  265. .user_2 .label {
  266. color:{color:text};
  267. font-weight:bold
  268. }
  269.  
  270. ul.chat, .chat ol, .chat li {
  271. list-style:none;
  272. margin:0px;
  273. padding:0px;
  274. }
  275.  
  276. .label {
  277. font-weight:bold;
  278. }
  279.  
  280. .info {
  281. padding:2px 3px 2px 3px;
  282. margin-bottom:5px;
  283. text-align:left;
  284. }
  285.  
  286. .tag {
  287. font-weight:normal;
  288. margin-right:2px;
  289. font-style:italic;
  290. text-transform:lowercase;
  291. }
  292.  
  293. .date {
  294. font-size 10px;
  295. color:#666;
  296. text-transform:uppercase;
  297. font-weight:bold;
  298. }
  299.  
  300. h1{
  301. font-size:15px;
  302. margin:20px 0px 0px 0px;
  303. font-family:'Georgia';
  304. color:{color:title};
  305. }
  306.  
  307. #permalink {
  308. display:block;
  309. margin:5px 5px 5px 5px;
  310. padding:2px;
  311. color:{color:text};
  312. font:10px {font:body};
  313. line-height:110%;
  314. text-align:center;
  315. background-color:transparent;
  316. letter-spacing:0px;
  317. }
  318.  
  319. #linksbar {
  320. position:fixed;
  321. top:70px;
  322. left:0px;
  323. width:100px;
  324. height:80%;
  325. background-color:transparent;}
  326.  
  327. #linkage a {
  328. width:51px;
  329. height:51px;
  330. -moz-border-radius:80px;
  331. -webkit-border-radius:80px;
  332. font-family:Georgia;
  333. font-size:10px;
  334. line-height:50px;
  335. display:block;
  336. text-align:center;
  337. background-color:{color:linkage background};
  338. color:{color:link};
  339. padding:5px;
  340. letter-spacing:0px;
  341. -webkit-transition:opacity 0.5s linear;
  342. opacity:1;
  343. -webkit-transition:all 0.5s ease-out;
  344. -moz-transition:all 0.5s ease-out;
  345. transition:all 0.5s ease-out;
  346. }
  347.  
  348. #linkage a:hover {
  349. background-color:transparent;
  350. color:{color:link hover};
  351. opacity:100%;
  352. -webkit-transition:
  353. opacity:0.7s linear;
  354. opacity:0.6;-webkit-transition:
  355. all 0.3s ease-out;
  356. -moz-transition:all 0.3s ease-out;
  357. transition:all 0.3s ease-out;
  358. }
  359.  
  360. #pagination {
  361. font-family:georgia;
  362. text-align:center;
  363. font-size:35px;
  364. letter-spacing:1px
  365. }
  366.  
  367. #pagination a {
  368. font-color:{color:link};
  369. opacity:0.5;
  370. }
  371.  
  372. #pagination a:hover {
  373. font-color:{color:link hover};
  374. opacity:1;
  375. }
  376.  
  377. #notes {
  378. font-weight:normal;
  379. }
  380.  
  381. #notes li {
  382. padding-bottom:0.5em;
  383. }
  384.  
  385. #notes li img.avatar {
  386. vertical-align:-4px;
  387. margin-right:5px;
  388. width:16px;
  389. height:16px;
  390. border-radius:8px;
  391. }
  392.  
  393. </style>
  394. </head>
  395.  
  396.  
  397. <body>
  398. <div id="main">
  399.  
  400. <div id="sidebar">
  401. <center>
  402. <br><br>
  403. <div id="title">
  404. <a href="/">{Title}</a>
  405. </div>
  406. <div id="simg"><a href="/"><img src="{image:sidebar}"/></a></div>
  407. <br>
  408. {Description}
  409. </center>
  410.  
  411.  
  412.  
  413.  
  414. </div>
  415.  
  416. <div id="dash">
  417. <div id="pagination"><br><br><br><br><br><br>{block:PreviousPage}<a href="{PreviousPage}"><b><i>p</b></i>revious</a>
  418. {/block:PreviousPage}<br><br>{block:NextPage} <a href="{NextPage}"><b><i>n</b></i>ext</a>{/block:NextPage}</div>
  419. </div>
  420.  
  421. <div id="linksbar"><br>
  422. <center>
  423. <div id="linkage">
  424. <a href="/ask">ask</a><br>
  425. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  426. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  427. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  428. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
  429. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
  430. </div>
  431. </div>
  432.  
  433. <div id="content">
  434. {block:Posts}
  435. {block:Text}
  436. <div class="post">
  437. {block:Title}
  438. <h3><a href="{Permalink}">{Title}</a></h3>
  439. {/block:Title}
  440. {Body}
  441. </div>
  442. {/block:Text}{block:Photo}
  443. <div class="post">
  444. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  445. {block:Caption}
  446. <div class="caption">{Caption}</div>
  447. {/block:Caption}
  448. </div>
  449. {/block:Photo}{block:Photoset}
  450. <div class="post">
  451. <center>{Photoset-500}</center>
  452. {block:Caption}
  453. <div class="caption">{Caption}</div>
  454. {/block:Caption}
  455. </div>
  456. {/block:Photoset}{block:Quote}
  457. <div class="post">
  458. <div class="quote">"{Quote}"</div>
  459. {block:Source}
  460. <div class="source">{Source}</div>
  461. {/block:Source}
  462. </div>
  463. {/block:Quote}{block:Link}
  464. <div class="post">
  465. <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  466. {block:Description}
  467. <div class="description">{Description}</div>
  468. {/block:Description}
  469. </div>
  470. {/block:Link}
  471. {block:Chat}
  472. <ul class="chat">
  473. {block:Lines}
  474. <li class="user_{UserNumber}">
  475. {block:Label}
  476. <span class="label">
  477. {Label}
  478. </span>
  479. {/block:Label}
  480. &nbsp;{Line}</li>
  481. {/block:Lines}
  482. </ul>{/block:Chat}
  483. {block:Answer}
  484. <div id="question"><b>{Asker}</b>: "{Question}"</div>
  485. <div id="answer">{Answer}</div>{/block:Answer}
  486. {block:Video}
  487. <div class="post">
  488. <center>{Video-500}</center>
  489. {block:Caption}
  490. <div class="caption">{Caption}</div>
  491. {/block:Caption}
  492. </div>
  493. {/block:Video}{block:Audio}
  494. <div class="post">
  495. {AudioPlayerBlack}
  496. {block:Caption}
  497. <div class="caption">{Caption}</div>
  498. {/block:Caption}
  499. </div>
  500. {/block:Audio}
  501. <div style="width:100%; display:block">
  502. </div>
  503.  
  504. <div id="permalink">
  505. {block:Date}<a href="{Permalink}">{TimeAgo}</a>
  506. {block:NoteCount} · <a href="{Permalink}">{NoteCountwithLabel}</a>{/block:NoteCount}
  507. {/block:Date}{block:RebloggedFrom}
  508. · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  509. {/block:RebloggedFrom}
  510. {block:ContentSource} ·
  511. &copy;
  512. <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  513. <br>{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  514. {/block:HasTags}
  515. </div>
  516.  
  517. <div id="line">
  518. </div>
  519.  
  520. <div class="info">
  521. <div class="date">
  522. </div>
  523. </div>
  524. {/block:Posts}
  525. {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
  526. </div>
  527. <div id="credit">
  528. <center>
  529. ©<a href="http://gloriously-pond.tumblr.com/tagged/themes">gloriously-pond</a>
  530. </center>
  531. </div>
  532. </div>
  533. </div>
  534.  
  535. </body>
  536.  
  537. </html>
  538.  
  539. <!--Remember to leave credit intact.-->
Advertisement
Add Comment
Please, Sign In to add comment