Advertisement
horanhelpsrp

stephassists makes a theme #4 - second option

May 28th, 2013
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 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.  
  3.  
  4. <!-- xx theme by stephassists
  5. keep this credit here xx
  6. -->
  7.  
  8.  
  9. <html>
  10. <head>
  11.  
  12. <meta name="color:background" content="#b0bab9"/>
  13. <meta name="color:posts" content="#758581"/>
  14. <meta name="color:sidebar" content="#b0bab9"/>
  15. <meta name="color:border" content="#deeee9"/>
  16. <meta name="color:text" content="#deeee9"/>
  17. <meta name="color:link" content="#deeee9"/>
  18. <meta name="color:hover" content="#b0bab9"/>
  19.  
  20. <meta name="font:title" content="georgia" />
  21. <meta name="font:body" content="georgia" />
  22. <meta name="font:links" content="georgia" />
  23.  
  24. <meta name="image:background" content=""/>
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:title" content=""/>
  27.  
  28. <meta name="text:link1" content="" />
  29. <meta name="text:link2" content="" />
  30. <meta name="text:link3" content="" />
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37.  
  38. </head><style>
  39.  
  40. body {
  41. color: {color:text};
  42. background-color: {color:background};
  43. background-image: url('{image:background}');
  44. background-attachment: fixed;
  45. font-family: times;
  46. font-size: 11px;
  47. text-align: justify;
  48. }
  49.  
  50. #sidebar {
  51. position: fixed;
  52. margin-left: 21px;
  53. margin-top: -10px;
  54. height: 800px;
  55. width: 399px;
  56. background-color: {color:sidebar};
  57. }
  58.  
  59. #title {
  60. position: fixed;
  61. margin-left: 70px;
  62. margin-top: 5px;
  63. }
  64.  
  65. #simg {
  66. position: fixed;
  67. margin-left: 24px;
  68. margin-top: 68px;
  69. height: 200px;
  70. width: 350px;
  71. border: 1px solid {color:border};
  72. }
  73.  
  74. #linktext {
  75. position: fixed;
  76. margin-left:110px;
  77. margin-top: 275px;
  78. color: {color:text};
  79. text-shadow:1px 1px {color:border};
  80. }
  81.  
  82. h1 {
  83. font-size: 10px;
  84. border: 1px solid {color:border};
  85. line-height: 15px;
  86. letter-spacing: 1px;
  87. text-transform: uppercase;
  88. font-weight: normal;
  89. text-align: center;
  90. text-shadow: 1px 1px {color:border};
  91. margin-top: 0px;
  92. margin-bottom: -2px;
  93. padding-bottom: 5px;
  94. padding-top: 5px;
  95. color: {color:text};
  96. }
  97.  
  98. #description {
  99. position: fixed;
  100. text-align: justify;
  101. width: 350px;
  102. margin-left:25px;
  103. margin-top: 300px;
  104. color: {color:text};
  105. text-shadow:1px 1px {color:border};
  106. }
  107.  
  108. a {
  109. color:{color:hover};
  110. font-family: times;
  111. text-decoration:none;
  112. -moz-transition-duration:0.5s;
  113. -webkit-transition-duration:0.5s;
  114. -o-transition-duration:0.5s;
  115. }
  116.  
  117. a:hover {
  118. color:{color:link};
  119. text-transform:italicize;
  120. -moz-transition-duration:0.5s;
  121. -webkit-transition-duration:0.5s;
  122. -o-transition-duration:0.5s;
  123. }
  124.  
  125. #entries {
  126. position: absolute;
  127. padding:20px;
  128. width:500px;
  129. margin-left:450px;
  130. margin-top:-8px;
  131. margin-bottom: 5px;
  132. background-color: {color:posts};
  133. border-right: 1px double {color:border};
  134. border-left: 1px double {color:border};
  135. }
  136.  
  137. #post {
  138. width:500px;
  139. padding-bottom:15px;
  140. }
  141.  
  142.  
  143. #info {
  144. width:500px;
  145. margin-top:10px;
  146. margin-bottom: 2px;
  147. padding:2px;
  148. margin-left: 0px;
  149. font-size:9px;
  150. color:{color:text};
  151. background-color: {color:posts};
  152. text-transform:lowercase;
  153. font-style:normal;
  154. letter-spacing:2px;
  155. text-align:right;
  156. border-top:1px solid {color:border};
  157. }
  158.  
  159. #info a {
  160. color:{color:text};
  161. text-align:center;
  162. letter-spacing:1px;
  163. font-style:normal;
  164. }
  165.  
  166. #info a:hover {
  167. color:{color:hover};
  168. }
  169.  
  170. .ask {
  171. padding:10px;
  172. text-transform: lowercase;
  173. text-align:left;
  174. color:{color:text};
  175. background-color:{color:posts};
  176. border-bottom:1px solid {color:border};
  177. border-right: 1px solid {color:border};
  178. }
  179.  
  180. .ans {
  181. text-align:left;
  182. padding:10px;
  183. color:{color:text};
  184. }
  185.  
  186.  
  187. b, strong {color:{color:text}}
  188. i, em {color:{color:text}}
  189. p {margin-top:5px; margin-bottom:5px}
  190. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 20px}
  191.  
  192. </style>
  193.  
  194. <body>
  195.  
  196. <div id="sidebar">
  197.  
  198. <div id="simg"><img src="{image:sidebar}"></div>
  199.  
  200. <div id="title"><img src="{image:title}"></div>
  201.  
  202. <div id="linktext"><i><code>{ <a href="{text:link1}">REFRESH</a> } { <a href="{text:link2}">MESSAGE</a> } { <a href="{text:link3}">NAVIGATION</a> }</i></code></div>
  203.  
  204. <div id="description">{block:Description}{Description}{/block:Description}<br><p align="right">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><u><i>previous</i></u></a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}"><u><i>next</i></u></a>{/block:NextPage}{/block:Pagination}</p></div>
  205.  
  206. <div id="sidebar1"><img src="{image:sidebar1}"></div></div>
  207.  
  208. <div id="entries">{block:Posts}<div id="post">
  209.  
  210. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  211.  
  212. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  213.  
  214. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  215.  
  216. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  217.  
  218. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  219.  
  220. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  221.  
  222. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  223.  
  224. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  225.  
  226. {block:Answer}<div class="ask"><b><i>{Asker}</i></b> asked - <code><small><i>"{Question}"</i></code></small></div><div class="ans">{Answer}</div>{/block:answer}
  227.  
  228. <div id="info">
  229. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  230. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  231. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br></div>
  232.  
  233. </div>
  234. {block:PostNotes}{PostNotes}{/block:PostNotes}
  235. {/block:Posts}</div>
  236.  
  237. </body>
  238.  
  239.  
  240.  
  241.  
  242. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement