Advertisement
queenlouis

Theme 08 queenlouis~

Jul 15th, 2012
12,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.00 KB | None | 0 0
  1. <!-- theme 08 by KISSTHESUN please keep the credit and enjoy :-) -->
  2. <html>
  3. <head>
  4.  
  5.  
  6. <!-- DeFaUtTs -->
  7.     <meta name="color:background" content="#ffffff">
  8.     <meta name="color:entry" content="#fcfcfc">
  9.     <meta name="color:info" content="#fdfdfd">
  10.     <meta name="color:tag" content="#fdfdfd">
  11.     <meta name="color:text" content="#c0bdb8" />
  12.     <meta name="color:link hover" content="#fdfdfd" />
  13.     <meta name="color:title" content="#d5d2d2" />
  14.     <meta name="color:link" content="#b9b8b8" />
  15.     <meta name="color:scrollbar" content="#e3dbeb" />
  16.     <meta name="color:scrollbg" content="#ffffff" />
  17.     <meta name="image:sidebar" content=""/>
  18.     <meta name="text:Link1" content="/" />
  19.     <meta name="text:Link1 Title" content="LINK 1" />
  20.     <meta name="text:Link2" content="/" />
  21.     <meta name="text:Link2 Title" content="LINK 2" />
  22.     <meta name="text:Link3" content="/" />
  23.     <meta name="text:Link3 Title" content="LINK 3" />
  24.  
  25.    
  26. <link rel="shortcut icon" href="{Favicon}" />
  27.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  28.     <title>{Title}</title>
  29.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.    
  31.    
  32.  </head>
  33.        
  34.        
  35.     <style type="text/css">
  36.  
  37.  
  38. /* this is for the question and answers ok */
  39. .ask {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  40. .ask p {margin:1px 0px;}
  41. .ask span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  42.  
  43. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  44.  
  45. /* ooooooh look a scrollbar */
  46. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:auto;}
  47.  
  48. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar};height:10px !important;}
  49.  
  50. ::-webkit-scrollbar {height:7px; width:10px; background-color:{color:scrollbg};}
  51.  
  52. ::-moz-selection {background-color:{color:scrollbg}; color: {color:scrollbar};}
  53.  
  54. ::selection {background-color:{color:scrollbg}; color: {color:scrollbar};}
  55.  
  56. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:11px; line-height:110%; text-align:justify}
  57.  
  58. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  59.  
  60. a:hover {
  61. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  62.    
  63. color:{color:title};font-style:auto;
  64. -webkit-transition: all 0.4s ease-in;
  65. -moz-transition: all 0.4s ease-in;
  66. -o-transition: all 0.4s ease-in;
  67. transition: all 0.4s ease-in;
  68. }
  69.  
  70.  
  71. small{font-size:auto}
  72. big{font-size:auto}
  73. b, strong{color:{color:text}}
  74. i, em {color:{color:text}}
  75. p{margin-top:6px; margin-bottom:6px}
  76. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  77.  
  78. img a{border:none; width:100%}
  79.  
  80. #container {background-color:transparent; width: 800px;  text-align: center; margin: 0 auto -10px auto}
  81.  
  82.  
  83. #entries {margin: 22px 0 -10px 260px; margin-right:38px; float:right; text-align: justify;}
  84.  
  85. #entry {margin: 0px 0 0px 0; width: 500px;text-align: justify; padding: 10px;}
  86.  
  87. #sidebar {width:220px; padding:0px; margin-top:0px; margin-left:20px; height:100%; position:fixed;}
  88.  
  89. #sidebarimg img {width:185px; height:auto;}
  90.  
  91. #description {background-color: {color:transparent}}; font-family:calibri; padding-top:1px; width:250px; margin-top:-20px; margin-bottom:25px; text-align:center; line-height:113%; font-size:9px; }
  92.  
  93. #description img {max-width:250px;text-align:center;}
  94.  
  95. #sidelinks {background-color:; font:9px calibri; color:{color:border2} letter-spacing: 1px; text-align:center; padding:1px; text-transform:uppercase;}
  96.  
  97. #stext {text-align:justify; font-family: calibri; font-size: 10px; padding:6px; text-transform:lowercase;}
  98.  
  99.  #pagination {font-family:calibri; text-align:center; font-size:24px; margin-bottom:2px;}
  100.  
  101.  #credit{position:fixed; bottom:10px; right:10px; font-size:10px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal;}
  102.  
  103. #title {margin-left:10px; width:200px; color:{color:title}; text-transform:lowercase;font-size:17px; font-family: ''georgia''; line-height:100%;}
  104.  
  105.  
  106. h1{color:{color:title}; font-family:{font:text}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:italic; text-transform:uppercase; margin:0px; padding:0px; text-align:center}
  107.  
  108. h2{color:{color:text}; font-family:{font:link}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-5px; text-align:center}
  109.  
  110. #info{padding-top:5px; display:block; padding-bottom:5px; width:500px; color:{color:tag};  background-color:{color:info}; font-size:10px; font-family:calibri; text-align:left; text-transform:lowercase;}
  111.  
  112. #questions {background-color:{color:info}; color: {color:text}; padding:2px; margin-top: 6px; margin-bottom:2px; font-family:calibri; font-size:11px; text-transform:lowercase; border-bottom:1px {color:text}; text-align:center;}
  113. #questions a {color:{color:link}}
  114.  
  115. .audio{background-color:black; display:block}
  116.  
  117. .user_1 .label {color:{color:link}; font-weight:bold}
  118. .user_2 .label {color:{color:text}; font-weight:bold}
  119. .user_3 .label {color:{color:link}; font-weight:bold}
  120. .user_4 .label {color:{color:text}; font-weight:bold}
  121. .user_5 .label {color:{color:link}; font-weight:bold}
  122. .user_6 .label {color:{color:text}; font-weight:bold}
  123. .user_7 .label {color:{color:link}; font-weight:bold}
  124. .user_8 .label {color:{color:text}; font-weight:bold}
  125. .user_9 .label {color:{color:link}; font-weight:bold}
  126. .user_10 .label {color:{color:text}; font-weight:bold}
  127. .user_11 .label {color:{color:link}; font-weight:bold}
  128. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  129.  
  130. .notes img{width:10px; position:relative; top:1px}
  131. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  132.  
  133.         </style>
  134.     <style type="text/css">{CustomCSS}</style>
  135.        
  136.  
  137.  
  138. </head>
  139. <body>
  140.  
  141. <div id="container">
  142.  
  143. <div id="sidebar">
  144. <div id="sidelinks" align="center"><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  145. <div id="sidebarimg"><a href="/"><img src="{image:sidebar}"></a></div>
  146.  
  147. <div id="description"><br>
  148. <i><div id="title">{Title}</a></div></i>
  149. <a href="/">home</a>&nbsp;
  150. <a href="/ask">ask</a>&nbsp;
  151. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}&nbsp;
  152. {block:ifLink2} <b></b> <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}&nbsp;
  153. {block:ifLink3} <b></b> <a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  154.  
  155.  
  156. <center><div id="stext"><center>{Description}</center></div></center>
  157.  
  158. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a><br />{/block:NextPage}{/block:Pagination}</div>
  159. </div></div></div>
  160.  
  161. <div id="credit"><a href="http://kissthesun.tumblr.com/" target="_blank">© THEME</a></div>
  162.  
  163. <div id="entries">
  164. {block:posts}
  165.  
  166. <div id="entry">
  167. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  168.  
  169.  
  170. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  171.  
  172. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  173. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  174.  
  175. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  176. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  177.  
  178. {block:Photoset}<center>{Photoset-500}</center>
  179. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  180.  
  181. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  182.  
  183. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  184. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="ask"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  185.  
  186. {block:Audio}<div id="_">{AudioPlayerWhite}<br>
  187. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
  188.  
  189. <div id="info"><center>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} <i>with</i> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<br><i>reblogged from</i> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a> | {/block:RebloggedFrom}{block:ContentSource} <i>originally from</i> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</center></div><p>
  190.  
  191. {block:HasTags}{block:Tags}<b>#</b> <a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  192. <br />
  193.  
  194. {/block:Posts}
  195.  
  196. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  197. </div>
  198. </div>
  199.  
  200. </body>
  201. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement