reginap94

Theme #1 by moaningshire

Jan 13th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. <!--
  2. THEME #1 by Regina @ moaningshire
  3. Please don't remove credit and/or claim as your own.
  4. -->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--- DEFAULTS --->
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#6d6b6b"/>
  19. <meta name="color:Link" content="#9e9c9e">
  20. <meta name="color:Link Hover" content="#c7c7c7 "/>
  21. <meta name="color:Scrollbar" content="#e7e3e4" />
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:Link1 Title" content="link1" />
  26. <meta name="text:Link1" content="/" />
  27. <meta name="text:Link2 Title" content="link2" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link3 Title" content="link3" />
  30. <meta name="text:Link3" content="/" />
  31.  
  32. <style type="text/css">
  33. /* --- SCROLLBAR ---*/
  34.  
  35. ::-webkit-scrollbar {
  36. width: 5px;height: 5px;}
  37. ::-webkit-scrollbar-button:start:decrement,
  38. ::-webkit-scrollbar-button:end:increment {
  39. height: 6px;display: block;background-color: {color:text};}
  40. ::-webkit-scrollbar-track-piece {
  41. background-color: {color:background};}
  42. ::-webkit-scrollbar-thumb:vertical {
  43. height: 9px;background-color: {color:text};border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  44.  
  45. /** ASKBOX SETTING **/
  46.  
  47. .bubble {
  48. align:right;
  49. background: #eee;
  50. margin:7px 0px 5px 66px;
  51. padding:10px;
  52. position:relative;
  53. -moz-border-radius:0px;
  54. -webkit-border-radius:0px;
  55. border-radius:0px;
  56. }
  57.  
  58. .bubble p {
  59. margin:0px 0px;
  60. }
  61.  
  62. .bubble span {
  63. display:block;
  64. position:absolute;
  65. width:1px;
  66. height:1px;
  67. font-size:0;
  68. line-height:1px;
  69. left:-10px;
  70. top:10px;
  71. border-top:7px solid transparent;
  72. border-bottom:7px solid transparent;
  73. border-right:10px solid #eee;
  74. }
  75.  
  76. .askborder {
  77. float:left;
  78. margin: 1px 4px 0 0;
  79. padding: 2px;
  80. background: #eee;
  81. }
  82.  
  83. body {
  84. background:{color:background};
  85. color:{color:text};
  86. font-family:cambria;
  87. font-size:10px;
  88. line-height:100%;
  89. }
  90.  
  91.  
  92. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  93.  
  94. a:hover {color:{color:link hover};
  95. transition:all 0.4s ease-in-out;
  96. -webkit-transition: all 0.4s ease-in-out;
  97. -moz-transition: all 0.4s ease-in-out;
  98. -ms-transition: all 0.4s ease-in-out;
  99. -o-transition: all 0.4s ease-in-out;
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. outline:none;
  105. -moz-outline-style:none;
  106. color:{color:link};
  107. }
  108.  
  109. img {
  110. border:none;
  111. }
  112.  
  113. blockquote {
  114. padding-left:5px;
  115. border-left:2px solid #eee;
  116. margin:8px;}
  117.  
  118. blockquote blockquote {
  119. padding-left:5px;
  120. border-left:2px solid;}
  121. }
  122.  
  123. h1 {
  124. font-size:15px;
  125. }
  126.  
  127. #entries {
  128. padding:10px;
  129. width:500px;
  130. margin-left:500px;
  131. margin-top:40px;
  132. }
  133.  
  134. #title {
  135. font-size:0px;
  136. text-align:center;
  137. margin-bottom:0px;}
  138. }
  139.  
  140. #description {
  141. font-family: trebuchet MS;
  142. font-size: 8px;
  143. border-top: 1px #eee solid;
  144. text-align: center;
  145. margin-top: -70px;
  146. margin-left:155px;
  147. padding:10px;
  148. width:180px;
  149. }
  150.  
  151. #pagination {
  152. font-size:8px;
  153. text-align:left;
  154. margin-left: 30px;
  155. margin-top: 1px;
  156. padding:8px;
  157. width: 40px;
  158. }
  159.  
  160. #post {
  161. width:500px;
  162. margin-top:15px;
  163. padding-bottom:10px;
  164. }
  165.  
  166. #sidebar {
  167. width:150px;
  168. position:fixed;
  169. margin-left:260px;
  170. margin-top:150px;
  171. opacity:.80;
  172. background-color:{color:#ffffff};
  173. }
  174.  
  175. #sidebarimage {
  176. width 150px;
  177. }
  178.  
  179. #sidebarimage img {
  180. width:150px;
  181. border:solid 1px;
  182. padding:6px;
  183. border-color: #c7c7c7;
  184. background-color:#ffffff;
  185. }
  186.  
  187. #info {
  188. text-align:left;
  189. margin-top:10px;
  190. text-transform:uppercase;
  191. font-size:8px;
  192. font-style:none;
  193. border-top:1px solid {color:Line}
  194. }
  195.  
  196. #tags {
  197. font-family:cambria;
  198. letter-spacing:0px;
  199. text-transform:lowercase;
  200. font-size:10px;
  201. font-style:italic;
  202. margin-top:4px;
  203. text-align:left;
  204. }
  205.  
  206. #tags
  207. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  208. -webkit-transition: all 0.6s ease-in-out;
  209. -moz-transition: all 0.6s ease-in-out;
  210. -o-transition: all 0.6s ease-in-out;
  211. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  212. #asker {
  213. float:left;
  214. margin-right:5px;
  215. }
  216.  
  217. #crdt {
  218. font-size:10px;
  219. font-family:trebuchet MS;
  220. text-transform:lowercase;
  221. bottom:10px;
  222. right:-8px;
  223. position:fixed;
  224. border-left:1px solid #e9e9e9;
  225. border-top:1px solid #e9e9e9;
  226. border-right:1px solid #e9e9e9;
  227. border-bottom:1px solid #e9e9e9;
  228. padding:5px;
  229. width:10px;
  230. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;transition: all 0.5s ease-in;
  231. }
  232.  
  233. #cred {font-size:12px; letter-spacing:2px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  234.  
  235. {CustomCSS}</style></head><body>
  236.  
  237. <div>
  238.  
  239. <div id="sidebar">
  240.  
  241. <div id="title">{Title}</div>
  242.  
  243. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  244.  
  245. <div class="sidelinks">
  246.  
  247. <center>
  248. <a href="/">01</a> +
  249. <a href="/ask">02</a> +
  250. <a href="{text:link1}">03</a> +
  251. <a href="{text:link2}">04</a> +
  252. <a href="{text:link3}">05</a>
  253. <center>
  254. </div>
  255.  
  256. <div id="description">{Description} </div>
  257.  
  258. <div id="pagination">
  259. {block:Pagination} <div id="pagination"> {block:PreviousPage} <a href="{PreviousPage}">←</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}">→</a> {/block:NextPage} </div> {/block:Pagination}</div>
  260. </div>
  261.  
  262. <div id="entries">{block:Posts}<div id="post">
  263.  
  264. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  265.  
  266. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  267.  
  268. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  269.  
  270. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  271.  
  272. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  273.  
  274. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  275.  
  276. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  277.  
  278. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  279.  
  280. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  281.  
  282. <div id="pinfo">
  283. {block:Date}posted {TimeAgo}{/block:Date} - <a href="{Permalink}">
  284. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via; <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  285. | originally; <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a> - <a href="{ReblogURL}" target="_blank">reblog</a>
  286. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  287.  
  288. {block:PostNotes}{PostNotes}{/block:PostNotes}
  289. {/block:Posts}</div>
  290. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://moaningshire.tumblr.com/">©</a></center></div>
  291. </body>
  292. </html>
Advertisement
Add Comment
Please, Sign In to add comment