Advertisement
Amanduhh7

Simply Elegant

Oct 29th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]><html class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"><![endif]-->
  3. <!--[if IE 7]><html class="lt-ie10 lt-ie9 lt-ie8"><![endif]-->
  4. <!--[if IE 8]><html class="lt-ie10 lt-ie9"> <![endif]-->
  5. <!--[if IE 9]><html class="lt-ie10"> <![endif]-->
  6. <!--[if gt IE 9]><!--> <html> <!--<![endif]-->
  7. <head>
  8. {MobileAppHeaders}
  9. <meta charset="utf-8">
  10. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}">
  13. {/block:Description}
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <!--Do not remove credit-->
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. <!-- Theme Defaults -->
  35.  
  36.  
  37.  
  38. <meta name="select:Layout" content="regular" title="Regular">
  39. <meta name="select:Layout" content="narrow" title="Narrow">
  40. <meta name="select:Layout" content="grid" title="Grid">
  41.  
  42. <meta name="text:Disqus shortname" content="">
  43. <meta name="text:Google analytics ID" content="">
  44.  
  45. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  46. <meta name="apple-mobile-web-app-capable" content="yes">
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50.  
  51. <link rel="stylesheet" href="http://static.tumblr.com/vr9xgox/PuGmmhqcs/normalize.css">
  52. <link rel="stylesheet" href="http://static.tumblr.com/vr9xgox/zbqmtbju7/main.css">
  53. <!-- HTML5 Shiv -->
  54. <!--[if lt IE 9]>
  55. <script src="http://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script>
  56. <![endif]-->
  57.  
  58. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  59.  
  60. <style type="text/css">
  61. ::-webkit-scrollbar-thumb {background-color:#f6b962; border: 3px solid #fff; height:auto; border-bottom:none;}
  62.  
  63. ::-webkit-scrollbar {height:9px;width:9px;background-color:#f6b962; border:4px solid #fff;}
  64.  
  65. a{text-decoration:none;}
  66.  
  67. body{
  68. background:url(http://i98.photobucket.com/albums/l274/shell282/grainy_zpsa12d6ceb.png);
  69. background-position:left top;
  70. background-repeat:repeat;
  71. background-attachment:fixed;
  72. }
  73.  
  74.  
  75. #header{
  76. position:fixed;
  77. width:1367px;
  78. height:100px;
  79. background-color:silver;
  80. opacity:.7;
  81. z-index:999;
  82. }
  83.  
  84. #header .title{
  85. font-size:100px;
  86. font-family:pristina;
  87. text-align:center;
  88. }
  89.  
  90.  
  91. .title a{color:black;}
  92.  
  93. #extralinks{
  94. position:fixed;
  95. margin-top:110px;
  96. margin-left:950px;
  97. z-index:999;
  98.  
  99. }
  100.  
  101. #extralinks a{color:black;}
  102.  
  103. #nav{
  104. position:fixed;
  105. margin-top:110px;
  106. margin-left:170px;
  107. z-index:999;
  108. }
  109.  
  110. #nav a{color:black;}
  111.  
  112. #sidebar{
  113. position:fixed;
  114. margin-left:1100px;
  115. margin-top:200px;
  116. width:200px;
  117. height:300px;
  118. background-color:silver;
  119. }
  120.  
  121. #sidebar img{
  122. width:200px;
  123. height:300px;
  124. }
  125.  
  126. #sidebar .description{
  127. width:200px;
  128. font-size:12px;
  129. padding:5px;
  130. text-align:center;
  131. }
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147. #content {
  148. position:absolute;
  149. margin-left: 10%;
  150. margin-top:200px;
  151. width: 65%;
  152. }
  153.  
  154. /*Articles*/
  155. #content article {
  156. background: #fff;
  157. margin-bottom: 5%;
  158. border-top-left-radius:20px;
  159. border-top-right-radius:20px;
  160. border-bottom-left-radius:20px;
  161. border-bottom-right-radius:20px;
  162. }
  163. article .inner {
  164. display: inline-block;
  165. padding: 4%;
  166. width: 92%;
  167. }
  168. /*Post styles*/
  169. .title a {
  170. color: {color:Text};
  171. text-align:center;
  172. }
  173. blockquote {
  174. margin: 0;
  175. padding: 2%;
  176. color:black;
  177. font-style:italic;
  178. }
  179.  
  180. .quotesource{
  181. color:black;
  182. font-size:12px;
  183. }
  184. .photo img {
  185. display: block;
  186. }
  187. .html_photoset {
  188. text-align: center;
  189. background: rgb(68, 68, 68);
  190. padding: 6% 0;
  191. }
  192. .link .title a {
  193. border-bottom: 1px solid;
  194. }
  195. .chat ul {
  196. list-style: none;
  197. margin: 0;
  198. padding: 0;
  199. }
  200. .chat li {
  201. padding: 0.5% 2%;
  202. color:black;
  203. }
  204.  
  205.  
  206. /*Tags*/
  207. .metadata {
  208. background: rgba(233, 233, 233, 0.76);
  209. border-top: 1px solid #ADADAD;
  210. font-size: 0.9em;
  211. padding: 2% 4%;
  212. border-bottom-left-radius:20px;
  213. border-bottom-right-radius:20px;
  214. }
  215.  
  216. .metadata a{color:black;}
  217.  
  218. .metadata ul {
  219. width: 100%;
  220. display: inline-block;
  221. }
  222.  
  223. .metadata ul, #notes ol {
  224. list-style: none;
  225. margin: 0;
  226. padding: 0;
  227.  
  228. }
  229. .tags {
  230. margin-top: 1% !important;
  231. }
  232. .tags li {
  233.  
  234. padding: 0.5%;
  235.  
  236. }
  237. .index li, .tags li {
  238. float: left;
  239. margin-right: 2%;
  240. }
  241. .note {
  242. border-bottom: 1px solid white;
  243. padding: 1% 0;
  244. }
  245.  
  246. #reblog{
  247. margin-left:-80px;
  248. background-color:white;
  249. width:70px;
  250.  
  251. }
  252.  
  253. .caption{
  254. color:black;
  255. }
  256.  
  257. .ask a{color:tan; background-color:white;}
  258.  
  259. .answer{
  260. border:1px solid tan;
  261. padding:5px;
  262. text-align:center;
  263. }
  264.  
  265. .answerer{
  266. background-color:white;
  267. }
  268.  
  269. .question{background-color:{color:question}; text-align:center;}
  270.  
  271.  
  272. .like_and_reblog_buttons {
  273.  
  274. border-radius: 3px;
  275. list-style: none;
  276. }
  277.  
  278. .like_and_reblog_buttons li {
  279. float: left;
  280. margin-left:-110px;
  281. margin-top:-10px;
  282. padding: 7px 15px;
  283. height: 20px;
  284. background-color:white;
  285.  
  286.  
  287. }
  288.  
  289. #credit{
  290. position:fixed;
  291. right:10px;
  292. bottom:10px;
  293. opacity:.7;
  294. }
  295. {CustomCSS}
  296. </style>
  297. </head>
  298. <body>
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309. <div id="header">
  310. <div class="title">
  311. {Title}
  312. </div>
  313. </div>
  314.  
  315.  
  316. <div id="extralinks">
  317. <a href="{Link1}" style="padding-right:10px;">Link 1</a>
  318. <a href="{Link2}" style="padding-right:10px;">Link 2</a>
  319. <a href="{Link3}" style="padding-right:10px;">Link 3</a>
  320. <a href="{Link4}">Link 4</a>
  321. </div>
  322.  
  323.  
  324. <div id="nav">
  325. <a href="/" style="padding-right:10px;">Home</a>
  326. <a href="/ask" style="padding-right:10px;">Message</a>
  327. <a href="/submit" style="padding-right:10px;">Submit</a>
  328. <a href="/archive">Archive</a>
  329. </div>
  330.  
  331. <div id="sidebar">
  332. <img src="http://i98.photobucket.com/albums/l274/shell282/ideas_and_styles_for_an_elegant_wedding_1_zps9522750c.jpg">
  333.  
  334. <div class="description">
  335. {block:Description}{Description}{/block:Description}
  336. </div>
  337. </div>
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. <div id="content">
  358. {block:Posts}
  359.  
  360.  
  361.  
  362. <article>
  363.  
  364. <div id="reblog"> <a href="{ReblogURL}"><img src="http://i98.photobucket.com/albums/l274/shell282/reblogggg_zps9a52556c.png"</a></div>
  365.  
  366. <ul class="like_and_reblog_buttons">
  367.  
  368. <li>{LikeButton}</li>
  369. </ul>
  370.  
  371.  
  372. {block:Text}
  373. <div class="text inner">
  374. {block:Title}<h1 class="title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  375. {Body}
  376. {/block:Text}
  377.  
  378. {block:Photo}
  379. <div class="photo inner">
  380. {LinkOpenTag}<img src="{PhotoURL-500}"alt="{PhotoAlt}" />{LinkCloseTag}
  381. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  382. {/block:Photo}
  383.  
  384. {block:Photoset}
  385. <div class="photoset inner">
  386. {Photoset-700}
  387. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  388. {/block:Photoset}
  389.  
  390. {block:Quote}
  391. <div class="quote inner">
  392. <blockquote>{Quote}</blockquote>
  393. {block:Source}<div class="quotesource"> ~{Source}</div> {/block:Source}
  394. {/block:Quote}
  395.  
  396. {block:Link}
  397. <div class="link inner">
  398. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  399. {block:Description}{Description}{/block:Description}
  400. {/block:Link}
  401.  
  402. {block:Chat}
  403. <div class="chat inner">
  404. <ul>
  405. {block:Lines}<li class="{Alt}"><p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line} </p></li>{/block:Lines}
  406. </ul>
  407. {/block:Chat}
  408.  
  409. {block:Audio}
  410. <div class="audio inner">
  411. {block:TrackName}<h1 class="title"><a href="{Permalink}">{TrackName}</a></h1>{/block:TrackName}
  412. {block:AlbumArt}<img src="{AlbumArtURL}" width="500" height="500"/>{/block:AlbumArt}
  413. {AudioPlayerBlack}
  414. {block:Caption}{Caption}{/block:Caption}
  415. {/block:Audio}
  416.  
  417. {block:Video}
  418. <div class="video inner">
  419. {Video-700}
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Video}
  422.  
  423. {block:Answer}
  424. <div class="answer"><img src="{AskerPortraitURL-30}" alt=""><div class="ask">{Asker}</div> asks:
  425. <br><br> <div class="question"><b>{Question}</b></div>
  426. <br>
  427. {block:Answerer}
  428. <div class="ask">{Answerer}</div>
  429. <div class="answerer">Answer: {Answer}</div>
  430. {/block:Answerer}
  431. <br><br>
  432. {Replies}
  433. </div>
  434. {/block:Answer}
  435.  
  436. {block:Date}
  437. <footer class="metadata">
  438. <ul class="index">
  439. <li><a href="{Permalink}"> <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}">{DayOfMonth} {Month} {Year}</time> </a></li>
  440.  
  441. {block:NoteCount}<li><a class="notecount" href="{Permalink}#notes">{NoteCountWithLabel}</a></li>{/block:NoteCount}
  442.  
  443. {block:ContentSource}
  444. <li><a href="{SourceURL}">{lang:Source}:{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  445. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}</a></li>
  446. {/block:ContentSource}
  447. </ul>
  448.  
  449. {block:PermalinkPage}
  450. {block:HasTags}
  451. <ul class="tags">
  452. {block:Tags}<li><a href="{TagURL}">#{Tag}</a> </li>{/block:Tags}
  453. </ul>
  454. {/block:HasTags}
  455.  
  456. {block:PostNotes}
  457. <div id="notes">
  458. {PostNotes}
  459. </div>
  460. {/block:PostNotes}
  461. {/block:PermalinkPage}
  462. </footer>
  463. {/block:Date}
  464. </article>
  465. {/block:Posts}
  466.  
  467.  
  468.  
  469. </div>
  470.  
  471. {block:IfNotInfiniteScrolling}{block:PreviousPage}<a href="{PreviousPage}">previous</a>
  472. {/block:PreviousPage}
  473. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:IfNotInfiniteScrolling}
  474.  
  475. <div id="credit">
  476. <a href="http://www.slapdashthemes.tumblr.com"><img src="http://static.tumblr.com/knytmqx/L1Umu6jbr/sdticon2.png">
  477. </div>
  478.  
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement