Advertisement
ofross

SWITZERLND theme 16

Feb 19th, 2013
2,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.92 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. ©SWITZERLND THEME 16
  5. RODEO DRIVE~
  6. Do not steal. I will find you.
  7. -->
  8.  
  9.  
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14.  
  15. <head>
  16.  
  17.  
  18.  
  19. <meta name="color:title" content="#ffffff">
  20. <meta name="color:link" content="#E6E4E4">
  21. <meta name="color:hover" content="#454545">
  22. <meta name="color:infobg" content="#FCFCFC">
  23. <meta name="color:text" content="#9A9A9A">
  24. <meta name="color:tags" content="#EDEDED">
  25. <meta name="color:scrollbar" content="#D6D5D5">
  26. <meta name="color:hoverbg" content="#000">
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:linkA" content="">
  32. <meta name="text:linkA url" content="/">
  33. <meta name="text:linkB" content="">
  34. <meta name="text:linkB url" content="/">
  35. <meta name="text:linkC" content="">
  36. <meta name="text:linkC url" content="/">
  37. <meta name="text:linkD" content="">
  38. <meta name="text:linkD url" content="/">
  39. <meta name="text:linkE" content="">
  40. <meta name="text:linkE url" content="/">
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46. <link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. a {
  53. color:{color:link};
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. a:hover {
  61. color:{color:hover};
  62. text-decoration:none;
  63. -moz-transition-duration:0.5s;
  64. -webkit-transition-duration:0.5s;
  65. -o-transition-duration:0.5s;
  66. }
  67.  
  68.  
  69.  
  70. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  71. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  72. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  73.  
  74. body {
  75. background-color:#fff;
  76. font-family:trebuchet ms;
  77. font-size:8px;
  78. font-weight:normal;
  79. }
  80.  
  81. iframe#tumblr_controls {
  82. top: 0% !important;
  83. right:0% !important;
  84. opacity:0.3;
  85. position: fixed !important;
  86. filter:alpha(opacity=30);
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease;
  90. }
  91. iframe#tumblr_controls:hover{
  92. top: 0% !important;
  93. right:0% !important;
  94. opacity:0.8;
  95. position: fixed !important;
  96. filter:alpha(opacity=80);
  97. -webkit-transition: all 0.7s ease;
  98. -moz-transition: all 0.7s ease;
  99. -o-transition: all 0.7s ease;
  100. }
  101.  
  102. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  103.  
  104. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  105.  
  106. @font-face {font-family: 'Tall Dark and Handsome';
  107. src: url('http://static.tumblr.com/7e5jjoa/1oWmhkqvx/talldark.ttf') format("truetype"),
  108. font-weight: normal;
  109. font-style: normal;
  110. }
  111.  
  112.  
  113.  
  114.  
  115.  
  116. h1 {
  117. font-weight:normal;
  118. font-size:10px;
  119. text-align:center;
  120. font-style:normal;
  121. line-height:80%;
  122. letter-spacing:1px;
  123. text-transform:uppercase;
  124. color:{color:text};
  125. }
  126.  
  127. h2 {
  128. font-size:15px;
  129. text-align:center;
  130. line-height:100%;
  131. letter-spacing:-0.5px;
  132. color:{color:text};
  133. font-weight:normal;
  134. padding:5px;
  135. padding-bottom:2px;
  136. }
  137.  
  138.  
  139. blockquote {
  140. border-left:2px solid {color:text};
  141. padding-left:5px;
  142. margin:5px;
  143. }
  144.  
  145. #theme {
  146. background-color:#fff;
  147. width:700px;
  148. margin: 0 auto -12px -12px;
  149. text-align: center;
  150. }
  151.  
  152. #sidebro {
  153. color:{color:text};
  154. background-color:#fff;
  155. background-position: center bottom;
  156. position:fixed;
  157. background-repeat: no-repeat;
  158. width:200px;
  159. height:101%;
  160. margin-top:px;
  161. margin-left:0 px;
  162. text-align:left;
  163. }
  164.  
  165.  
  166. .title{
  167. width:55px;
  168. color:#fff;
  169. font:8px cambria;
  170. background-color:{color:hoverbg};
  171. line-height:90%;
  172. display:block;
  173. padding:5px;
  174. height:20px;
  175. margin-left:150px;
  176. margin-top:-110px;
  177.  
  178. }
  179.  
  180.  
  181. .sbropic {
  182. background:transparent;
  183. MARGIN-LEFT:0PX;
  184. margin-bottom:10px;
  185. opacity:1;
  186. display:center;
  187. z-index:999;
  188. position:fixed;
  189. -webkit-transition: opacity 0.6s linear;
  190. -webkit-transition: all 0.6s ease-in-out;
  191. -moz-transition: all 0.6s ease-in-out;
  192. -o-transition: all 0.6s ease-in-out;
  193. }
  194.  
  195. #sidebroimage img{
  196. width:100px;
  197. height:100px;
  198. MARGIN-LEFT:25PX;
  199. padding:5px;
  200. border:1px dashed #e8e8e8;
  201. }
  202.  
  203.  
  204. #sidebroimage {
  205. MARGIN-LEFT:130PX;
  206. width:140px;
  207. height:200px;
  208. margin-bottom:10px;
  209. background-color:#fff;
  210. padding:5px;
  211. border:1px solid #fff;
  212. border-radius:2px;
  213. margin-top:200px;
  214. -webkit-transition: opacity 0.6s linear;
  215. -webkit-transition: all 0.6s ease-in-out;
  216. -moz-transition: all 0.6s ease-in-out;
  217. -o-transition: all 0.6s ease-in-out;
  218. }
  219.  
  220.  
  221.  
  222. .links {
  223. position:absolute;
  224. width:50px;
  225. line-height: 90%;
  226. text-transform: uppercase;
  227. position:fixed;
  228. margin-left: 150px;
  229. margin-top: 40px;
  230. opacity:1;
  231. height:100px;
  232. background-color:;
  233. text-align: center;
  234. margin-bottom:10px;
  235. display:block;
  236. padding: 0px;
  237. text-transform:uppercase;
  238. -webkit-transition:0.5s linear;
  239. }
  240.  
  241. .links a{
  242. font-family:calibri;
  243. font-style:normal;
  244. font-size:8px;
  245. text-transform:uppercase;
  246. color:#adadad;
  247. display:block;
  248. background-color:#fff;
  249. width:60px;
  250. line-height:15px;
  251. border:1px dashed #e9e9e9;
  252. margin-bottom:7px;
  253. padding-left:3px;
  254. letter-spacing:2px;
  255. text-decoration:none;
  256. -moz-transition-duration:1s;
  257. -webkit-transition-duration:1s;
  258. -o-transition-duration:1s;
  259. }
  260.  
  261. .links a:hover{
  262. color:#fff;
  263. background-color:{color:hoverbg};
  264. border:1px solid {color:hoverbg};
  265. opacity:1;
  266. -webkit-transition: all 0.3s ease;
  267. -moz-transition: all 0.3s ease;
  268. -o-transition: all 0.3s ease;
  269. }
  270.  
  271. #desc {
  272. font-family:cambria;
  273. background:#fafafa;
  274. width:118px;
  275. font-style:italic;
  276. text-align:left;
  277. padding:5px;
  278. border:1px solid #f1f1f1;
  279. color:{color:text};
  280. width: 100px;
  281. text-align: center;
  282. margin-left:25px;
  283. margin-top:115px;
  284. position: absolute;
  285. font-size:8px;
  286. letter-spacing:0px;
  287. line-height:90%;
  288. z-index:99999;
  289.  
  290. }
  291.  
  292. #desc a {
  293. color:{color:link};
  294.  
  295. }
  296.  
  297.  
  298. .pagi {
  299. position:fixed;
  300. width:70px;
  301. text-align:center;
  302. margin-top:-50px;
  303. margin-left:180px;
  304. font-family:cuprum;
  305. font-size:9px; padding:3px;
  306. background-color:;
  307. letter-spacing:2px;
  308. text-transform:uppercase;
  309. font-style:normal;
  310. z-index:100;}
  311.  
  312.  
  313. .pagi a {
  314. color:#999999;
  315. }
  316.  
  317.  
  318.  
  319. #stuffcontaner {
  320. float:left;
  321. margin-left:400px;
  322. margin-top:75px;
  323. text-align:justify;
  324. background-color:#fff;
  325. color:{color:text};
  326. margin-bottom: 35px;
  327. }
  328.  
  329.  
  330. #stuff {
  331. width:500px;
  332. margin-top:15px;
  333. text-align:justify;
  334. border:px solid #f2f2f2;
  335. padding-left:10px;
  336. padding-top:10px;
  337. padding-right:10px;
  338. margin-bottom:70px;
  339. font-size:9px;
  340. line-height:90%;
  341. letter-spacing:0x;
  342. color:{color:text};
  343. }
  344.  
  345. .caption {
  346. width:500px;
  347. text-align:justify;
  348. line-height:120%;
  349. }
  350.  
  351. .ask {
  352. padding:10px;
  353. text-align:left;
  354. color:{color:text};
  355. background-color:{color:infobg};
  356. border-bottom:1px solid #f1f1f1;
  357. border-right:1px solid #f1f1f1;
  358. }
  359.  
  360. .ans {
  361. text-align:left;
  362. padding:10px;
  363. color:{color:text};
  364. }
  365.  
  366. .audio {
  367. width:500px;
  368. padding-bottom:10px;
  369. background-color:{color:infobg};
  370. }
  371.  
  372. .albumart {
  373. float:left;
  374. padding:0px 10px 10px 0px;
  375. }
  376.  
  377. .albumart img {
  378. width:45px;
  379. height:45px;
  380. }
  381.  
  382. .playercontainer {
  383. text-align:left;
  384. padding:10px;
  385. background-color:#ffffff;
  386. width:480px;
  387. }
  388.  
  389. .audioinfo {
  390. padding:10px;
  391. color:{color:text};
  392. }
  393.  
  394. #postinfo {
  395. width:510px;
  396. font-size:10px;
  397. color:#aaaaaa;
  398. margin-top:10px;
  399. margin-left:-10px;
  400. font-family:calibri;
  401. background-color:#fefefe;
  402. padding-left:10px;
  403. padding-top:3px;
  404. text-transform:none;
  405. border-top:1px solid #f3f3f3;
  406. font-style:normal;
  407. letter-spacing:0px;
  408. text-align:left;
  409. -moz-transition-duration:0.5s;
  410. -webkit-transition-duration:0.5s;
  411. -o-transition-duration:0.5s;
  412. }
  413.  
  414. #postinfo a {
  415. color:#777;
  416. text-align:center;
  417. letter-spacing:0px;
  418. font-style:italic;
  419. }
  420.  
  421. #postinfo a:hover {
  422. color:{color:hover};
  423. }
  424.  
  425. .note {
  426. text-transform:uppercase;
  427. font-style:normal;
  428. letter-spacing:0px;
  429. font-size: 9px;
  430. text-align:left;
  431. line-height:90%;
  432. margin-left:-40px;
  433. }
  434.  
  435. .note li {
  436. list-style-type:none;
  437. border-bottom:1px solid {color:border};
  438. padding:10px 25px 10px 25px;
  439. text-align:left;
  440. margin:0px;
  441. -moz-transition-duration:0.5s;
  442. -webkit-transition-duration:0.5s;
  443. -o-transition-duration:0.5s;
  444. }
  445.  
  446. .tagS {
  447. font-style:normal;
  448. width:500px;
  449. text-transform:lowercase;
  450. font-style:normal;
  451. color:{color:tags};
  452. letter-spacing:2px;
  453.  
  454. line-height:100%;
  455. font-size:8px;
  456. text-align:left;
  457. padding:1px;
  458. -moz-transition-duration:0.5s;
  459. -webkit-transition-duration:0.5s;
  460. -o-transition-duration:0.5s;
  461. }
  462.  
  463. .tagS a {
  464. color:{color:tags};
  465. letter-spacing:1px;
  466. font-family:'trebuchet ms';
  467. padding:1px;
  468. }
  469.  
  470. .tagS a:hover {
  471. color:#000;
  472. }
  473.  
  474. ul.chat, .chat ol, .chat li {
  475. list-style:none;
  476. margin:0px;
  477. padding:2px;
  478. }
  479.  
  480. .lube {
  481. text-decoration:underline;
  482. font-weight:700;
  483. background-color:{color:infobg};
  484. margin-right:5px;
  485. }
  486.  
  487. blockquote {
  488. background-color: #f8f8f8;
  489. border:2px solid #f5f5f5;
  490. font-style: normal;
  491. margin-left:20px;
  492. Font-family: Arial;
  493. font-size:9px;
  494. margin:5px;
  495. padding:3px;
  496. max-width: 490px;}
  497.  
  498.  
  499.  
  500. #credit {
  501. position:fixed;
  502. font-family:calibri;
  503. font-size:10px;
  504. line-height:60%;
  505. right:10px;
  506. bottom:10px;
  507. text-transform:uppercase;
  508. background-color:#ffffff;
  509. text-align:center;
  510. }
  511.  
  512. #credit a {
  513. display:block;
  514. width:5px;
  515. height:5px;
  516. padding:5px;
  517. color:#9A9A9A;
  518. background-color:#FCFCFC;
  519. -moz-transition-duration:0.5s;
  520. -webkit-transition-duration:0.5s;
  521. -o-transition-duration:0.5s;
  522. }
  523.  
  524. #credit a:hover {
  525. color:#FCFCFC;
  526. -moz-transition-duration:0.5s;
  527. -webkit-transition-duration:0.5s;
  528. -o-transition-duration:0.5s;
  529. }
  530.  
  531.  
  532.  
  533.  
  534.  
  535. {CustomCSS}
  536.  
  537. </style></head>
  538.  
  539. <body>
  540. <div id="theme">
  541. <div id="sidebro">
  542.  
  543.  
  544. <div id="sidebroimage">
  545.  
  546.  
  547. <div id="desc">
  548. {Description}
  549. </div>
  550.  
  551. <div class="links">
  552. {block:IfLinkA}
  553. <a href="{text:linkA url}">{text:linkA}</a>
  554. {/block:IfLinkA}
  555. {block:IfLinkB}
  556. <a href="{text:linkB url}">{text:linkB}</a>
  557. {/block:IfLinkB}
  558. {block:IfLinkC}
  559. <a href="{text:linkC url}">{text:linkC}</a>
  560. {/block:IfLinkC}
  561. {block:IfLinkD}
  562. <a href="{text:linkD url}">{text:linkD}</a>
  563. {/block:IfLinkD}
  564. {block:IfLinkE}
  565. <a href="{text:linkE url}">{text:linkE}</a>
  566. {/block:IfLinkE}
  567. </div>
  568.  
  569.  
  570. <img src="{image:sidebar}" >
  571. <div class="title">{title}</div>
  572.  
  573. </div>
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. <div class="pagi">
  584. {block:Pagination}
  585. {block:PreviousPage}
  586. <a href="{PreviousPage}">←</a>
  587. {/block:PreviousPage}
  588. {block:JumpPagination length="4"}
  589. {block:CurrentPage}
  590. <span class="current_page" style="color:#B0B0B0;">{PageNumber}</span>
  591. {/block:CurrentPage}
  592. {block:JumpPage}
  593. <a class="jump_page" href="{URL}">{PageNumber}</a>
  594. {/block:JumpPage}
  595. {/block:JumpPagination}
  596. {block:NextPage}
  597. <a href="{NextPage}">→</a>
  598. {/block:NextPage}
  599. </div>
  600. {/block:Pagination}</div></div></div>
  601.  
  602. <div id="stuffcontaner">
  603.  
  604. {block:Posts}
  605.  
  606. <div id="stuff">
  607.  
  608. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  609.  
  610. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  611.  
  612. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  613. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  614.  
  615. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  616.  
  617. {block:Photoset}<center>{Photoset-500}</center>
  618. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  619.  
  620. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="lube">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  621.  
  622. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  623.  
  624. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  625.  
  626. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  627. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  628. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  629. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  630. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  631.  
  632.  
  633.  
  634. <div id="postinfo">
  635. {block:Date} <a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a> {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">(© {SourceLink}</a>){/block:ContentSource}</div>
  636.  
  637. <div class="tagS">
  638. {block:HasTags} {block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  639.  
  640. <div class="note">
  641. {block:PostNotes}{PostNotes}{/block:PostNotes}
  642. </div>
  643. </div>
  644. {/block:Posts}
  645.  
  646. <div id="credit"><a href="http://switzerlnd.tumblr.com"><img src="http://static.tumblr.com/icrk7yz/r2omi6k0q/sw.png">
  647. </a></div>
  648.  
  649.  
  650.  
  651. </div>
  652. </div>
  653. </div>
  654. </body>
  655. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement