Advertisement
mleyscyrsthemes

theme #02 // serenity

Oct 13th, 2013
1,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 KB | None | 0 0
  1. <!-- THEME SERENITY --- 02 BY MLEYSCYRS -->
  2. <!-- DO NOT STEAL OR USE AS A BASE CODE -->
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  9. <meta name="description" content="" />
  10. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  11.  
  12. <meta name="color:Background" content="{color:Background}">
  13. <meta name="color:Body Text" content="{color:Body Text}">
  14. <meta name="color:Links" content="{color:Links}">
  15. <meta name="color:Links hover" content="{color:Links hover}">
  16. <meta name="color:Blockquote" content="{color:Blockquote}">
  17. <meta name="color:Description background" content="{color:Description background}">
  18. <meta name="color:Description text" content="{color:Description text}">
  19. <meta name="color:Navi background" content="{color:Navi background}">
  20. <meta name="color:Navi text" content="{color:Navi text}">
  21. <meta name="color:Posts border" content="{color:Posts border}">
  22. <meta name="color:Link post" content="{color:Link post}">
  23. <meta name="color:Question background" content="{color:Question background}">
  24. <meta name="color:Permalink background" content="{color:Permalink background}">
  25.  
  26. <meta name="image:Sidebar">
  27.  
  28. <meta name="text:Askbox Title" content="ask">
  29. <meta name="text:Askbox URL" content="/ask">
  30. <meta name="text:Link 1 Title" content="Link 1">
  31. <meta name="text:Link 1 URL" content="/">
  32. <meta name="text:Link 2 Title" content="Link 2">
  33. <meta name="text:Link 2 URL" content="/">
  34.  
  35.  
  36.  
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42. ::-webkit-scrollbar { width: 3px; height: 5px; }
  43. ::-webkit-scrollbar-button:start:decrement,
  44. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  45. ::-webkit-scrollbar-track-piece { background: #fff; }
  46. ::-webkit-scrollbar-thumb { height: 50px; background-color: #E2E0E1; }
  47. ::-webkit-scrollbar-thumb:hover { background: #E2E0E1; }
  48.  
  49.  
  50.  
  51. /** BODY TEXT, LINKS, ETC **/
  52.  
  53. body {
  54. font-family: 'arial';
  55. font-size: 10px;
  56. color: {color:Body Text};
  57. text-align: justify;
  58. background-color: #ffffff;
  59. }
  60.  
  61. body a {
  62. text-decoration: none;
  63. color: {color:Body Text};
  64. -moz-transition-duration: 0.5s;
  65. -o-transition-duration: 0.5s;
  66. -webkit-transition-duration: 0.5s;
  67. transition-duration: 0.5s;
  68. }
  69.  
  70.  
  71. body a:hover {
  72. text-decoration: none;
  73. color: {color:Links hover};
  74. -moz-transition-duration: 0.5s;
  75. -o-transition-duration: 0.5s;
  76. -webkit-transition-duration: 0.5s;
  77. transition-duration: 0.5s;
  78. }
  79.  
  80. small {
  81. font-size: 10px;
  82. }
  83.  
  84. blockquote {
  85. border-left: solid;
  86. border-left-width: 3px;
  87. border-color: {color:Blockquote};
  88. padding-left: 7px;
  89. margin-left: 20px;
  90. }
  91.  
  92. pre {
  93. width: 450px;
  94. white-space: pre-wrap;
  95. white-space: -moz-pre-wrap;
  96. white-space: -pre-wrap;
  97. white-space: -o-pre-wrap;
  98. word-wrap: break-word;
  99. }
  100.  
  101.  
  102. /** THE WHOLE THING YEA **/
  103.  
  104. .container {
  105. width: 930px;
  106. }
  107.  
  108.  
  109.  
  110.  
  111. /** SIDEBAR **/
  112.  
  113. .sidebar {
  114. width: 200px;
  115. height: 100%;
  116. background-color:{color:Navi background};
  117. position: fixed;
  118. left: 280px;
  119. top: 0px;
  120. background-image: url('{image:Sidebar}');
  121. z-index: 1;
  122. }
  123.  
  124. .pagination {
  125. margin-top: 10px;
  126. margin-left: 100px;
  127. position: fixed;
  128. font-family: 'arial';
  129. font-size: 14px;
  130. }
  131.  
  132. .pagination a {
  133. color: {color:Description text};
  134. }
  135.  
  136. .pagination a:hover {
  137. color: {color:Links hover};
  138. }
  139.  
  140. .sidebar img {
  141. width: 100px;
  142. position: absolute;
  143. z-index: 1;
  144. }
  145.  
  146.  
  147. .description {
  148.  
  149. font-family: 'arial';
  150. color: {color:Description text};
  151. font-size:10px;
  152. text-align:center;
  153. margin:auto;
  154. margin-top:120px;
  155. margin-left:130;
  156. width:80px;
  157. padding:10px;
  158. position:relative;
  159. z-index:5;
  160. }
  161.  
  162. .description img {
  163. border: 0px solid {color:border};
  164. padding: 3px;
  165. margin-bottom: 5px;
  166. }
  167.  
  168.  
  169. .navigation {
  170. margin-top: 1px;
  171. font-family: 'arial';
  172. font-size: 10px;
  173. margin-left:110;
  174. text-transform: lowercase;
  175. font-weight: normal;
  176. text-align: center;
  177. color: #ffffff;
  178. padding:10px;
  179. position:relative;
  180. z-index:11;
  181. }
  182.  
  183.  
  184.  
  185.  
  186. /** POSTS **/
  187.  
  188. .postcol {
  189. margin-left: 500px;
  190. width: 500px;
  191. margin-bottom: 45px;
  192. }
  193.  
  194. .posts {
  195. margin-top: 60px;
  196. width: 500px;
  197. max-width: 100%;
  198. word-wrap: normal;
  199. }
  200.  
  201. .posts h2 {
  202. font-size: 10px;
  203. font-style: normal;
  204. text-transform: lowercase;
  205. text-align: justify;
  206. }
  207.  
  208. .posts img, .posts li, .posts blockquote {
  209. max-width: 100%;
  210. }
  211.  
  212. .permalink {
  213. background-color: #f8f8f8;
  214. padding: 3px;
  215. padding-bottom: 5px;
  216. margin-top: -5px;
  217. font-family: 'arial';
  218. font-size: 10px;
  219. text-transform: lowercase;
  220. text-align: justify;
  221. }
  222.  
  223. .question {
  224. text-align: center;
  225. background-color: {color:Body Text};
  226. padding: 5px;
  227. }
  228.  
  229. .arrow {
  230. color: #f8f8f8;
  231. font-size: 10px;
  232. text-align: center;
  233. margin-top: 4px;
  234. }
  235.  
  236. .asker {
  237. font-family: 'arial';
  238. font-size: 9px;
  239. text-transform: uppercase;
  240. font-weight: bold;
  241. text-align: center;
  242. }
  243.  
  244.  
  245. .quote {
  246. font-family: 'arial';
  247. font-size: 10px;
  248. text-align: center;
  249. }
  250.  
  251. .quotesource {
  252. margin-top: -5px;
  253. text-align: center;
  254. }
  255.  
  256. .links {
  257. font-size: 10px;
  258. font-family: 'arial';
  259. text-transform: lowercase;
  260. font-weight: normal;
  261. text-align: normal;
  262. background-color: #ffffff;
  263. padding:5px;
  264. }
  265.  
  266. .links a {
  267. padding:1px
  268. color: #5F5C5C;
  269.  
  270. }
  271.  
  272. .links a:hover {
  273. color: #0f0f0f;
  274.  
  275. }
  276.  
  277. .audio {
  278. position: relative;
  279. z-index: 100;
  280. background-color: #fdfafa;
  281. padding: 3px;
  282. height: 100px;
  283. width: 494px;
  284. }
  285.  
  286. .albumart {
  287. position: relative;
  288. z-index: 100;
  289. height: 100px;
  290. width: 100px;
  291. }
  292.  
  293. .noart {
  294. height: 100px;
  295. width: 100px;
  296. position: relative;
  297. z-index: 100 !important;
  298. }
  299.  
  300. .playbutton {
  301. height: 30px;
  302. width: 100px;
  303. position: absolute;
  304. z-index; 1000;
  305. overflow: hidden;
  306. margin-top: -33px !important;
  307. margin-left: 3px;
  308. }
  309.  
  310. .playbox {
  311. background-color: #f8f8f8;
  312. position: absolute;
  313. z-index: 1000;
  314. opacity: 0.5;
  315. -moz-transition-duration: 0.5s;
  316. -o-transition-duration: 0.5s;
  317. -webkit-transition-duration: 0.5s;
  318. transition-duration: 0.5s;
  319. }
  320.  
  321. .playbox:hover {
  322. opacity: 1.0;
  323. -moz-transition-duration: 0.5s;
  324. -o-transition-duration: 0.5s;
  325. -webkit-transition-duration: 0.5s;
  326. transition-duration: 0.5s;
  327. }
  328.  
  329. .trackname {
  330. position: absolute;
  331. z-index: 10000;
  332. margin-top: -100px;
  333. margin-left: 110px;
  334. font-family: 'arial'';
  335. font-size: 10px;
  336. text-transform: uppercase;
  337. }
  338.  
  339.  
  340. </style>
  341. </head>
  342.  
  343. <body oncontextmenu="return false" onkeydown="return false">
  344.  
  345.  
  346. <div class="container">
  347. <div class="sidebar">
  348. <div class="description"><span>{Description}</span></div>
  349. <div class="navigation">
  350. <center><a href="/">home</a></center>
  351.  
  352. <center><a href="{text:Askbox URL}">{text:Askbox Title}</a></center>
  353.  
  354. <center><a href="{text:Link 1 URL}">{text:Link 1 Title}</a></center>
  355.  
  356. <center><a href="{text:Link 2 URL}">{text:Link 2 Title}</a></center>
  357.  
  358. <center><a href="http://mleyscyrs.tumblr.com">theme</a></center>
  359.  
  360. <div class="pagination">
  361. {block:Pagination}
  362.  
  363. {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}
  364. {/block:Pagination}
  365. </div>
  366.  
  367.  
  368. </div>
  369.  
  370. </div>
  371.  
  372.  
  373.  
  374. <div class="postcol">
  375. {block:Posts}
  376. <div class="posts">
  377. {block:Text}
  378. {block:Title}<h2>{Title}</h2>{/block:Title}
  379. {Body}
  380. {/block:Text}
  381.  
  382. {block:Answer}
  383. <div class="question">{Question}</div>
  384. <div class="arrow">▼</div>
  385. <div class="asker">{Asker}</div>
  386. {Answer}
  387. {/block:Answer}
  388.  
  389. {block:Quote}
  390. <div class="quote">❝ <em>{Quote}</em> ❞</div>
  391. {block:Source}<p><div class="quotesource"><em>— {Source}</em></div></p>{/block:Source}
  392. {/block:Quote}
  393.  
  394. {block:Link}
  395. <div class="links"><a href="{URL}">→ {Name}</a></div>
  396. {block:Description}{Description}{/block:Description}
  397. {/block:Link}
  398.  
  399. {block:Chat}
  400. {block:Title}<h2>{Title}</h2>{/block:Title}
  401. {block:Lines}
  402. {block:Label}<b>{Label}</b> {Line}<br>{/block:Label}
  403. {/block:Lines}
  404. {/block:Chat}
  405.  
  406. {block:Photo}
  407. {LinkOpenTag}
  408. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  409. {LinkCloseTag}
  410. {block:Caption}{Caption}{/block:Caption}
  411. {/block:Photo}
  412.  
  413. {block:Photoset}
  414. {Photoset-500}
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Photoset}
  417.  
  418. {block:Video}
  419. {Video-500}
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Video}
  422.  
  423. {block:Audio}
  424. <div class="audio">
  425. {block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  426.  
  427. </div>
  428. <div class="playbutton"><div class="playbox">
  429. {AudioPlayerBlack}
  430. </div></div>
  431. <div class="trackname">
  432. {block:TrackName}TRACK: {TrackName}{/block:TrackName}
  433. {block:Artist}<br>ARTIST: {Artist}{/block:Artist}
  434. {block:Album}<br>ALBUM: {Album}{/block:Album}
  435. <br>{PlayCountWithLabel}
  436. </div>
  437. {block:Caption}{Caption}{/block:Caption}
  438. {/block:Audio}
  439.  
  440. <hr size="1px" color="{color:Posts border}">
  441. <div class="permalink">
  442. POSTED <a href="{Permalink}">{TimeAgo}</a> WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogRootURL}">source</a> <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  443. <br>{block:HasTags}
  444. {block:Tags}
  445. <a href="{TagURL}">#{Tag}</a>
  446. {/block:Tags}
  447. {/block:HasTags}
  448. </div>
  449. {block:PermalinkPage}<p>{PostNotes-16}</p>{/block:PermalinkPage}
  450. </div>
  451. {/block:Posts}
  452. </div>
  453. </div>
  454.  
  455.  
  456. </body>
  457. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement