Advertisement
melmoonyoz

noxvita theme: #07 - if stars shouldn't shine.

Jan 30th, 2013
1,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--noxvita theme: #07 - if stars shouldn't shine.
  5. do not remove credit nor redistribute as own.
  6. this is an original theme by mel @ noxvita-->
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="color:text" content="#303030" />
  11. <meta name="color:link" content="#888887" />
  12. <meta name="color:linkhovercolor" content="#c8cac8" />
  13. <meta name="color:big" content="#6f6f6f" />
  14. <meta name="color:bold" content="#2e2e2d" />
  15. <meta name="color:title" content="#686661" />
  16. <meta name="color:italic" content="#b6b6b6" />
  17. <meta name="color:border" content="#e4e3e2" />
  18. <meta name="color:tagsbg" content="#727271" />
  19. <meta name="color:info" content="#686661" />
  20.  
  21. <meta name="text:Subtitle" content="subtitle here"/>
  22.  
  23. <meta name="image:slidepic1" content=""/>
  24. <meta name="image:slidepic2" content=""/>
  25. <meta name="image:circlepic" content=""/>
  26.  
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link1 Title" content="link 1" />
  29. <meta name="text:Link2" content="/" />
  30. <meta name="text:Link2 Title" content="link 2" />
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38.  
  39. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style>
  40.  
  41.  
  42.  
  43. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  44. <style>
  45. div#qTip {
  46. padding: 2px;
  47. display: none;
  48. font-style:italic;
  49. text-align: center;
  50. position: absolute;
  51. line-height:10px;
  52. z-index: 1000;
  53. background: white;
  54. border: 1px solid {color:border};
  55. color: {color:text};
  56. text-transform:lowercase;
  57. letter-spacing: 1px;
  58. }
  59. </style>
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. ::-webkit-scrollbar-thumb:vertical {background-color: #f1f1f1; height:50px;}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {background-color: white; height:10px !important;}
  68.  
  69. ::-webkit-scrollbar {height:10px; width:5px; background-color: white;}
  70.  
  71. body { color:{color:text}; background-color:white; text-align:justify; font-family:cambria; font-style:none; line-height:90%; letter-spacing:1px;font-size: 9px; }
  72.  
  73. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  74. a:hover{color:{color:linkhovercolor}; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  75.  
  76. #entries { margin-left:330px; margin-top:30px; width:500px;}
  77.  
  78. #posts{ margin-bottom:20px; overflow:hidden; background-color:white;}
  79.  
  80. #titles{ color:{color:title}; font-family:times new; text-transform:uppercase; font-size:10px; font-style:italic; letter-spacing:0px; line-height:14px; margin-bottom:-4px;}
  81.  
  82. ::selection {
  83. background-color:{color:italic};
  84. color:{color:Background}
  85. }
  86.  
  87. #sbimage1{position:fixed; z-index:1; margin-top:226px; margin-left: 22px; opacity:1;
  88. -webkit-transition: all 2s ease-in-out;
  89. -moz-transition: all 2s ease-in-out;
  90. -o-transition: all 2s ease-in-out;}
  91.  
  92. #sbimage1 img{width:190px; -webkit-transition: all 2s ease-in-out;
  93. -moz-transition: all 2s ease-in-out;
  94. -o-transition: all 2s ease-in-out;}
  95.  
  96. #sbar:hover #sbimage1{margin-top:0px; opacity:0;-webkit-transition: all 2s ease-in-out;
  97. -moz-transition: all 2s ease-in-out;
  98. -o-transition: all 2s ease-in-out;}
  99.  
  100. #sbimage2{position:fixed; z-index:3; margin-top:324px; margin-left:22px; opacity:1; -webkit-transition: all 2s ease-in-out;
  101. -moz-transition: all 2s ease-in-out;
  102. -o-transition: all 2s ease-in-out;}
  103.  
  104. #sbimage2 img{width:190px; -webkit-transition: all 2s ease-in-out;
  105. -moz-transition: all 2s ease-in-out;
  106. -o-transition: all 2s ease-in-out;}
  107.  
  108. #sbar:hover #sbimage2{ margin-top:580px; opacity:0; -webkit-transition: all 2s ease-in-out;
  109. -moz-transition: all 2s ease-in-out;
  110. -o-transition: all 2s ease-in-out;}
  111.  
  112. #sbar {margin-top:-30px; width:230px; height:100%; margin-left:853px; background-color:transparent; position:fixed; overflow:hidden; border-left:1px solid {color:border}; padding-left:0px;}
  113.  
  114. #sbimage3{margin-top:20px; opacity:1; -webkit-transition: all 1s ease;}
  115.  
  116. #sbimage3 img{width:115px; border-radius:100px;}
  117.  
  118. #sbar:hover #custom{opacity:1; margin-top:113px;}
  119.  
  120. #custom {position:fixed; width:0px; width:110px; text-align:center; margin-top:113px; margin-left:55px; opacity:0; -webkit-transition: all 2s ease-in-out;
  121. -moz-transition: all 2s ease-in-out;
  122. -o-transition: all 2s ease-in-out;}
  123.  
  124. #customlink { float:left; display:block; width:110px; line-height:30px; padding:5px; letter-spacing:5px; background-color:white; font-size:12px; font-family:times new; color: {color:link}; text-transform:uppercase; text-align:center; margin-bottom:20px;
  125. -webkit-transition: all 0.5s ease-in-out;
  126. -moz-transition: all 0.5s ease-in-out;
  127. -o-transition: all 0.5s ease-in-out;}
  128.  
  129. #customlink:hover {background-color:{color:link}; color:white;}
  130.  
  131. #description {font-family:times new roman; margin-top:10px; font-style:normal; font-size:7px; text-transform:uppercase; letter-spacing:1px; width:110px; text-align:justify; padding:5px; line-height:8px; opacity:1; -webkit-transition: all 1s ease;}
  132.  
  133. #description a{font-size:7px; font-family:times new; line-height:7px; margin-bottom:0px; width:0px; letter-spacing:2px; color:{color:links};}
  134.  
  135. #title { font-family:times new; line-height:100%; font-size:18px; letter-spacing:0px; text-transform:uppercase; color:{color:title}; margin-bottom:10px; border-bottom:3px double #c7c7c7;}
  136.  
  137. #header{font-family:casqueitalic; color:{color:title}; font-size:18px; margin-top:-10px; font-weight: lighter; text-align:center;
  138. margin-bottom:3px;
  139. letter-spacing:0px; text-transform:lowercase; font-style:normal;}
  140.  
  141. #header1{font-family:times new; color:{color:title}; text-align:center; width:190px; position:fixed; letter-spacing:3px; font-size:8px; margin-bottom:2px; margin-top:-10px; text-transform:uppercase; font-style:normal;}
  142.  
  143. #header2{font-family:times new; color:{color:title}; text-align:center; width:190px; position:fixed; font-size:11px; margin-bottom:2px; margin-top:5px; font-weight: lighter; letter-spacing:3px; text-transform:lowercase; font-style:italic;}
  144.  
  145. h1{ font-size:9px; font-family:times new; text-transform:uppercase; margin-bottom:-2px;}
  146.  
  147. #info {background-color:ffffff; color:{color:text}; font-family:times new; font-size:7px; text-transform: uppercase; letter-spacing: 1px; text-align:right; font-style:normal; margin-top:0px; width: 494px; padding:2px; border-bottom:1px solid {color:border};}
  148.  
  149.  
  150. #tagz {margin-top:3px; text-align:right; font-size:7px; line-height:8px; text-transform:uppercase; letter-spacing: 1px; font-style:normal; -webkit-transition: all 0.8s ease; opacity:1;}
  151.  
  152. #tags{padding:2px 3px 2px 3px; line-height:15px; background-color:{color:tagsbg}; color:white; margin-left:0px; -webkit-transition: all 0.8s ease;}
  153.  
  154. #tags:hover{ background-color:white; color:{color:tagsbg}; -webkit-transition: all 0.8s ease;}
  155.  
  156. #pagination {position:fixed; z-index:999; margin-left:853px; bottom:50px; width:210px;}
  157.  
  158. #pagination a{font-size:8px; letter-spacing:5px; text-align:center; text-transform:uppercase; background-color:{color:border}; color:{color:bold}; padding:2px; margin-bottom:10px; -webkit-transition: all 0.8s ease;}
  159.  
  160. #pagination a:hover{color:white; -webkit-transition: all 0.8s ease;}
  161.  
  162. #questions {color: {color:text}; background-color:#fbfbfb; padding:10px; margin-bottom:0px; text-align:center; font-family:{font:text}; border-bottom:3px double {color:italic};}
  163.  
  164. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  165. blockquote img, blockquote a img {max-width: 490px}
  166.  
  167. h3{color:{color:title}; font-family:cambria; text-transform:lowercase; font-size:12px; line-height:11px; letter-spacing:0px; font-style:italic; margin:0px; padding:0px;}
  168. big{ color:{color:big}; font-family:times new; letter-spacing:px; font-size:10px; font-style:normal; text-transform:uppercase;}
  169. i, em{color:{color:italic}; text-transform:lowercase; font-style:italic; font-size:9px;}
  170. small{color:{color:title}; font-family:times new; font-size:8px; text-transform:uppercase; letter-spacing: 1px; line-height:9px;}
  171. p{margin-top:3px; margin-bottom:3px}
  172.  
  173. img a{border:none}
  174.  
  175. .audio{background-color:black; display:block;}
  176.  
  177. ul li {list-style-type: circle; margin-left:-20px; list-style-position:inside;}
  178.  
  179. .notes img{width:10px; position:relative; top:1px; border-radius:100px;}
  180. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  181. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  182.  
  183. .label {background-color:{color:text}; letter-spacing:1px; color:white; padding:3px; text-transform:uppercase; font-style:normal; font-family:times new; font-size:7px; line-height:10px;}
  184.  
  185. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  186.  
  187.  
  188. </style>
  189.  
  190.  
  191. <style type="text/css">{CustomCSS}</style>
  192.  
  193.  
  194. </head>
  195.  
  196. <body>
  197.  
  198.  
  199.  
  200. <div id="pagination">
  201.  
  202. {block:Pagination}
  203. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  204. <br><br>
  205. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  206. {/block:Pagination}
  207. </div>
  208.  
  209. <div id="sbar">
  210.  
  211. <div id="sbimage1">
  212. <div id="header1">{Title}</div>
  213. <img src="{image:slidepic1}"></div>
  214.  
  215.  
  216. <div id="custom">
  217. <a href="/" id="customlink">refresh</a><br>
  218. <a href="/ask" id="customlink">message</a>
  219. <br>
  220. <div id="sbimage3"><img src="{image:circlepic}"></div>
  221. <div id="description">{block:Description}{Description}{/block:Description}
  222. </div>
  223. <br>
  224. {block:ifLink1}<a href="{text:Link1}" id="customlink">{text:Link1 Title}</a>{/block:ifLink1}<br>
  225. {block:ifLink2}<a href="{text:Link2}" id="customlink">{text:Link2 Title}</a>{/block:ifLink2}
  226. </div>
  227.  
  228.  
  229. <div id="sbimage2"><img src="{image:slidepic2}">
  230. <div id="header2">{text:Subtitle}</div></div>
  231.  
  232.  
  233.  
  234.  
  235. </div>
  236.  
  237.  
  238. <div id="entries">
  239. {block:Posts}
  240. <div id="posts">
  241. {block:Quote}<div id="titles">"{Quote}"&nbsp; - {Source}</div>{/block:Quote}
  242. {block:Title}<div id="titles">{Title}&nbsp;</div>{/block:Title}
  243. {block:Text}{Body}{/block:Text}
  244.  
  245. {block:Link}<a href="{URL}" class="link" {Target}><div id="titles">{Name}&nbsp;</div></a>
  246. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  247.  
  248. {block:Photo}<center>{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}"></div>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  249.  
  250.  
  251. {block:Photoset}<center><div class="photo">{Photoset-500}</div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  252.  
  253. {block:Chat}<br><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><br>{/block:Lines}</ul>{/block:Chat}
  254.  
  255. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  256.  
  257. {block:Answer}<div id="questions"><big>{Asker} once told me;</big>
  258. <br>"<i>{Question}</i>"</div>
  259. {Answer}{/block:answer}
  260.  
  261. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  262.  
  263.  
  264. <div id="info">{block:Date}posted on <a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year} </a> {block:NoteCount}/ {NoteCountWithLabel}{/block:NoteCount}
  265. {/block:Date}
  266. {block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  267. {block:ContentSource}+<a href="{SourceURL}"> source</a>
  268. {/block:ContentSource}
  269. </div>
  270.  
  271. <div id="tagz">
  272. {block:HasTags}{block:Tags}<a href="{TagURL}" id="tags"># {Tag}</a> {/block:Tags} {/block:HasTags} </div>
  273.  
  274.  
  275. </div>
  276. {/block:Posts}
  277. {block:PostNotes}{PostNotes}{/block:PostNotes}
  278.  
  279. <div style="position:fixed; bottom:8px; right:5px; letter-spacing:2px;color:white;padding:3px; font-size:8px;font-family:calibri;text-transform:uppercase;"><center>
  280. <a href="http://noxvita.tumblr.com"><img src="http://i49.tinypic.com/33wmm0z.jpg"></a>
  281. </div>
  282.  
  283. </div>
  284.  
  285. </div>
  286. </body>
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement