darnpayne

THEME 31 RIGHT NOW

Aug 5th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- THEME 31 RIGHT NOW BY SHEERINOS -->
  11.  
  12. <!-- COLORS -->
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#b6b5b5"/>
  16. <meta name="color:link" content="#b6b5b5"/>
  17. <meta name="color:linkhover" content="#f0e7e1"/>
  18. <meta name="color:scrollbar" content="ececec"/>
  19.  
  20.  
  21. <!-- IMAGES -->
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:sidebar2" content=""/>
  25. <meta name="image:sidebar3" content=""/>
  26.  
  27. <!-- LINKS -->
  28.  
  29. <meta name="text:link 1" content="link 1"/>
  30. <meta name="text:link 1 url" content="/" />
  31. <meta name="text:link 2" content="link 2"/>
  32. <meta name="text:link 2 url" content="/" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38.  
  39. ::selection {background: #fff; color:{color:selection};}
  40. ::-moz-selection {background: #fff; color:{color:selection};}
  41. ::-webkit-selection {background: #fff; color:{color:selection};}
  42.  
  43. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  44. height:100px;}
  45.  
  46.  
  47. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  48.  
  49. /* --- BODY ---*/
  50.  
  51. body {
  52. font-style:none;
  53. background:{color:background};
  54.  
  55. margin:0px; color:{color:text};
  56. font-family:calibri;
  57. font-size:10px;
  58. line-height:100%;
  59. }
  60.  
  61. blockquote {
  62. border-left:2px solid #ECECEC;
  63. padding-left:2px;
  64. margin:5px;
  65. }
  66.  
  67. a {
  68. color:{color:link}
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. -webkit-transition:all 0.5s ease-in-out;
  74. -moz-transition:all 0.5s ease-in-out;
  75. -o-transition:all 0.5s ease-in-out;
  76. -ms-transition:all 0.5s ease-in-out;
  77. transition:all 0.5s ease-in-out;
  78. }
  79.  
  80. a:hover {
  81. color:{color:linkhover}
  82. }
  83.  
  84. img {none;}
  85.  
  86. h1 , h2 {
  87. font-family:calibri;
  88. text-transform:none;
  89. font-size:14px;
  90. line-height:30px;
  91. letter-spacing:0px;
  92. text-align:center;
  93. font-style:none;
  94. }
  95.  
  96. #entries {
  97. padding:10px;
  98. width:500px;
  99. margin-left:500px;
  100. margin-top:75px;
  101.  
  102. }
  103.  
  104. #post {
  105. width:500px;
  106. padding-bottom:100px;
  107. font-style:none;
  108. padding:15px;
  109. margin-bottom:10px;
  110. border:1px solid #f1f1f1;
  111. border-width:1px;
  112. }
  113.  
  114.  
  115.  
  116.  
  117. /* --- SIDEBAR ---*/
  118.  
  119. #sidebar
  120. {
  121. width:130px;
  122. position:fixed;
  123. margin-left:700px;
  124. margin-top:170px;
  125. }
  126.  
  127. #sidebar {width:130px;}
  128.  
  129.  
  130. #sidebarimage img {-webkit-transition:all 1s ease-out;
  131. -moz-transition:all 1s ease-out;
  132. transition:all 1s ease-out;
  133. width:120px;
  134. height:120px;
  135. border:3px double #000;
  136. padding:3px;
  137. margin-left:-552px;
  138. margin-top:-90px;
  139. background:#fff;
  140. opacity:1;
  141. border-radius:100px;
  142. }
  143.  
  144.  
  145. #sidebarimage2 img {-webkit-transition:all 1s ease-out;
  146. -moz-transition:all 1s ease-out;
  147. transition:all 1s ease-out;
  148. width:120px;
  149. height:120px;
  150. border:3px double #000;
  151. padding:3px;
  152. margin-left:-552px;
  153. margin-top:-5px;
  154. background:#fff;
  155. opacity:1;
  156. border-radius:100px;
  157.  
  158. }
  159. #sidebarimage3 img {-webkit-transition:all 1s ease-out;
  160. -moz-transition:all 1s ease-out;
  161. transition:all 1s ease-out;
  162. width:120px;
  163. height:120px;
  164. border:3px double #000;
  165. padding:3px;
  166. margin-left:-552px;
  167. margin-top:-1px;
  168. background:#fff;
  169. opacity:1;
  170. border-radius:100px;
  171. }
  172.  
  173.  
  174. #links {
  175. -webkit-transition:all 1s ease-out;
  176. -moz-transition:all 1s ease-out;
  177. transition:all 1s ease-out;
  178. width:112px;
  179. display:block;
  180. padding: 3px;
  181. font-size:14px;
  182. margin-left: -545px;
  183. margin-top: -136px;
  184. text-align:center;opacity:0;
  185. position:fixed;
  186. background:#000;
  187. height:112px;
  188. border-radius:100px;
  189.  
  190. }
  191. @font-face{font-family:Ashley Marie;src:url(http://static.tumblr.com/9wzbixa/qKtmj2fnf/ashleymarie.ttf);}
  192.  
  193.  
  194. #links a
  195. { color: #fff;
  196. margin-bottom: 10px;
  197. padding:5px;
  198. font-family:Ashley Marie;
  199. padding-top: 2px;
  200. padding-bottom: 1px;
  201. padding-left: 1px;
  202. padding-right: 1px;
  203. height: 14.5px;
  204. letter-spacing: 1px;
  205. margin-left: 1px;
  206. text-shadow:10px 0px transparent, -10px 0px transparent;
  207. display:block;
  208. }
  209.  
  210. #links a:hover {color:#fff;text-decoration:underline;
  211. text-shadow:0px 0px, -0px 0px ;}
  212.  
  213. #circle{background:#fff;padding:5px;border:#000 solid 3px;border-radius:90px;width:100px;height:100px;margin-top:-253px;margin-left:-24px;}
  214. #circle img{background:#fff;border-radius:90px;width:100px;height:100px;}
  215.  
  216.  
  217. #description {-webkit-transition:all 1s ease-out;
  218. -moz-transition:all 1s ease-out;
  219. transition:all 1s ease-out;
  220. width: 102px;
  221. height: 102px;
  222. border:3px solid #000;
  223. border-radius:100px;
  224. font:10px Calibri;
  225. margin-left:-545px;
  226. margin-top:-269px;
  227. text-align:center;
  228. color:#fff;
  229. background:#000;
  230. line-height: 8px;
  231. position:fixed;
  232. padding: 5px;
  233. opacity:0;
  234. }
  235.  
  236. #sidebar:hover #links{opacity:.8;}
  237. #sidebar:hover #description{opacity:.8;}
  238.  
  239. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  240. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  241.  
  242.  
  243. #pagination {-webkit-transition:all 0.5s ease-out;
  244. -moz-transition:all 0.5s ease-out;
  245. transition:all 0.5s ease-out;
  246. position:fixed;
  247. font-size:12px;
  248. text-align:center;
  249. font-family:Cambria;
  250. margin-top:-399px;
  251. margin-left:-545px;
  252. width: 110px;
  253. height:110px;
  254. padding:5px;
  255. opacity:0;
  256. background:#000;
  257. border-radius:100px;}
  258.  
  259. #pagination a:hover {
  260. color:{color:linkhover}; letter-spacing:3px;
  261. }
  262.  
  263. #sidebar:hover #pagination{-webkit-transition:all 0.5s ease-out;
  264. -moz-transition:all 0.5s ease-out;
  265. transition:all 0.5s ease-out;
  266. opacity:.8;}
  267. #nav {
  268. position:fixed;
  269. overflow:hidden;
  270. margin-top:150px;
  271. margin-left:315px;
  272. }
  273.  
  274. #link1 a , #link2 a, #link3 a
  275.  
  276. #title
  277. {
  278. font-family:cambria;
  279. text-align:center;
  280. margin-top:-129px;
  281. padding-bottom:0px;
  282. text-transform:none;
  283. font-style:normal;
  284. font-size:10px;
  285. }
  286.  
  287.  
  288.  
  289.  
  290. #questions {
  291. background-color:#f2f2f2;
  292. color: {color:text};
  293. margin-left:0px;
  294. padding:5px;
  295. margin-top:5px;
  296. margin-bottom:5px;
  297. font-family:cambria;
  298. font-size:10px;
  299. font-style:normal;
  300. text-align:center;
  301. border:1px solid #f1f1f1;
  302. border-width:1px;
  303. border-left:none;
  304. border-right:none;
  305. border-TOP:none;
  306. }
  307.  
  308. #answer {
  309. font-family:cambria;
  310. font-size:10px;
  311. font-style:none;
  312. text-align:left;
  313. padding-top:-5px;
  314. }
  315.  
  316. .note {
  317. padding:0px 20px 0px 20px;
  318. background-color:#FFFFFF;
  319. text-transform:lowercase;
  320. letter-spacing:0px;
  321. font-size: 11px;
  322. font-style:normal;
  323. text-align:left;
  324. line-height:120%;
  325. }
  326.  
  327. .note li {
  328. list-style-type:none;
  329. padding:5px 25px 5px 25px;
  330. text-align:left;
  331. margin-right:30px;
  332. margin-top:-50px;
  333. }
  334.  
  335. #info {
  336. font-family:cambria;
  337. text-align:right;
  338. margin-top:10px;
  339. padding-top:2px;
  340. padding:2px;
  341. padding-bottom:3px;
  342. text-transform:lowercase;
  343. font-style:none;
  344. font-size:8px;
  345. line-height:100%;
  346. background-color:{color:info};
  347. letter-spacing:1px;
  348. border:1px solid #ececec;
  349. border-width:1px;
  350. border-left:none;
  351. border-right:none;
  352. border-bottom:none;
  353. }
  354.  
  355. #RebloggedFrom {
  356. font-family:cambria;
  357. text-align:right;
  358. margin-top:-5px;
  359. padding-bottom:0px;
  360. text-transform:none;
  361. font-style:none;
  362. font-size:8px;
  363. }
  364.  
  365. #tags {
  366. font-family:calibri;
  367. text-align:right;
  368. margin-top:-3px;
  369. margin-left:3px;
  370. padding-bottom:-5px;
  371. text-transform:lowercase;
  372. font-style:none;
  373. font-size:8px;
  374. background-color:{color:info};
  375. letter-spacing:0px;
  376. }
  377.  
  378.  
  379.  
  380.  
  381.  
  382. #credit{
  383. right:8px;
  384. bottom:10px;
  385. position:fixed;
  386. padding:5px;
  387. }
  388.  
  389.  
  390.  
  391.  
  392.  
  393. {CustomCSS}</style></head><body>
  394.  
  395.  
  396. <div id="sidebar">
  397. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  398. <div id="sidebarimage2"><img src="{image:sidebar2}"/></div>
  399. <div id="sidebarimage3"><img src="{image:sidebar3}"/></div><br>
  400. <div id="links">
  401. <a href="/">home</a>
  402. <a href="/ask">mssgs</a>
  403. <a href="{text:link 1 url}">{text:link 1}</a>
  404. <a href="{text:link 2 url}">{text:link 2}</a>
  405.  
  406. </div>
  407.  
  408.  
  409. <div id="description">{Description}/div>
  410.  
  411. <div id="scrollbar">{scrollbar}</div>
  412.  
  413.  
  414.  
  415. {block:Pagination}<div id="pagination">
  416.  
  417. <br><br><br><br>
  418. {block:PreviousPage}
  419. <a href="{PreviousPage}">prev</a>
  420. {/block:PreviousPage}
  421. <br>
  422. {block:NextPage}
  423. <a href="{NextPage}">next</a>
  424. {/block:NextPage}
  425.  
  426.  
  427. </div>{/block:Pagination}
  428.  
  429.  
  430.  
  431. {block:HasPages}{block:Pages}
  432.  
  433. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  434.  
  435. </div></center>
  436.  
  437.  
  438. </div>
  439.  
  440. <div id="entries">{block:Posts}<div id="post">
  441.  
  442. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  443.  
  444. {block:blockquote}{/block:blockquote}
  445.  
  446.  
  447.  
  448. {block:Photo}
  449. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  450. {/block:Photo}
  451.  
  452. {block:Photoset}
  453. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  454. {/block:Photoset}
  455.  
  456. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  457.  
  458. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  459.  
  460. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  461.  
  462. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  463.  
  464. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  465.  
  466. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  467.  
  468.  
  469. <div id="info">{block:Date}<a href="{Permalink}">posted {TimeAgo}{/block:Date}{/block:Date} </a>
  470. {block:NoteCount}<a href="{Permaink}"> with {NoteCountWithLabel} </a>{/block:NoteCount}
  471. {block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName}</a>{/block:RebloggedFrom}
  472. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  473.  
  474. <div id="tags">
  475. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  476.  
  477. </div>
  478. {block:PostNotes}{PostNotes}{/block:PostNotes}
  479. {/block:Posts}</div>
  480.  
  481. <div id="credit" data="credit"> <a href="http://bangnothing.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zps66eaf67d.jpg?t=1375584747" width="115px" height="70px">
  482.  
  483. </body>
  484. </html>
Advertisement
Add Comment
Please, Sign In to add comment