Advertisement
lizarps

Theme #008: Cool Mom

Jun 15th, 2015
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.02 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!----
  8. the base is theme 56 by Hollywhood
  9. edited theme by; MORRISONSRPH
  10. please don't remove the credit
  11. thank you
  12. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#9B9B9B"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:scrollbar" content="#999999">
  18. <meta name="color:title" content="#999999">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="image:background" content=""/>
  22. <meta name="image:header" content=""/>
  23.  
  24. <meta name="text:link 1" content="Link 1"/>
  25. <meta name="text:link 1 url" content="/"/>
  26. <meta name="text:link 2" content="Link 2"/>
  27. <meta name="text:link 2 url" content="/"/>
  28. <meta name="text:link 3" content="Link 3"/>
  29. <meta name="text:link 3 url" content="/"/>
  30. <meta name="text:link 4" content="Link 4"/>
  31. <meta name="text:link 4 url" content="/"/>
  32. <meta name="text:link 5" content="Link 5"/>
  33. <meta name="text:link 5 url" content="/"/>
  34.  
  35. <meta name="if:styledpre" content="1" />
  36.  
  37. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  38.  
  39. <style>
  40. div#qTip {
  41. padding: 3px;
  42. display: none;
  43. text-align: center;
  44. position: absolute;
  45. font-size:7px;
  46. margin-left:10px;
  47. margin-top:-2px;
  48. line-height:9px;
  49. font-family:arial;
  50. z-index: 1000;
  51. border: 1px solid #cacaca;
  52. background-color:#fff;
  53. color: #9b9b9b;
  54. text-transform:uppercase;
  55. letter-spacing: 2px;
  56. }
  57. </style>
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-thumb{
  62. background-color: #71959f;
  63. border: 2px solid {color:background};
  64. height:auto;
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height:auto;
  69. width:11px;
  70. background-color: {color:scrollbar};
  71. border:5px solid #c7d3e5;
  72. }
  73.  
  74.  
  75. iframe#tumblr_controls {
  76. white-space:nowrap;
  77. -webkit-filter: invert(100%);
  78. -moz-filter: invert(100%);
  79. -o-filter: invert(100%);
  80. -ms-filter: invert(100%);
  81. filter: invert(100%);
  82. opacity:.2;transition: .8s ease-in-out;
  83. -webkit-transition: .8s ease-in-out;
  84. -moz-transition: .8s ease-in-out;
  85. -o-transition: .8s ease-in-out;
  86. }
  87.  
  88. h1 {
  89. font-weight:bold;
  90. font-size:13px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:200%;
  94. letter-spacing:1px;
  95. text-transform:normal;
  96. color:{color:text};
  97. background-color:#c7d3e5;
  98. }
  99.  
  100. h2 {
  101. font-size:10px;
  102. text-align:center;
  103. line-height:100%;
  104. letter-spacing:-0.5px;
  105. color:{color:text};
  106. background-color:#fcfddf;
  107. font-weight:bold;
  108. text-transform:uppercase;
  109. padding:5px;
  110. padding-bottom:2px;
  111. }
  112.  
  113.  
  114. blockquote {
  115. border-left:1px solid {color:text};
  116. padding:5px;
  117. margin:5px;
  118. }
  119.  
  120. {block:ifstyledpre}
  121. pre {
  122. text-align:center;
  123. padding:6px;
  124. border:1px solid {color:Text};
  125. box-shadow:2px 2px #ccc;
  126. background:transparent;
  127. color:{color:Text};
  128. font-size:10px;
  129. word-wrap:break-word;
  130. font-family:helvetica;
  131. text-transform:uppercase;
  132. margin:10px;
  133. }
  134. {/block:ifstyledpre}
  135.  
  136.  
  137. body {
  138. background:{color:background};
  139. margin:0px;
  140. color:{color:text};
  141. font-family:arial;
  142. font-size:10px;
  143. line-height:100%;
  144. background-image:url('{image:background}');
  145. }
  146.  
  147. a {
  148. text-decoration:none;
  149. outline:none;
  150. -moz-outline-style:none;
  151. color:{color:link};
  152. -moz-transition-duration:0.5s;
  153. -webkit-transition-duration:0.5s;
  154. -o-transition-duration:0.5s;
  155. }
  156.  
  157. a:hover {
  158. text-decoration:none;
  159. outline:none;
  160. -moz-outline-style:none;
  161. color:{color:link hover};
  162. }
  163.  
  164. img {
  165. border:none;
  166. }
  167.  
  168. #theme {
  169. width:500px;
  170. margin:0 auto -12px auto;
  171. }
  172.  
  173. .container {
  174. max-height: 500px;
  175. height: 500px;
  176. overflow: auto;
  177. background-color: #000000;
  178. }
  179.  
  180. #entries {
  181. position: fixed;
  182. height:370px;
  183. background-color: #fff;
  184. overflow:auto;
  185. padding:5px;
  186. overflow-x:hidden;
  187. width:565px;
  188. margin-left:-20px;
  189. margin-top:230px;
  190. border: 1px solid #999999;
  191. }
  192.  
  193. #post {
  194. width: 500px;
  195. margin-left:10px;
  196. margin-top:10px;
  197. height: auto;
  198. background-color: {color:post bg};
  199. padding: 20px;
  200. margin-bottom:30px;
  201. color: {color:text};
  202. text-align:justify;
  203. }
  204.  
  205. #headerimg {
  206. width:470px;
  207. height:180px;
  208. margin-left:-20px;
  209. margin-top:-180px;
  210.  
  211. }
  212.  
  213. #sidebar {
  214. color:{color:text};
  215. position:fixed;
  216. width:200px;
  217. height:auto;
  218. margin-top:50px;
  219. margin-left:0px;
  220. text-align:left;
  221. }
  222.  
  223.  
  224. #links {
  225. font-family:arial;
  226. width:120px;
  227. margin-top:45px;
  228. margin-left:-135px;
  229. font-size:8px;
  230. text-transform:uppercase;
  231. text-align:right;
  232. line-height:200%;
  233. }
  234.  
  235. #links a{
  236. line-height:200%;
  237. padding:4px;
  238. margin-top:1px;
  239. margin-left:4px;
  240. margin-right:4px;
  241. border:1px solid;
  242. color:{color:link};
  243. background-color:#fff;
  244. -moz-transition-duration:.7s;
  245. -webkit-transition-duration:.7s;
  246. -o-transition-duration:.7s;
  247. }
  248.  
  249. #links a:hover {
  250. text-decoration:bold;
  251. -moz-transition-duration:.8s;
  252. -webkit-transition-duration:.8s;
  253. -o-transition-duration:.8s;
  254.  
  255. }
  256.  
  257. #description {
  258. width:150px;
  259. font-family:arial;
  260. font-size:10px;
  261. margin-bottom:0px;
  262. margin-top:280px;
  263. margin-left:395px;
  264. text-align:right;
  265. color: {color:text};
  266. background-color:#fff;
  267. letter-spacing:0px;
  268. line-height:140%;
  269. border:1px solid;
  270. padding:5px;
  271. }
  272.  
  273. #description a {
  274. color:{color:link};
  275. }
  276.  
  277. #description a:hover {
  278. color:{color:link hover};
  279. }
  280.  
  281. .sidebartitle {
  282. width:110px;
  283. text-align:right;
  284. font-family:'Bodoni MT Condensed';
  285. line-height:120%;
  286. word-spacing:4px;
  287. margin-left:-120px;
  288. font-size:28px;
  289. text-transform:uppercase;
  290. margin-top:-228px;
  291. color:{color:title};
  292. }
  293.  
  294. #pagination {
  295. font-family:arial;
  296. width:500px;
  297. font-size:10px;
  298. margin-top:25px;
  299. margin-left:14px;
  300. padding-left:5px;
  301. padding-bottom:5px;
  302. letter-spacing:3px;
  303. text-align:center;
  304. text-transform:uppercase;
  305. }
  306.  
  307. #pagination a {
  308. color:{color:link};
  309. }
  310.  
  311. #info {
  312. font-family:arial;
  313. width:500px;
  314. margin-top:5px;
  315. padding-top:7px;
  316. font-size:7px;
  317. color:{color:text};
  318. text-transform:uppercase;
  319. letter-spacing:1px;
  320. font-style:normal;
  321. text-align:center;
  322. -webkit-transition: all .7s linear;
  323. }
  324.  
  325. #info a {
  326. color:{color:link};
  327. background:#fff;
  328. padding:4px;
  329. font-style:normal;
  330. }
  331.  
  332. #info a:hover {
  333. color:{color:link hover};
  334. -webkit-transition: all .7s linear;
  335. }
  336.  
  337. .tags {
  338. font-family:arial;
  339. width:500px;
  340. font-style:normal;
  341. line-height:120%;
  342. opacity:0;
  343. margin-top:10px;
  344. font-size:8px;
  345. text-align:center;
  346. text-transform:uppercase;
  347. -webkit-transition: all .7s linear;
  348. }
  349. .tags a{
  350. color:{color:link};
  351. -webkit-transition: all .7s linear;
  352. }
  353. .tags a:hover{
  354. color:{color:link hover};
  355. -webkit-transition: all .7s linear;
  356. }
  357.  
  358. #post:hover .tags{
  359. opacity:1;
  360. }
  361.  
  362. #line {
  363. width:500px;
  364. height:1px;
  365. margin-top:-6px;
  366. background-color:#ddd;
  367. }
  368.  
  369. .audio{
  370. background-color:#e5e5e5;
  371. height:65px;
  372. overflow:hidden;
  373. }
  374.  
  375. #chat {
  376. line-height:150%;list-style:none;}
  377.  
  378. .line.even {
  379. background:#ffffff;
  380. margin-bottom:3px;
  381. padding:5px;
  382. list-style:none;
  383. font-size:10px;}
  384.  
  385. .line.odd {
  386. background:#f7f7f7;
  387. margin-bottom:3px;
  388. padding:5px;
  389. list-style:none;
  390. font-size:10px;}
  391.  
  392. .label {
  393. padding-right:1px;
  394. text-transform:normal;
  395. font-weight:bold;
  396. color:{color:link};
  397. }
  398.  
  399. .question {
  400. padding:9px;
  401. text-align:left;
  402. text-transform:italic;
  403. color:{color:text};
  404. background-color: #f5f5f5;
  405. border-left:3px solid #e5e5e5;
  406. line-height:120%;
  407. }
  408.  
  409. .answer {
  410. text-align:left;
  411. padding-top:5px;
  412. color:{color:text};
  413. }
  414.  
  415.  
  416. #credit {
  417. font-size:9px;
  418. font-family:cambria;
  419. font-style:italic;
  420. letter-spacing:1px;
  421. -moz-transition-duration:0.5s;
  422. -webkit-transition-duration:0.5s;
  423. -o-transition-duration:0.5s;
  424. }
  425.  
  426. #credit a {
  427. background-color:#fff;
  428. padding:5px;
  429. border:1px solid #e9e9e9;
  430. position:fixed;
  431. right:15px;
  432. bottom:10px
  433. }
  434.  
  435. #credit a:hover {
  436. color:#fff;
  437. background-color:#191919;
  438. }
  439.  
  440. {CustomCSS}</style></head><body>
  441.  
  442. <div id="theme">
  443.  
  444. <div id="sidebar">
  445.  
  446.  
  447. <div class="sidebartitle">{text:sidebartitle}</div><div id="description">
  448. {Description}</div>
  449.  
  450. <div id="headerimg"><img src="{image:header}"></div>
  451. <div id="links">
  452. <a href="{text:link 1 url}">{text:link 1}</a><br>
  453. <a href="{text:link 2 url}">{text:link 2}</a><br>
  454. <a href="{text:link 3 url}">{text:link 3}</a><br>
  455. <a href="{text:link 4 url}">{text:link 4}</a><br>
  456. <a href="{text:link 5 url}">{text:link 5}</a>
  457. </div>
  458. <p></p><br><br><br>
  459. </div>
  460.  
  461. <div id="entries">{block:Posts}<div id="post">
  462.  
  463. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  464.  
  465. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  466.  
  467. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  468.  
  469. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  470.  
  471. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  472.  
  473. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  474.  
  475. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  476. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  477.  
  478. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  479.  
  480. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  481.  
  482. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  483. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">( {NoteCount} )</a> {/block:NoteCount}
  484.  
  485. &nbsp;{block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  486. </div>
  487.  
  488. <div id="line"></div>
  489.  
  490. {block:HasTags}
  491. <div class="tags">
  492. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  493. {/block:HasTags}
  494. <div class="postnote">
  495. {block:PostNotes}{PostNotes}{/block:PostNotes}
  496. </div>
  497.  
  498. </div>
  499.  
  500. {/block:Posts}
  501.  
  502. <div id="pagination">
  503. <center> {block:Pagination}
  504. <div id="pagination">
  505. {block:PreviousPage}
  506. <a href="{PreviousPage}">←</a>
  507. {/block:PreviousPage}
  508. {block:JumpPagination length="7"}
  509. {block:CurrentPage}
  510. <span class="current_page">{PageNumber}</span>
  511. {/block:CurrentPage}
  512. {block:JumpPage}
  513. <a class="jump_page" href="{URL}">{PageNumber}</a>
  514. {/block:JumpPage}
  515. {/block:JumpPagination}
  516. {block:NextPage}
  517. <a href="{NextPage}">→</a>
  518. {/block:NextPage}
  519. </div>
  520. {/block:Pagination}</center>
  521. </div>
  522.  
  523. </div>
  524. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  525.  
  526. </body>
  527.  
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement