Advertisement
joshdevime

theme 13

Feb 26th, 2014
1,231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 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 IZZYSTHEMCS
  8. DO NOT STEAL, REMEMBER TO LIKE THE POST
  9. -->
  10.  
  11. <meta name="color:background" content="#fff" />
  12. <meta name="color:text" content="#2e2e2e"/>
  13. <meta name="color:sidebarlink" content="#2e2e2e"/>
  14. <meta name="color:link" content="#2e2e2e"/>
  15. <meta name="color:linkhover" content="#fff"/>
  16. <meta name="color:scrollbar" content="#2e2e2e"/>
  17.  
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="if:updatestab" 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. <meta name="text:link 4" content="">
  29. <meta name="text:link 4 Title" content="">
  30. <meta name="text:link 5" content="">
  31. <meta name="text:link 5 Title" content="">
  32. <meta name="text:link 6" content="">
  33. <meta name="text:link 6 Title" content="">
  34.  
  35. <head><title>{title}</title>
  36. <link rel="shortcut icon" href="{favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:description}<meta name="description" content="{metadescription} "/>{/block:description}
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43.  
  44.  
  45. ::-webkit-scrollbar-thumb{
  46. background-color: {color:scrollbar};
  47. border: 2px solid {color:background};
  48. height:auto;}
  49.  
  50. ::-webkit-scrollbar {
  51. height:auto;
  52. width:8px;
  53. background-color: {color:scrollbar};
  54. border:5px solid {color:background};}
  55.  
  56. *, body, a, a:hover { cursor:url('http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif'), auto }
  57.  
  58. body {
  59. background:{color:background};
  60. font-family:calibri;
  61. font-size:10px;
  62. color:{color:text};
  63. line-height:120%;}
  64.  
  65. a:link, a:active, a:visited{color: {color:link};}
  66. a:hover{color:{color:link}; text-decoration:none;}
  67.  
  68. a {
  69. color:{color:link};
  70. text-decoration:none;
  71. -moz-transition-duration:0.4s;
  72. -webkit-transition-duration:0.4s;
  73. -o-transition-duration:0.4s;}
  74.  
  75. a:hover {
  76. color:{color:linkhover};
  77. text-decoration:none;
  78. -moz-transition-duration:0.4s;
  79. -webkit-transition-duration:0.4s;
  80. -o-transition-duration:0.4s;}
  81.  
  82. #container {
  83. background-color:{color:background};
  84. width:700px;
  85. margin: 0 auto -12px auto;
  86. text-align: center;}
  87.  
  88. .links{
  89. font-family:calibri;
  90. background:#ececec;
  91. padding:10px;
  92. font-size:10px;
  93. width:180px;
  94. margin-top:0px;
  95. text-align:center;
  96. text-transform:lowercase;}
  97.  
  98. .links a{
  99. padding:5px;
  100. color:{color:sidebarlink};
  101. -moz-transition-duration:0.4s;
  102. -webkit-transition-duration:0.4s;
  103. -o-transition-duration:0.4s;}
  104.  
  105. .links a:hover{
  106. color:{color:linkhover};
  107. -moz-transition-duration:0.4s;
  108. -webkit-transition-duration:0.4s;
  109. -o-transition-duration:0.4s;}
  110.  
  111. #sidebar {
  112. margin-left:-150px;
  113. top:200px;
  114. position:fixed;
  115. width:200px;
  116. background:#fff;}
  117.  
  118. #describtion {
  119. background-color:#fff;
  120. width:250px;
  121. text-align:center;
  122. padding:10px;}
  123.  
  124. #describtion img {
  125. width:200px;
  126. margin-bottom:5px;}
  127.  
  128. #stext {
  129. padding:30px;
  130. padding-top:5px;
  131. text-align:center;}
  132.  
  133. .pagi {
  134. text-transform:lowercase;
  135. text-align:center;
  136. margin-top:-20px;
  137. font-family:calibri;
  138. font-size:10px;}
  139.  
  140. .audio {
  141. padding-bottom:10px;}
  142.  
  143. .albumart {
  144. float:left;
  145. padding:0px 10px 0px 0px;}
  146.  
  147. .albumart img {
  148. width:100px;
  149. height:100px;}
  150.  
  151. .playercontainer {
  152. text-align:left;
  153. padding:10px;}
  154.  
  155. .audioinfo {
  156. padding:10px;
  157. margin-bottom:-20px;
  158. color:{color:text};}
  159.  
  160. h1 {
  161. font-weight:normal;
  162. font-style:normal;
  163. font-size:10px;
  164. text-align:left;
  165. padding:10px;
  166. line-height:120%;
  167. letter-spacing:0px;
  168. color:{color:text};
  169. border-bottom: 1px solid #f2f2f2}
  170.  
  171. h2 {
  172. font-size:10px;
  173. font-weight:normal;
  174. text-align:left;
  175. line-height:120%;
  176. letter-spacing:0px;
  177. color:{color:text};
  178. padding:10px;}
  179.  
  180. .ask {
  181. font-size:10px;
  182. text-align:right;
  183. font-style:italic;
  184. padding:10px;
  185. text-transform:lowercase;}
  186.  
  187. .question {
  188. font-size:10px;
  189. padding:10px;
  190. text-align:right;
  191. color:{color:text};}
  192.  
  193. .ans {
  194. font-size:10px;
  195. text-align:left;
  196. padding:10px;
  197. color:{color:text};}
  198.  
  199. blockquote {
  200. border-left:1px solid #f2f2f2;
  201. padding-left:10px;
  202. margin:5px;}
  203.  
  204. #postscontainer {
  205. width:500px;
  206. margin:50px auto 50px;
  207. margin-top:70px;
  208. padding-bottom:15px;
  209. text-align:center;}
  210.  
  211. #posts {
  212. width:500px;
  213. text-align:justify;
  214. padding-left:50px;
  215. }
  216.  
  217. #posts:hover .tags {
  218. opacity:1;}
  219.  
  220. #posts blockquote {
  221. border-left: 1px solid #d6d6d6;
  222. padding-left: 5px;}
  223.  
  224. #postinfo {
  225. width:500px;
  226. font-family:calibri;
  227. margin-bottom:80px;
  228. text-transform:lowercase;
  229. padding:5px;
  230. font-size:10px;
  231. text-align:left;
  232. color:{color:text};
  233. -moz-transition-duration:0.5s;
  234. -webkit-transition-duration:0.5s;
  235. -o-transition-duration:0.5s;
  236. {block:PermalinkPage}text-align:left;
  237. {/block:PermalinkPage}}
  238.  
  239. #postinfo a:hover {
  240. color:{color:linkhover};}
  241.  
  242. #postinfo a {
  243. text-decoration:none;}
  244.  
  245. .notecount {
  246. font-size:10px;
  247. text-align:center;
  248. text-transform:lowercase;}
  249.  
  250.  
  251. #tags {
  252. width:500px;
  253. margin-top:5px;
  254. font-style:normal;
  255. text-transform:lowercase;
  256. font-size:10px;
  257. text-align:center;
  258. font-family:calibri;
  259. -moz-transition-duration:0.5s;
  260. -webkit-transition-duration:0.5s;
  261. -o-transition-duration:0.5s;
  262. {block:IndexPage}text-align:center;opacity:0{/block:IndexPage}
  263. {block:PermalinkPage}text-align:left;
  264. {/block:PermalinkPage}}
  265.  
  266. #tags a {
  267. color:{color:link};
  268. margin-right:2px;
  269. display:inline-block;
  270. padding:100px;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;}
  274.  
  275. #tags a:hover {
  276. color:{color:link hover};
  277. text-decoration:none;
  278. -moz-transition-duration:0.5s;
  279. -webkit-transition-duration:0.5s;
  280. -o-transition-duration:0.5s;}
  281.  
  282. #tags a.tags, a:visited.tags, a:active.tags {
  283. text-decoration:none;}
  284.  
  285. .note {
  286. font-style:normal;
  287. font-size:10px;
  288. text-align:left;
  289. line-height:170%;
  290. margin-left:-25px;}
  291.  
  292. .note ol {
  293. padding:0;}
  294.  
  295. .note ol li {
  296. list-style-type:none;
  297. padding:3px;}
  298.  
  299. .note img {
  300. display:none;}
  301.  
  302. .convo {
  303. padding-bottom:10px;}
  304.  
  305. ul.chat, .chat ol, .chat li {
  306. list-style:none;
  307. margin:0px;
  308. padding:0px;}
  309.  
  310. .chat li:nth-child(odd) {
  311. background-color:white;
  312. padding:5px;}
  313.  
  314. .chat li:nth-child(even) {
  315. background-color:white;
  316. padding:5px;}
  317.  
  318. #cred {
  319. font-family:calibri;
  320. text-transform:lowercase;
  321. font-size:8px;
  322. padding:3px;
  323. bottom:8px;
  324. color:#f4f4f4;
  325. right:5px;
  326. position:fixed;}
  327.  
  328. {block:ifupdatestab}
  329. #noticeboard {
  330. text-align: center;
  331. font-size: 11px;
  332. position:fixed;
  333. left:5px;
  334. top:-111px;
  335. -webkit-transition: all .5s ease-in-out;
  336. -moz-transition: all .5s ease-in-out;
  337. -o-transition: all .5s ease-in-out;
  338. z-index:999;
  339. }
  340.  
  341. #noticeboard:hover {top:0px;}
  342.  
  343. #notices {
  344. border-right-style:solid;
  345. border-bottom-style:solid;
  346. border-left-style:solid;
  347. border-width:1px;
  348. border-color:#ececec;
  349. padding:5px;
  350. background: #ffffff;
  351. width:160px;
  352. height:100px;
  353. margin-top:0px;
  354. z-index:0000;
  355. -moz-border-radius-bottomright: 4px;
  356. -webkit-border-bottom-right-radius: 4px;
  357. }
  358.  
  359. #noticeboardtab {
  360. border-right-style:solid;
  361. border-bottom-style:solid;
  362. border-left-style:solid;
  363. border-width:1px;
  364. border-color:#ececec;
  365. height:15px;
  366. text-transform:lowercase;
  367. padding: 8px 0 6px 0;
  368. background:#fff;
  369. margin-top:0px;
  370. border-bottom-left-radius: 4px;
  371. -moz-border-radius-bottomleft: 4px;
  372. -webkit-border-bottom-left-radius: 4px;
  373. border-bottom-right-radius: 4px;
  374. -moz-border-radius-bottomright: 4px;
  375. -webkit-border-bottom-right-radius: 4px;
  376. width: 100px;
  377. }
  378. {/block:ifupdatestab}
  379.  
  380.  
  381. </style>
  382.  
  383. <style type="text/css">{customCSS}</style>
  384.  
  385. </head>
  386.  
  387. <body>
  388.  
  389. {block:ifupdatestab}
  390. <div id="noticeboard">
  391. <div id="notices"<br>
  392.  
  393. <font color="#bebebe">THESE ARE UR UPDATES !!
  394.  
  395. <p>< p > to make a new paragraph & < br > to make a new line</p>
  396.  
  397. <p>DO NOT steal the credit to this theme, its mine and ill hunt u down :-)</p>
  398.  
  399. </div>
  400. <div id="noticeboardtab"><font color="#ffd4d4">♥♥♥</font></div>
  401. </div>
  402. {/block:ifupdatestab}
  403.  
  404. <div id="container">
  405. <div id="sidebar">
  406. <div id="describtion">
  407. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  408.  
  409. <center><div class="links">
  410. {block:ifLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  411. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  412. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  413. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  414. {block:iflink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  415. {block:iflink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:iflink6}
  416. </div></center>
  417.  
  418. <div id="stext">{description}</div>
  419.  
  420. {block:pagination}
  421. <div class="pagi">
  422. {block:previouspage}
  423. <a href="{previouspage}">-</a>
  424. {/block:previouspage}
  425. {block:nextpage}
  426. <a href="{nextpage}">+</a>
  427. {/block:nextpage}
  428. </div>
  429. {/block:pagination}
  430.  
  431. </div></div>
  432.  
  433. <div id="postscontainer">
  434.  
  435. {block:Posts}
  436. <div id="posts">
  437.  
  438. {block:Text}
  439. {block:Title}<h1>{Title}
  440. {/block:Title}</h1>
  441. {Body}
  442. {/block:Text}
  443.  
  444. {block:Quote}
  445. <div id="caption">
  446. <h1>“{Quote}”</h1>
  447. </div>
  448. {/block:Quote}
  449.  
  450. {block:Photo}
  451. <center>
  452. <img src="{PhotoURL-500}"/>
  453. </center>
  454. {block:PermalinkPage}{Caption}
  455. {/block:PermalinkPage}
  456. {/block:Photo}
  457.  
  458. {block:Photoset}
  459. <center>
  460. {Photoset-500}
  461. </center>
  462. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
  463. {/block:PermalinkPage}
  464. {/block:Photoset}
  465.  
  466. {block:Video}
  467. {Video-500}
  468. {block:PermalinkPage}{block:Caption}<div id="caption">{Caption}</div>
  469. {/block:Caption}
  470. {/block:PermalinkPage}
  471. {/block:Video}
  472.  
  473. {block:Answer}<div style="question">
  474. <div class="ask">
  475. <span style="text-decoration:none;font-style:normal;"><span class="asker">{Asker}:</span></span><br>{Question}</div>
  476. </div>
  477. <div id="caption"><div class="answer">{Answer}</div>
  478. </div>
  479. {/block:answer}
  480.  
  481. {block:Audio}{AudioPlayerWhite}
  482. {block:TrackName}Track: {TrackName}<br>{/block:TrackName}
  483. {block:Artist}Artist: {Artist}<br>{/block:Artist}
  484. {block:Album}Album: {Album}<br>{/block:Album}
  485. {block:Caption}{Caption}{/block:Caption}
  486. {/block:Audio}
  487.  
  488. {block:Link}
  489. <a href="{URL}"><h2>{Name}</h2></a>
  490. {block:Description}<p>{Description}</p>{/block:Description}
  491. {/block:Link}
  492.  
  493. {block:Chat}
  494. <div class="chat">
  495. {block:Title}<h1>{Title}</h1>{/block:Title}
  496. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  497. {Line}<br>{/block:Lines}</div>{/block:Chat}
  498.  
  499. {block:Date}<div id="postinfo">{MonthNumberWithZero}.{DayOfMonthWithZero}.{Year} {block:NoteCount} &nbsp;+<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{/block:ContentSource}{/block:Date}
  500. {block:HasTags}
  501. <br>{block:Tags}<a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>&nbsp;{/block:Tags}
  502. {/block:HasTags}
  503. {block:PostNotes}{PostNotes}{/block:PostNotes}
  504. </div></div>
  505.  
  506. {/block:PermalinkPage}
  507.  
  508. {/block:Posts}
  509.  
  510. <div id="cred"><a href="http://izzysthemcs.tumblr.com/">♥</a></div>
  511.  
  512. </body>
  513.  
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement