Advertisement
iconsmariegthemes

Rain Theme

Sep 1st, 2013
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <!--
  6. Rain Theme by fogthemes (airde.tumblr.com)
  7. |
  8. |
  9. please do not remove the credit without my permission
  10. |
  11. #3
  12. |
  13. enjoy
  14. -->
  15.  
  16. <meta name="color:background" content="#FFFFFF" />
  17. <meta name="color:text" content="#525151"/>
  18. <meta name="color:border" content="#e4e4e4" />
  19. <meta name="color:ask border" content="#e4e4e4"/>
  20. <meta name="color:link" content="#525151"/>
  21. <meta name="color:linkHover" content="#817f7f"/>
  22. <meta name="color:answerb" content="#f8f8f8"/>
  23. <meta name="color:scrollbar" content="#BBBBBB" />
  24. <meta name="color:scrollbg" content="#FFFFFF" />
  25. <meta name="if:Title Font" content="1"/>
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:Link 1 Title" content="link1">
  29. <meta name="text:Link 1" content="/">
  30. <meta name="text:Link 2 Title" content="link 2">
  31. <meta name="text:Link 2" content="/">
  32. <meta name="text:Link 3 Title" content="link 3">
  33. <meta name="text:Link 3" content="/">
  34. <meta name="text:Link 4 Title" content="link 4">
  35. <meta name="text:Link 4" content="/">
  36. <meta name="text:Link 5 Title" content="link5">
  37. <meta name="text:Link 5" content="/">
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  40.  
  41.  
  42. <head><title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  49. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  50. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  51. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  52. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  53. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  54. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. font-family: times;
  60. font-size:9px;
  61. text-transform:none;
  62. letter-spacing:1px;
  63. color:{color:text};
  64. line-height:100%;}
  65.  
  66. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  67. a:hover{color:{color:linkhover}}
  68.  
  69. small{font-size:7px}
  70. big{font-size:14px}
  71. b, strong{color:{color:text}}
  72. i, em {color:{color:text}}
  73. p{margin-top:5px; margin-bottom:5px}
  74. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  75.  
  76. small{font-size:7px}
  77. big{font-size:14px}
  78. b, strong{color:{color:title}}
  79. i, em {color:{color:text}}
  80. p{margin-top:5px; margin-bottom:5px}
  81. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  82.  
  83. img a{border:none; width:100%}
  84.  
  85. a {
  86. text-decoration:none;
  87. color:{color:link};
  88. -webkit-transition:all 0.4s ease-out;
  89. -moz-transition:all 0.4s ease-out;
  90. transition:all 0.4s ease-out;}
  91.  
  92. a:hover {
  93. text-decoration:none;
  94. color:{color:linkHover};
  95. -webkit-transition:all 0.4s ease-out;
  96. -moz-transition:all 0.4s ease-out;
  97. transition:all 0.4s ease-out;}
  98.  
  99. #container {
  100. background-color:{color:background};
  101. width: 814px;
  102. text-align: center;
  103. margin: 0 auto -10px auto
  104. }
  105.  
  106. #entries {
  107. padding:4px;
  108. width:500px;
  109. margin-left:110px;
  110. margin-top:1px;
  111. font-size:10px;
  112. text-transform:lowercase;
  113. font-family:times;
  114. font-size:9px;
  115. font-style:italic;
  116. }
  117.  
  118. #post {
  119. width:500px;
  120. padding-bottom:20px;
  121. padding:4px;
  122. margin-top:30px;
  123. border:0px solid;
  124. margin-bottom:10px;
  125. text-align:left;
  126. text-transform:lowercase;
  127. font-family:times;
  128. font-size:9px;
  129. font-style:italic;
  130. }
  131.  
  132. #tags {
  133. padding-top:3px;
  134. padding:1px;
  135. margin:0px 5px 0px;
  136. font-size:9px;
  137. }
  138.  
  139. #sidebar {
  140. top: 110px;
  141. margin-left:640px;
  142. padding:0px;
  143. position:fixed;
  144. width:140px;
  145. }
  146.  
  147. #sidebar:hover #links {
  148. opacity:1;
  149. display:block;}
  150.  
  151.  
  152.  
  153. #descri {
  154. background-color:{color:background};
  155. padding-top:-4px;
  156. margin-top:-20px;
  157. margin-bottom:25px;
  158. text-align:center;
  159. line-height:100%;
  160. font-size:8px;
  161. width:200px;
  162. padding:10px;
  163. }
  164.  
  165. #descri img {
  166. width:110px;
  167. height:110px;
  168. }
  169.  
  170.  
  171. #stext {
  172. text-align:justify;
  173. font-size: 9px;
  174. font-family:times;
  175. font-style:italic;
  176. width: 180px;
  177. padding: 10px;
  178. line-height: 90%;
  179. letter-spacing:1px;
  180. background: #fafafa;
  181. }
  182.  
  183. #pagination {
  184. text-align:center;
  185. font-size: 8px;
  186. font-family: times;
  187. font-style:italic;
  188. }
  189.  
  190. #links {
  191. font-family:times;
  192. font-size:5px;
  193. font-style:bold;
  194. text-transform:lowercase;
  195. width:200px;
  196. position:justify;
  197. float:right;
  198. position:absolute;
  199. opacity:0;
  200. margin-right:220px;
  201. margin-top:10px;
  202. text-align: right;
  203. -webkit-transition:0.2s linear;
  204. }
  205.  
  206. h1{
  207. color:{color:text};
  208. font-family: times;
  209. font-style:italic;
  210. font-size:12px;
  211. line-height:11px;
  212. letter-spacing:0px;
  213. font-weight:bold;
  214. text-transform:lowercase;
  215. margin:0px;
  216. padding:0px;
  217. text-align:left
  218. }
  219.  
  220. h2{
  221. color:{color:title};
  222. font-family:{font:title};
  223. font-size:12px;
  224. line-height:11px;
  225. letter-spacing:0px;
  226. font-weight:normal;
  227. text-transform:none;
  228. margin:0px;
  229. padding:0px;
  230. margin-bottom:-0px;
  231. text-align:left
  232. }
  233.  
  234. .audio {opacity: 1.0; position:relative; overflow:hidden; min-height:130px; font-size: 8px;} .player {position:absolute; z-index:3; background:#000000; margin-top:45px; margin-left:73px; opacity:0.75; filter:alpha(opacity=75); border:0px #000000 solid; border-radius: 100px;} .audioplayer {background: #ffffff; border: 1px solid #f8f8f8; width:363px; height:15px; overflow:hidden; padding:5px; padding-bottom:13px; margin-right:5px; margin-top: 5px;} .audioinfo {margin-top: 15px; margin-left:120px; line-height:10px; font-family: cambria; font-size:10px!important; font-style: italic;} .audiocaption {margin-left:20px;} .audiocaption img {max-width:330px!important} .audiocaption blockquote img {max-width:320px!important} .audiocaption blockquote blockquote img {max-width:310px!important}
  235.  
  236. #asker {
  237. padding:10px;
  238. text-align:left;
  239. background-color:{color:answerb}
  240. }
  241.  
  242. .user_1 .label {color:{color:link}; font-weight:bold}
  243. .user_2 .label {color:{color:text}; font-weight:bold}
  244. .user_3 .label {color:{color:link}; font-weight:bold}
  245. .user_4 .label {color:{color:text}; font-weight:bold}
  246. .user_5 .label {color:{color:link}; font-weight:bold}
  247. .user_6 .label {color:{color:text}; font-weight:bold}
  248. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  249.  
  250. #cred {font-family:consolas; font-size: 9px; letter-spacing:1px; bottom:10px; text-transform: uppercase; right:10px; position:fixed; padding:5px; text-align:center;}
  251.  
  252. </style>
  253. <style type="text/css">{CustomCSS}</style>
  254.  
  255. </head>
  256. <body>
  257.  
  258. <div id="cred"><a href="http://airde.tumblr.com/">theme</a></div>
  259.  
  260. <div id="container">
  261. <div id="sidebar">
  262.  
  263. <div id="descri">
  264.  
  265. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  266. <br>
  267. <div id="stext">{Description}</div>
  268. <br>
  269. <div id="links">
  270. <div style="background: #D3D3D3;padding: 5px;font-size: 12px;">
  271. <a href="{text:Link 1}">{text:Link 1 Title}</a><br></div><br>
  272. <div style="background: #D3D3D3;padding: 5px;font-size: 12px;">
  273. <a href="{text:Link 2}">{text:Link 2 Title}</a><br></div><br>
  274. <div style="background: #D3D3D3;padding: 5px;font-size: 12px;">
  275. <a href="{text:Link 3}">{text:Link 3 Title}</a><br></div><br>
  276. <div style="background: #D3D3D3;padding: 5px;font-size: 12px;">
  277. <a href="{text:Link 4}">{text:Link 4 Title}</a><br></div><br>
  278.  
  279. <div style="background: #D3D3D3;padding: 5px;font-size: 12px;">
  280. <a href="{text:Link 5}">{text:Link 5 Title}</a><br></div>
  281.  
  282.  
  283. </div>
  284.  
  285. <div id="pagination">
  286. {block:Pagination}
  287. {block:PreviousPage}
  288. <a href="{PreviousPage}">←</a>
  289. {/block:PreviousPage}
  290. {CurrentPage} of {TotalPages}
  291. {block:NextPage}
  292. <a href="{NextPage}">→</a>
  293. {/block:NextPage}
  294. {/block:Pagination}
  295. {/block:Pagination}
  296. </div>
  297.  
  298. </div></div>
  299.  
  300.  
  301. <div id="entries">
  302.  
  303. {block:Posts}<div id="post">
  304.  
  305. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  306.  
  307. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  308.  
  309. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  310.  
  311. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  312. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  313.  
  314. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  315.  
  316. {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}
  317.  
  318. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  319.  
  320. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:italic">{Asker}:</span> {Question}</div><center>{Answer}{/block:Answer}
  321.  
  322. {block:Audio}<div class="audio"><span style="background-color:{color:Background}; position:absolute; width:60px; height:60px; margin-left:-20px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border: 1px solid #ededed; padding: 3px; font-size: 8px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  323. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  324. </div>
  325. <br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  326.  
  327. <div id="info">
  328. <br> posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <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="_#nk"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  329. {
  330. {/block:Posts}
  331. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  332. {/block:Posts}</div></div></div>
  333.  
  334. </div></div>
  335.  
  336. </body>
  337. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement