Advertisement
nicole_c

Der Blaue Reiter (Theme 7)

Nov 2nd, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.51 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Der Blaue Reiter by alextunrer do not steal this plz it is v unswaggy --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#9B9B9B"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:border" content="#F2F2F2"/>
  14. <meta name="color:scrollbar" content="#D6D5D5">
  15. <meta name="color:title" content="#999999">
  16. <meta name="color:Link Hover" content="#eeeeee"/>
  17. <meta name="color:Description" content="#525151"/>
  18.  
  19. <meta name="text:sidebartitle" content="">
  20.  
  21. <meta name="text:link1" content="" />
  22. <meta name="text:link1 url" content="/">
  23. <meta name="text:link2" content="" />
  24. <meta name="text:link2 url" content="/">
  25. <meta name="text:link3" content="" />
  26. <meta name="text:link3 url" content="/">
  27. <meta name="text:link4" content="" />
  28. <meta name="text:link4 url" content="/">
  29. <meta name="text:link5" content="" />
  30. <meta name="text:link5 url" content="/">
  31.  
  32.  
  33.  
  34. <style>
  35. div#qTip {
  36. padding: 3px;
  37. display: none;
  38. text-align: center;
  39. position: absolute;
  40. font-style:normal;
  41. margin-top:4px;
  42. margin-left:13px;
  43. font-size:8px;
  44. line-height:9px;
  45. font-family:cambria;
  46. z-index: 1000;
  47. background-color:#888;
  48. color: #fff;
  49. text-transform:uppercase;
  50. letter-spacing: 1px;
  51. }
  52. </style>
  53.  
  54. <style type="text/css">
  55.  
  56. @font-face{font-family::Loremipsum;src:url(http://static.tumblr.com/9wzbixa/izpmj3kdm/loremipsum.ttf);}
  57.  
  58. @font-face{font-family:Lala;src:url(http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff);}
  59.  
  60.  
  61. #dhtmltooltip{ position: absolute; border: 2px; padding: 4px; background-color: #7F7F7F; visibility: hidden; z-index: 100; color: white; font-family: times; text-transform:uppercase; font-style: normal;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); }
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:7px}
  69. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:25px}
  70. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
  71.  
  72. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  73.  
  74. iframe#tumblr_controls {
  75. top: 0% !important;
  76. right:0% !important;
  77. opacity:0.3;
  78. position: fixed !important;
  79. filter:alpha(opacity=30);
  80. -webkit-transition: all 0.7s ease;
  81. -moz-transition: all 0.7s ease;
  82. -o-transition: all 0.7s ease;
  83. }
  84. iframe#tumblr_controls:hover{
  85. top: 0% !important;
  86. right:0% !important;
  87. opacity:0.8;
  88. position: fixed !important;
  89. filter:alpha(opacity=80);
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;
  93. }
  94.  
  95. h1 {
  96. font-weight:normal;
  97. font-size:13px;
  98. text-align:center;
  99. font-style:normal;
  100. line-height:100%;
  101. letter-spacing:1px;
  102. text-transform:normal;
  103. color:{color:text};
  104. }
  105.  
  106. h2 {
  107. font-size:10px;
  108. text-align:center;
  109. line-height:100%;
  110. letter-spacing:-0.5px;
  111. color:{color:text};
  112. font-weight:bold;
  113. text-transform:uppercase;
  114. padding:5px;
  115. padding-bottom:2px;
  116. }
  117.  
  118.  
  119. blockquote {
  120. border-left:2px solid {color:text};
  121. padding-left:5px;
  122. margin:5px;
  123. }
  124.  
  125.  
  126. body {
  127. background:{color:background};
  128. margin:0px;
  129. color:{color:text};
  130. font-family:times;
  131. font-size:9px;
  132. line-height:110%;
  133. }
  134.  
  135. a {
  136. text-decoration:none;
  137. outline:none;
  138. -moz-outline-style:none;
  139. color:{color:link};
  140. -moz-transition-duration:0.7s;
  141. -webkit-transition-duration:0.7s;
  142. -o-transition-duration:0.7s;
  143. }
  144.  
  145. a:hover {
  146. text-decoration:none;
  147. outline:none;
  148. -moz-outline-style:none;
  149. color:{color:link hover};
  150. }
  151.  
  152. img {
  153. border:none;
  154. }
  155.  
  156. blockquote {
  157. padding-left:5px;
  158. border-left:2px solid;
  159. }
  160.  
  161. blockquote blockquote {
  162. padding-left:5px;
  163. border-left:2px solid;
  164. }
  165.  
  166. #post {
  167. width:400px;
  168. padding-bottom:40px;
  169. margin-top:55px;
  170. padding:10px;
  171. }
  172.  
  173. #entries {
  174. padding:10px;
  175. width:400px;
  176. margin-left:220px;
  177. margin-top:10px;
  178. margin-bottom:40px;
  179. }
  180.  
  181. #theme {
  182. width:500px;
  183. margin:0 auto -12px auto;
  184. }
  185.  
  186. #sidebar {
  187. color:{color:text};
  188. position:fixed;
  189. width:90px;
  190. height:auto;
  191. margin-top:200px;
  192. margin-left:-210px;
  193. text-align:left;
  194. }
  195.  
  196. .sidebartitle {
  197. width:100px;
  198. height:14px;
  199. text-align:center;
  200. position:fixed;
  201. font-family:Lala;
  202. line-height:120%;
  203. margin-left:186px;
  204. font-size:18px;
  205. margin-top:51px;
  206. color:{color:title};
  207. }
  208.  
  209. #sidebarbg {
  210. position:fixed;
  211. margin-top:153px;
  212. margin-left: -110px;
  213. }
  214.  
  215. #sidebarbg img {
  216. width:250px;
  217. height:auto;
  218. padding:5px;
  219. }
  220.  
  221. #links {
  222. position:absolute;
  223. letter-spacing:1px;
  224. position:fixed;
  225. font-family:times new roman;
  226. width:120px;
  227. margin-top:70px;
  228. margin-left:174px;
  229. font-size:8px;
  230. text-transform:uppercase;
  231. text-align:center;
  232. line-height:170%;
  233. }
  234.  
  235. #links a{
  236. width:78px;
  237. line-height:200%;
  238. padding:1px;
  239. margin-top:1px;
  240. margin-bottom:10px;
  241. margin-left:2px;
  242. opacity:.7;
  243. color:#000;
  244. letter-spacing:1px;
  245. text-decoration:none;
  246. -moz-transition-duration:.7s;
  247. -webkit-transition-duration:.7s;
  248. -o-transition-duration:.7s;
  249. }
  250.  
  251. #links a:hover {
  252. color: #D1D1D1;
  253. opacity:2;
  254. width:78px;
  255. -moz-transition-duration:.4s;
  256. -webkit-transition-duration:.4s;
  257. -o-transition-duration:.4s;
  258.  
  259. }
  260.  
  261. #description {
  262. width:90px;
  263. font-family:Loremipsum;
  264. margin-bottom:0px;
  265. margin-top:57px;
  266. margin-left:189px;
  267. padding-top:35px;
  268. text-align:center;
  269. font-size:9px;
  270. font-style:italic;
  271. color: {color:Description};
  272. letter-spacing:1px;
  273. line-height:115%;
  274. }
  275.  
  276. #description a {
  277. color:{color:link};
  278. }
  279.  
  280. #description a:hover {
  281. color:{color:link hover};
  282. }
  283.  
  284.  
  285. #pagination {
  286. font-size:12px;
  287. text-transform:lowercase;
  288. margin-top:0px;
  289. margin-left:189px;
  290. letter-spacing:1px;
  291. word-spacing:4px;
  292. font-style:italic;
  293. text-align:center;
  294. }
  295.  
  296. #pagination a {
  297. color:{color:link};
  298. }
  299.  
  300. #info {
  301. font-family:times;
  302. width:400px;
  303. margin-top:7px;
  304. padding:2px;
  305. font-size:7px;
  306. color:{color:text};
  307. text-transform:uppercase;
  308. font-style:normal;
  309. text-align:left;
  310. background-color:#f9f9f9;
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. #info a {
  317. color:{color:link};
  318. text-align:left;
  319. font-style:normal;
  320. }
  321.  
  322. #info a:hover {
  323. color:{color:link hover};
  324. }
  325.  
  326. .tags {
  327. font-family:calibri;
  328. font-style:normal;
  329. width:400px;
  330. opacity:0;
  331. text-transform:normal;
  332. font-style:normal;
  333. color:{color:link};
  334. line-height:120%;
  335. font-size:8px;
  336. text-align:left;
  337. padding-top:3px;
  338. -moz-transition-duration:0.2s;
  339. -webkit-transition-duration:0.2s;
  340. -o-transition-duration:0.2s;
  341. }
  342.  
  343. #post:hover .tags {
  344. opacity:1;
  345. -moz-transition-duration:1s;
  346. -webkit-transition-duration:1s;
  347. -o-transition-duration:1s;
  348.  
  349. }
  350. .cover {
  351. position: relative;z-index: 1; width: 90px; float:left;}
  352.  
  353. .button {
  354. width:20px;
  355. height:30px;
  356. overflow: hidden;
  357. position: relative;
  358. z-index: 99;
  359. margin: 15px 24px 13px 16px;
  360. }
  361. .musicbox {
  362. background-color: #fff;
  363. position: absolute;
  364. z-index: 99;
  365. margin-top: 15px;
  366. margin-left: 15px;
  367. opacity: 0.3;
  368. -webkit-transition: opacity 0.2s linear;
  369. -webkit-transition: all 0.2s linear;
  370. -moz-transition: all 0.2s linear;
  371. -o-transition: all 0.2s linear;
  372. }
  373. .musicbox:hover {opacity:0.9;}
  374. .musicinfo {padding:23px; font-size:12px;margin-left: 100px;text-align:center; background:#f7f7f7;}
  375.  
  376. .question {
  377. padding:6px;
  378. text-align:left;
  379. color:{color:text};
  380. line-height:120%;
  381. border: 1px solid #e3e3e3;
  382. }
  383.  
  384. .answer {
  385. text-align:left;
  386. padding:3px;
  387. color:{color:text};
  388. }
  389.  
  390.  
  391. #credit {
  392. font-size:9px;
  393. font-family:cambria;
  394. font-style:italic;
  395. letter-spacing:1px;
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;
  399. }
  400.  
  401. #credit a {
  402. background-color:#fff;
  403. padding:5px;
  404. position:fixed;
  405. right:15px;
  406. font-size:15px;
  407. bottom:10px
  408. }
  409.  
  410. #credit a:hover {
  411. color:#000000;
  412. }
  413.  
  414. {CustomCSS}</style></head><body>
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426. <div id="dhtmltooltip"></div>
  427.  
  428. <script type="text/javascript">
  429.  
  430. /***********************************************
  431. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  432. * This notice MUST stay intact for legal use
  433. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  434. ***********************************************/
  435.  
  436. var offsetxpoint=10 //Customize x offset of tooltip
  437. var offsetypoint=15 //Customize y offset of tooltip
  438. var ie=document.all
  439. var ns6=document.getElementById && !document.all
  440. var enabletip=false
  441. if (ie||ns6)
  442. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  443.  
  444. function ietruebody(){
  445. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  446. }
  447.  
  448. function ddrivetip(thetext, thecolor, thewidth){
  449. if (ns6||ie){
  450. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  451. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  452. tipobj.innerHTML=thetext
  453. enabletip=true
  454. return false
  455. }
  456. }
  457.  
  458. function positiontip(e){
  459. if (enabletip){
  460. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  461. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  462. //Find out how close the mouse is to the corner of the window
  463. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  464. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  465.  
  466. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  467.  
  468. //if the horizontal distance isn't enough to accomodate the width of the context menu
  469. if (rightedge<tipobj.offsetWidth)
  470. //move the horizontal position of the menu to the left by it's width
  471. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  472. else if (curX<leftedge)
  473. tipobj.style.left="5px"
  474. else
  475. //position the horizontal position of the menu where the mouse is positioned
  476. tipobj.style.left=curX+offsetxpoint+"px"
  477.  
  478. //same concept with the vertical position
  479. if (bottomedge<tipobj.offsetHeight)
  480. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  481. else
  482. tipobj.style.top=curY+offsetypoint+"px"
  483. tipobj.style.visibility="visible"
  484. }
  485. }
  486.  
  487. function hideddrivetip(){
  488. if (ns6||ie){
  489. enabletip=false
  490. tipobj.style.visibility="hidden"
  491. tipobj.style.left="-1000px"
  492. tipobj.style.backgroundColor=''
  493. tipobj.style.width=''
  494. }
  495. }
  496.  
  497. document.onmousemove=positiontip
  498.  
  499. </script>
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. <div id="theme">
  526.  
  527. <div id="sidebarbg"><img src="http://24.media.tumblr.com/205314089221a8757795bb7e41cc5bbc/tumblr_mvnpx2Dv9d1rlbucxo1_500.jpg"></div>
  528.  
  529. <div id="sidebar">
  530.  
  531. <div class="sidebartitle">{text:sidebartitle}</div>
  532.  
  533. <div id="links">
  534.  
  535. <a href="{text:link1 url}" onMouseover="ddrivetip('{text:link1}')";
  536. onMouseout="hideddrivetip()">i.</a>
  537. <a href="{text:link2 url}" onMouseover="ddrivetip('{text:link2}')";
  538. onMouseout="hideddrivetip()">ii.</a>
  539. <a href="{text:link3 url}" onMouseover="ddrivetip('{text:link3}')";
  540. onMouseout="hideddrivetip()">iii.</a>
  541. <a href="{text:link4 url}" onMouseover="ddrivetip('{text:link4}')";
  542. onMouseout="hideddrivetip()">vi.</a>
  543. <a href="{text:link5 url}" onMouseover="ddrivetip('{text:link5}')";
  544. onMouseout="hideddrivetip()">v.</a>
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555. </a>
  556.  
  557. </div>
  558.  
  559. <div id="description">{description}
  560. <p></p><small><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>↩</big></a>{/block:PreviousPage}{/block:Pagination}
  561. {block:Pagination}{block:NextPage}<a href="{NextPage}"><big>↪</big></a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center> </small>
  562. </div></div>
  563.  
  564. <div id="entries">{block:Posts}<div id="post">
  565.  
  566. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  567.  
  568. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  569.  
  570. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  571.  
  572. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  573.  
  574. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  575.  
  576. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  577.  
  578. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  579. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  580.  
  581. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  582.  
  583. {block:Answer}<div class="question">{Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  584.  
  585. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  586. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  587. {block:HasTags}
  588. <div class="tags">
  589. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  590. {/block:HasTags}
  591. <div class="postnote">
  592. {block:PostNotes}{PostNotes}{/block:PostNotes}
  593. </div>
  594. </div>
  595. {/block:Posts}
  596.  
  597. </div>
  598. <div id="credit"><a href="ttp://siosthemes.tumblr.com" onMouseover="ddrivetip('siosthemes')";
  599. onMouseout="hideddrivetip()">❦</a>
  600.  
  601. </body>
  602. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement