msstephyyanne

Theme Ten: Make It Better

Jan 25th, 2014
2,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--THEME TEN BY LADYYLAUFEYSON
  4. Seriously if you remove the credit or anything I will be very upset because that’s just not cool and it takes a lot of fucking time to do this shit okay just dont steal, redistribute or remove the credit and we’ll get along fine. -->
  5.  
  6.  
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:text" content="#838282"/>
  9. <meta name="color:link" content="#b8b8b8"/>
  10. <meta name="color:link hover" content="#eeeeee"/>
  11. <meta name="color:border" content="#eeeeee"/>
  12. <meta name="color:blogtitle" content="#eeeeee"/>
  13. <meta name="color:hoverlink text" content="838282"/>
  14. <meta name="color:hoverlink border" content="838282"/>
  15. <meta name="color:hoverlink bg" content="#ffffff"/>
  16.  
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="image:updateimg" content=""/>
  19.  
  20. <meta name="text:link1 url" content="/">
  21. <meta name="text:link1 hover" content="link 1">
  22. <meta name="text:link2 url" content="/">
  23. <meta name="text:link2 hover" content="link 2">
  24. <meta name="text:link3 url" content="/">
  25. <meta name="text:link3 hover" content="link 3">
  26. <meta name="text:link4 url" content="/">
  27. <meta name="text:link4 hover" content="link 4">
  28. <meta name="text:link5 url" content="/">
  29. <meta name="text:link5 hover" content="link 5">
  30.  
  31.  
  32.  
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:2px; background-color:#838282;}
  40. ::-webkit-scrollbar {background-color:#838282;height:3px;width:10px;border:5px solid #fff;}
  41.  
  42. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  43.  
  44. @font-face{font-family:Hello;src:url(http://static.tumblr.com/9wzbixa/tpAmj2jin/hello_seattle.ttf);}
  45.  
  46.  
  47. body {
  48. background:{color:background};
  49. margin:0px;
  50. color:{color:text};
  51. font-family:calibri;
  52. font-size:13px;
  53. line-height:100%;
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:link};
  61. -moz-transition-duration:0.8s;
  62. -webkit-transition-duration:0.8s;
  63. -o-transition-duration:0.8s;
  64. }
  65.  
  66. a:hover {
  67. color:{color:link hover};
  68. outline:none;
  69. -moz-outline-style:none;
  70. }
  71.  
  72. img {
  73.  
  74. }
  75.  
  76. blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79.  
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:22px;
  89. text-align:center;
  90. font-family:realize;
  91. letter-spacing:2px;
  92. color:{color:text};
  93. }
  94.  
  95. h2 {
  96. font-size:8px;
  97. text-align:center;
  98. font-family:calibri;
  99. letter-spacing:1px;
  100. color:{color:text};
  101. }
  102.  
  103.  
  104. #sidebar {
  105. width:150px;
  106. position:fixed;
  107. margin-left:1070px;
  108. margin-top:70px;
  109. }
  110.  
  111.  
  112. #sidebarimage {
  113. position:fixed;
  114. width:150px;
  115. height:150px;
  116. }
  117.  
  118. #sidebarimage img {
  119. width:150px;
  120. height:150px;
  121. margin-top:20px;
  122. }
  123.  
  124. #title {
  125. color:{color:blogtitle};
  126. font-style:normal;
  127. font-family: 'Hello';
  128. letter-spacing:1px;
  129. text-align:center;
  130. font-size:15px;
  131. margin-top:0px;
  132. margin-left:-25px;
  133. padding:2px;
  134. width:200px;
  135. z-index:100;
  136. }
  137.  
  138. #links {
  139. width:150px;
  140. margin-top:-5px;
  141. padding:5px;
  142. text-align:center;
  143. word-spacing:1px;
  144. font-family:'calibri';
  145. font-size:15px;
  146. display:block;
  147. color:{color:link};
  148. border-bottom:1px ; padding:3px; {color:border};
  149.  
  150. }
  151.  
  152.  
  153. #links a {
  154. letter-spacing: 1px;
  155. padding:3px;
  156. line-height:230%;
  157. font-style:underline;
  158. -webkit-transition: all 1s ease;
  159. -moz-transition: all 1s ease;
  160. -o-transition: all 1s ease;
  161. }
  162.  
  163. #description {
  164. width:150px;
  165. font-size:11px;
  166. font-family:arial;
  167. margin-top:180px;
  168. padding:3px;
  169. text-align:center;
  170. letter-spacing:1px;
  171. line-height:90%;
  172. opacity:0;
  173. -moz-transition-duration:0.8s;
  174. -webkit-transition-duration:0.8s;
  175. -o-transition-duration:0.8s;
  176. }
  177.  
  178. #description a {
  179. color:{color:text};
  180. -moz-transition-duration:0.4s;
  181. -webkit-transition-duration:0.4s;
  182. -o-transition-duration:0.4s;
  183. }
  184.  
  185. #sidebar:hover #description {
  186. opacity:1;
  187. -moz-transition-duration:0.8s;
  188. -webkit-transition-duration:0.8s;
  189. -o-transition-duration:0.8s;
  190. }
  191.  
  192. /* UPDATES */
  193.  
  194. #upcont {
  195. bottom:0px;
  196. left:120px;
  197. z-index:2;
  198. position:fixed;
  199. width:190px;
  200. height:350px;}
  201.  
  202. #updates{
  203. opacity:1;
  204. position:fixed;
  205. bottom:0px;
  206. left:100px;
  207. width:150px;
  208. color:{color:text};
  209. text-align: center;
  210. font-size:10px;
  211. word-wrap:break-word;
  212. transition-duration: 0.8s;
  213. -moz-transition-duration: 0.8s;
  214. -webkit-transition-duration: 0.8s;
  215. -o-transition-duration: 0.8s;
  216. }
  217.  
  218. #upimg img{
  219. position:fixed;
  220. width:250px;
  221. height:350px;
  222. bottom:0px;
  223. left:70px;
  224. opacity:0.8;
  225. transition-duration: 0.8s;
  226. -moz-transition-duration: 0.8s;
  227. -webkit-transition-duration: 0.8s;
  228. -o-transition-duration: 0.8s; }
  229.  
  230.  
  231. #upd {
  232. position:fixed;
  233. bottom:25px;
  234. left:180px;
  235. z-index:3;
  236. font-family:"Calibri";
  237. padding:4px;
  238. text-transform:uppercase;
  239. border:solid 1px {color:border};
  240. background-color:{color:Background};
  241. color:{color:text};
  242. font-size:10px;
  243. transition-duration: 0.8s;
  244. -moz-transition-duration: 0.8s;
  245. -webkit-transition-duration: 0.8s;
  246. -o-transition-duration: 0.8s
  247. }
  248.  
  249. .words{
  250. position:fixed;
  251. left:120px;
  252. bottom:35px;
  253. width:130px;
  254. border:solid 1px {color:Answer Bg};
  255. z-index:5;
  256. padding:8px;
  257. background:{color:Background};
  258. opacity:0;
  259. line-height:110%;
  260. overflow:auto;
  261. transition-duration: 0.8s;
  262. -moz-transition-duration: 0.8s;
  263. -webkit-transition-duration: 0.8s;
  264. -o-transition-duration: 0.8s;
  265.  
  266. }
  267.  
  268. #upcont:hover .words{
  269. opacity:1;
  270. transition-duration: 0.8s;
  271. -moz-transition-duration: 0.8s;
  272. -webkit-transition-duration: 0.8s;
  273. -o-transition-duration: 0.8s;
  274. }
  275.  
  276. #upcont:hover #upd{
  277. opacity:0;
  278. transition-duration: 0.5s;
  279. -moz-transition-duration: 0.5s;
  280. -webkit-transition-duration: 0.5s;
  281. -o-transition-duration: 0.5s;
  282. }
  283.  
  284.  
  285. #s-m-t-tooltip {
  286. max-width:300px;
  287. padding:3px 4px 5px 4px;
  288. margin:20px 0px 0px 20px;
  289. background-color:{color:hoverlink bg};
  290. border:1px solid {color:hoverlink border};
  291. font-family:calibri;
  292. font-size:11px;
  293. letter-spacing:2px;
  294. text-transform:uppercase;
  295. color:{color:hoverlink text};
  296. z-index:999999999999999999999999999999999999;
  297. }
  298.  
  299. #pagination {
  300. text-align:center;
  301. margin-top:10px;
  302. }
  303.  
  304. #entries {
  305. padding:20px;
  306. width:500px;
  307. margin-left:400px;
  308. margin-top:40px;
  309.  
  310. }
  311.  
  312. #post {
  313. width:500px;
  314. padding-bottom:20px;
  315.  
  316.  
  317. }
  318.  
  319. #postinfo {
  320. text-align:left;
  321. margin-top:10px;
  322. font-size:10px;
  323. text-transform:italic;
  324. border-top:1px solid #eee;
  325. padding:2px;
  326. }
  327.  
  328. #question {
  329. float:left;
  330. margin-top:-2px;
  331. margin-right:5px;
  332. padding:8px;
  333. border:1px solid #e3e3e3;
  334.  
  335. }
  336.  
  337.  
  338. #quote{
  339. float:left;
  340. padding-top:5px;
  341. font-family:'dreams';
  342. font-size:38px;
  343. height:auto;
  344. margin-top:0px;
  345. }
  346.  
  347.  
  348.  
  349. #cred {
  350. position:fixed;
  351. font-size:10px;
  352. font-weight:normal;
  353. line-height:150%;
  354. letter-spacing:2px;
  355. right:25px;
  356. bottom:10px;
  357. text-transform:uppercase;
  358. text-align:center;
  359. }
  360.  
  361.  
  362. {CustomCSS}</style></head><body>
  363.  
  364. <div id="upimg"><img src="{image:updateimg}" border='0'/></div>
  365. <div id="upcont">
  366. <div id="updates">
  367. <div id="upd">updates</div>
  368. <div class="words">
  369. <center>
  370. <br>
  371. <!-------------------------INSERT UPDATES HERE----------------------->
  372. UPDATES GO HERE WOOHOO! <br><br>
  373. Seperate lines and shit by using < br > or < p > without the spaces.
  374.  
  375. </br></br><img src='http://img708.imageshack.us/img708/8748/aih2.png' border='0'/><br></br>
  376.  
  377. Look there, it''s a cute little border you can use to seperate things if you want to. If you dont want it, delete the code. <br><br> If you want more of it, copy and paste it. Easy enough, right?
  378.  
  379.  
  380.  
  381. </div></div>
  382. </div>
  383.  
  384. <div id="sidebar">
  385.  
  386. <div id="title">{Blogtitle}</div>
  387.  
  388. <div id="links">
  389. <a title="{text:link1 hover}" href="{text:link1 url}">I</a>
  390. <a title="{text:link2 hover}" href="{text:link2 url}">II</a>
  391. <a title="{text:link3 hover}" href="{text:link3 url}">III</a>
  392. <a title="{text:link4 hover}" href="{text:link4 url}">IV</a>
  393. <a title="{text:link5 hover}" href="{text:link5 url}">V</a>
  394. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{/block:Pagination}
  395. {block:Pagination}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  396. </div>
  397.  
  398. <div id="sidebarimage"><img src="{image:sidebar}"></div> <br>
  399.  
  400. <div id="description">{Description}</div>
  401.  
  402.  
  403. </div>
  404.  
  405.  
  406. <div id="entries">{block:Posts}<div id="post">
  407.  
  408. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  409.  
  410. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  411.  
  412. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  413.  
  414. {block:Quote}<div id="quote">“</div>&nbsp;&nbsp;&nbsp;&nbsp;{Quote}<br>
  415. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  416. {/block:Quote}
  417.  
  418. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  419.  
  420. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  421.  
  422. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  423.  
  424. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  425. {block:Caption}<div class="caption">{Caption}</div>
  426. {/block:Caption}{/block:Audio}
  427.  
  428. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  429.  
  430. <div id="postinfo"> posted on <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  431. {block:HasTags}<div id="tags">filed under:{block:Tags} <a href="{TagURL}">{Tag}</a> &#8722; {/block:Tags}</div>{/block:HasTags}</div></div>
  432. {/block:Posts}
  433. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  434. {/block:Posts}</div></div></div>
  435.  
  436.  
  437.  
  438. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  439.  
  440. </div></div></div></div>
  441. </div>
  442.  
  443. <div id="cred"><div id="credit"><a href="http://ladyylaufeyson.tumblr.com">© JUDE</a></div>
  444.  
  445. </body>
  446. </html>
Advertisement
Add Comment
Please, Sign In to add comment