Last active
November 14, 2024 23:41
-
-
Save hawkrives/9041046 to your computer and use it in GitHub Desktop.
Next Saturday (Cleaned) [Tumblr Theme]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- | |
| Theme by Ian Mintz (ianmintz.com) | |
| Font by Ten by Twenty (http://www.tenbytwenty.com/nevis.php) | |
| --> | |
| <html lang="en-US" dir="ltr"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>{Title}</title> | |
| <meta name="color:Background" content="#683d29" /> | |
| <meta name="color:Content Area Background" content="#6ab690" /> | |
| <meta name="color:Content Area Shadows" content="#533121" /> | |
| <meta name="color:Main Borders" content="#7ed4a8" /> | |
| <meta name="color:Main Shadows" content="#5da581" /> | |
| <meta name="color:Text" content="#ffffff" /> | |
| <meta name="color:Text Shadows" content="#4d8c6d" /> | |
| <meta name="color:General Links" content="#cce5fc" /> | |
| <meta name="color:General Links Hover" content="#e9f4ff" /> | |
| <meta name="color:Header" content="#f3d769" /> | |
| <meta name="color:Description Bar" content="#dd2b27" /> | |
| <meta name="color:Description Bar Border" content="#f7322e" /> | |
| <meta name="color:Description Bar Bottom" content="#a81a17" /> | |
| <meta name="color:Circular Button" content="#f3d769" /> | |
| <meta name="color:Circular Button Border" content="#fdeaa2" /> | |
| <meta name="color:Circular Button Bottom" content="#d1b74c" /> | |
| <meta name="color:Circular Button Link" content="#ffffff" /> | |
| <meta name="color:Circular Button Link Highlight" content="#ffed95" /> | |
| <meta name="color:Elevated Content Background" content="#72c39a" /> | |
| <meta name="color:Elevated Content Bottom" content="#477d61" /> | |
| <meta name="color:Elevated Box Text" content="#355e4a" /> | |
| <meta name="color:Elevated Box Text Highlight" content="#7ed4a8" /> | |
| <meta name="color:Chat Username" content="#ffffff" /> | |
| <meta name="color:Post Information Background" content="#5da581" /> | |
| <meta name="color:Post Information Inner Shadow" content="#579777" /> | |
| <meta name="color:Search Button Text" content="#ffffff" /> | |
| <meta name="color:Search Button" content="#dd2b27" /> | |
| <meta name="color:Search Button Border" content="#f7322e" /> | |
| <meta name="color:Search Button Bottom" content="#a81a17" /> | |
| <meta name="if:Show Post Notes" content="1" /> | |
| <meta name="if:Show Portrait" content="1" /> | |
| <meta name="if:Show Search" content="1" /> | |
| <meta name="if:Show RSS" content="1" /> | |
| <meta name="if:Show Archive" content="1" /> | |
| <meta name="if:Show Sidebar" content="1" /> | |
| <meta name="text:Disqus Shortname" content="" /> | |
| <link rel="shortcut icon" href="{Favicon}" /> | |
| <link rel="alternate" type="application/rss+xml" href="{RSS}" /> | |
| {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} | |
| <style> | |
| @font-face { | |
| font-family: 'Nevis'; | |
| src: url('http://static.tumblr.com/uj0kq3w/yJMlgl9jl/nevis-webfont.eot?#') format('eot'), | |
| url('http://static.tumblr.com/uj0kq3w/cZ7lgl9lq/nevis-webfont.woff') format('woff'), | |
| url('http://static.tumblr.com/uj0kq3w/9kwlgl9m7/nevis-webfont.ttf') format('truetype'); | |
| font-weight: normal; | |
| font-style: normal; | |
| } | |
| * { | |
| outline: none; | |
| } | |
| html, body, h1, h2, h3, h4, h5, h6, blockquote, p, ul, ol, li, div, form, fieldset { | |
| margin: 0; | |
| padding: 0; | |
| border: 0; | |
| } | |
| body { | |
| color: {color:Text}; | |
| background: {color:Background}; | |
| font-family: 'Nevis', verdana, arial, helvetica, sans-serif; | |
| font-size: 90%; | |
| } | |
| a, a:active, a:visited { | |
| color: {color:General Links}; | |
| text-decoration: underline; | |
| } | |
| a:hover { | |
| color: {color:General Links Hover}; | |
| text-decoration: underline; | |
| } | |
| h1 { | |
| margin: .5em 0 0 5px; | |
| font-size: 3.2em; | |
| text-shadow: 0 1px 0 {color:Text Shadows}; | |
| } | |
| h1 a, h1 a:hover, h1 a:active, h1 a:visited { | |
| color: {color:Header}; | |
| text-decoration: none; | |
| } | |
| h3.postTitleOnly { | |
| font-size: 3em; | |
| padding: 10px 0; | |
| text-shadow: 0 1px 0 {color:Text Shadows}; | |
| } | |
| a.postTitle, a.postTitle:hover, a.postTitle:active, a.postTitle:visited { | |
| text-decoration: none; | |
| color: {color:General Links}; | |
| } | |
| .paragraph p { | |
| margin-bottom: 1em; | |
| } | |
| #mainWrapper { | |
| width: 855px; | |
| margin: 1% auto 0 auto; | |
| } | |
| #wrapperWrapper { | |
| float: left; | |
| width: 614px; | |
| } | |
| #wrapper { | |
| float: left; | |
| width: 614px; | |
| background: {color:Content Area Background}; | |
| border: 1px solid {color:Main Borders}; | |
| } | |
| .wrapperBottom { | |
| float: left; | |
| width: 616px; | |
| } | |
| .wrapperShadow { | |
| float: left; | |
| margin-bottom: 1%; | |
| width: 606px; | |
| background: {color:Content Area Shadows}; | |
| } | |
| #headerWrapper { | |
| clear: both; | |
| width: 625px; | |
| } | |
| #descriptionBar { | |
| float: left; | |
| margin-left: -11px; | |
| min-height: 40px; | |
| width: 634px; | |
| border: 1px solid {color:Description Bar Border}; | |
| background: {color:Description Bar}; | |
| position: relative; | |
| z-index: 999; | |
| } | |
| #description { | |
| float: left; | |
| margin: .8em 0 .5em .5em; | |
| width: 540px; | |
| } | |
| #archiveAndRSS { | |
| float: right; | |
| margin: 5px 0; | |
| } | |
| .archive { | |
| background: url('http://static.tumblr.com/uj0kq3w/70Mlh2ery/archivebutton.png') no-repeat; | |
| } | |
| .rss { | |
| background: url('http://static.tumblr.com/uj0kq3w/q3Ulh2e9a/rssbutton.png') no-repeat; | |
| } | |
| .archiveAndRSS { | |
| list-style: none; | |
| } | |
| .archiveAndRSS li { | |
| float: right; | |
| margin-right: .5em; | |
| width: 30px; | |
| height: 30px; | |
| opacity: .85; | |
| position: relative; | |
| } | |
| .archiveAndRSS li:hover { | |
| opacity: 1; | |
| } | |
| .archiveAndRSS li a { | |
| text-indent: -8000px; | |
| font-size: 30px; | |
| display: block; | |
| } | |
| #descriptionBarBottom { | |
| clear: both; | |
| float: left; | |
| margin-left: -11px; | |
| width: 636px; | |
| height: 10px; | |
| position: relative; | |
| z-index: 999; | |
| background-color: {color:Description Bar Bottom}; | |
| } | |
| .leftTriangleBottomHeader { | |
| float: left; | |
| width: 0; | |
| height: 0; | |
| border-top: 0; | |
| border-right: 10px solid transparent; | |
| border-bottom: 10px solid {color:Background}; | |
| border-left: 0; | |
| } | |
| .rightTriangleBottomHeader { | |
| float: right; | |
| width: 0; | |
| height: 0; | |
| border-top: 0; | |
| border-right: 0; | |
| border-bottom: 10px solid {color:Background}; | |
| border-left: 10px solid transparent; | |
| } | |
| #descriptionBarShadow { | |
| float: left; | |
| clear: both; | |
| margin-bottom: 1em; | |
| width: 614px; | |
| height: 4px; | |
| background: {color:Main Shadows}; | |
| } | |
| .dateCircleWrapper { | |
| float: left; | |
| margin-left: 15px; | |
| width: 70px; | |
| height: 85px; | |
| overflow: hidden; | |
| } | |
| a.circularLink, a.circularLink:hover, a.circularLink:active, a.circularLink:visited { | |
| color: {color:Circular Button Link}; | |
| text-decoration: none; | |
| } | |
| .day { | |
| margin: 2px 0; | |
| text-align: center; | |
| font-size: 40px; | |
| text-shadow: 0 2px 0 {color:Circular Button Link Highlight}; | |
| } | |
| .month { | |
| margin: -9px 0; | |
| text-align: center; | |
| font-size: 12px; | |
| text-shadow: 0 2px 0 {color:Circular Button Link Highlight}; | |
| } | |
| .dateCircle { | |
| position: relative; | |
| z-index: 3; | |
| width: 68px; | |
| height: 68px; | |
| border: 1px solid {color:Circular Button Border}; | |
| background-color: {color:Circular Button}; | |
| border-radius: 34px; | |
| } | |
| .dateCircle:active { | |
| top: 5px; | |
| } | |
| .dateCircleBottom { | |
| position: relative; | |
| top: -61px; | |
| z-index: 2; | |
| width: 68px; | |
| height: 68px; | |
| background-color: {color:Circular Button Bottom}; | |
| border-radius: 34px; | |
| } | |
| .dateCircleShadow { | |
| position: relative; | |
| top: -124px; | |
| z-index: 1; | |
| width: 68px; | |
| height: 68px; | |
| background-color: {color:Main Shadows}; | |
| border-radius: 34px; | |
| } | |
| #posts { | |
| clear: both; | |
| float: none; | |
| width: 615px; | |
| } | |
| .contentBlock { | |
| float: right; | |
| width: 510px; | |
| margin-left: 13px; | |
| } | |
| .post { | |
| clear: both; | |
| float: left; | |
| margin-bottom: 2em; | |
| } | |
| #prevAndNextButtonBlock { | |
| clear: both; | |
| float: right; | |
| margin: 0 11px 7px 0; | |
| width: 100px; | |
| } | |
| .prevAndNextButtonWrapper { | |
| float: right; | |
| width: 40px; | |
| height: 50px; | |
| font-size: 30px; | |
| text-align: center; | |
| text-shadow: 0 2px 0 {color:Circular Button Link Highlight}; | |
| } | |
| .prevAndNextButton { | |
| position: relative; | |
| z-index: 3; | |
| width: 40px; | |
| height: 40px; | |
| border: 1px solid {color:Circular Button Border}; | |
| background-color: {color:Circular Button}; | |
| border-radius: 20px; | |
| } | |
| .prev { | |
| float: left; | |
| } | |
| .next { | |
| float: right; | |
| } | |
| .prevAndNextButton:active { | |
| top: 3px; | |
| } | |
| .prevAndNextButton p.nextArrow { | |
| margin: 0 0 0 5px; | |
| } | |
| .prevAndNextButton p.prevArrow { | |
| margin: -2px 5px 0; | |
| } | |
| .prevAndNextButtonBottom { | |
| position: relative; | |
| top: -36px; | |
| z-index: 2; | |
| width: 40px; | |
| height: 40px; | |
| background-color: {color:Circular Button Bottom}; | |
| border-radius: 20px; | |
| } | |
| .prevAndNextButtonShadow { | |
| position: relative; | |
| top: -74px; | |
| z-index: 1; | |
| width: 40px; | |
| height: 40px; | |
| background-color: {color:Main Shadows}; | |
| border-radius: 20px; | |
| } | |
| #footer { | |
| float: none; | |
| clear: both; | |
| } | |
| /* Quote- and Photo-Specific CSS */ | |
| .elevatedBox { | |
| width: 500px; | |
| min-height: 20px; | |
| border: 1px solid {color:Main Borders}; | |
| background: {color:Elevated Content Background}; | |
| color: {color:Elevated Box Text}; | |
| text-shadow: 0 1px 0 {color:Elevated Box Text Highlight}; | |
| } | |
| .elevatedBox p { | |
| margin: .5em 0 .5em .5em; | |
| } | |
| .elevatedBox img { | |
| margin: 0 0 -3px 0; | |
| padding: 0; | |
| border: 0; | |
| } | |
| .elevatedBoxBottom { | |
| width: 502px; | |
| height: 5px; | |
| background: {color:Elevated Content Bottom}; | |
| } | |
| .leftTriangleBottom { | |
| float: left; | |
| width: 0; | |
| height: 0; | |
| border-top: 0; | |
| border-right: 5px solid transparent; | |
| border-bottom: 5px solid {color:Content Area Background}; | |
| border-left: 0; | |
| } | |
| .rightTriangleBottom { | |
| float: right; | |
| width: 0; | |
| height: 0; | |
| border-top: 0; | |
| border-right: 0; | |
| border-bottom: 5px solid {color:Content Area Background}; | |
| border-left: 5px solid transparent; | |
| } | |
| .elevatedBoxShadow { | |
| margin: 0 0 0 5px; | |
| width: 492px; | |
| height: 3px; | |
| background: {color:Main Shadows}; | |
| } | |
| .sourceOrCaption { | |
| width: 499px; | |
| text-align: right; | |
| } | |
| .sourceOrCaption p { | |
| margin: .25em 4px 0; | |
| font-size: 100%; | |
| text-shadow: 0 1px 0 {color:Text Shadows}; | |
| } | |
| /* Favorite-Specific CSS */ | |
| .favoriteBox { | |
| min-height: 20px; | |
| } | |
| .favoriteBox p { | |
| margin: .5em 0 .5em .5em; | |
| text-align: center; | |
| font-size: 130%; | |
| font-style: normal; | |
| text-shadow: 0 1px 0 {color:Text Shadows}; | |
| } | |
| .description { | |
| margin-top: .25em; | |
| } | |
| .description p { | |
| margin-bottom: 1em; | |
| } | |
| /* Chat-Specific CSS */ | |
| ul.chat { | |
| list-style: none; | |
| margin-top: .5em; | |
| } | |
| .elevatedBox ul li { | |
| margin-bottom: .5em; | |
| } | |
| .label { | |
| margin-left: .5em; | |
| color: {color:Chat Username}; | |
| } | |
| /* Audio-Specific CSS */ | |
| div.audioPlayerBox { | |
| width: 207px; | |
| font-size: 75%; | |
| } | |
| .audio_player embed { | |
| margin-bottom: -2px; | |
| } | |
| div.audioPlayerBoxShadow { | |
| width: 197px; | |
| } | |
| /* Ask-Specific CSS */ | |
| p.asker { | |
| margin-bottom: 10px; | |
| } | |
| /* Text-Specific CSS */ | |
| div.text ul { | |
| margin: .8em 0 .8em 0; | |
| } | |
| div.text li { | |
| margin: .2em 2em .2em 2em; | |
| } | |
| blockquote { | |
| margin: 1em 1em 1em 0; | |
| padding-left: 1em; | |
| border-left: 2px solid {color:Main Borders}; | |
| } | |
| /* Post-Footer CSS */ | |
| ul.postFooter { | |
| word-wrap: break-word; | |
| clear: both; | |
| float: right; | |
| margin: 1em 0 5em 0; | |
| list-style: none; | |
| font-size: 80%; | |
| text-transform: lowercase; | |
| } | |
| ul.postFooter li { | |
| display: inline-block; | |
| vertical-align: top; | |
| padding: 3px; | |
| margin-right: .5em; | |
| max-width: 200px; | |
| background: {color:Post Information Background}; | |
| border: 1px solid {color:Post Information Inner Shadow}; | |
| box-shadow: 0px 0px 1px {color:Main Borders}; | |
| } | |
| .commentLi { | |
| width: 77px; | |
| } | |
| ul.postFooter p { | |
| margin: .25em; | |
| } | |
| /* Disqus-Specific CSS */ | |
| .disqusBlock { | |
| clear: both; | |
| margin: 0 auto 0 auto; | |
| width: 500px; | |
| } | |
| /* Notes-Specific CSS */ | |
| ol.notes { | |
| clear: both; | |
| float: none; | |
| padding: 0px; | |
| margin: .5em 0 0 15px; | |
| list-style-type: none; | |
| } | |
| ol.notes li.note { | |
| border: 0; | |
| padding: .5em; | |
| } | |
| ol.notes li.note img.avatar { | |
| vertical-align: -4px; | |
| margin-right: 10px; | |
| width: 16px; | |
| height: 16px; | |
| } | |
| ol.notes li.note span.action { | |
| font-weight: bold; | |
| } | |
| ol.notes li.note .answer_content { | |
| font-weight: normal; | |
| } | |
| ol.notes li.note blockquote { | |
| border: 0; | |
| padding: 4px 10px; | |
| margin: 10px 0px 0px 25px; | |
| } | |
| ol.notes li.note blockquote a { | |
| text-decoration: none; | |
| } | |
| /* Search-Specific CSS */ | |
| #searchFormWrapper { | |
| clear: both; | |
| float: none; | |
| width: 220px; | |
| margin: 4px auto 0 auto; | |
| } | |
| #searchFieldWrapper { | |
| float: left; | |
| } | |
| #searchField { | |
| width: 150px; | |
| height: 30px; | |
| border: 0; | |
| background: #ffffff; | |
| font-family: 'Nevis', verdana, helvetica; | |
| font-size: 100%; | |
| } | |
| div.searchField { | |
| width: 150px; | |
| } | |
| div.searchFieldBottom { | |
| width: 152px; | |
| } | |
| div.searchFieldShadow { | |
| width: 142px; | |
| } | |
| #searchButtonWrapper { | |
| margin-top: 1px; | |
| float: right; | |
| } | |
| #searchButton { | |
| width: 60px; | |
| height: 34px; | |
| border: 1px solid {color:Search Button Border}; | |
| background: {color:Search Button}; | |
| font-family: 'Nevis', verdana, helvetica; | |
| font-size: 100%; | |
| color: {color:Search Button Text}; | |
| cursor: pointer; | |
| position: relative; | |
| z-index: 3; | |
| } | |
| #searchButton:active { | |
| top: 1px; | |
| } | |
| .searchButtonBottom { | |
| margin-top: -1px; | |
| width: 60px; | |
| background: {color:Search Button Bottom}; | |
| } | |
| div.searchButtonShadow { | |
| width: 50px; | |
| } | |
| /* Sidebar-Specific CSS */ | |
| .sidebarWrapper { | |
| margin: 15.3% 0 5px 0; | |
| float: right; | |
| width: 228px; | |
| } | |
| div.sidebarShadow.margin { | |
| margin-bottom: 5px; | |
| } | |
| .sidebarPages { | |
| padding: 10px; | |
| list-style: none; | |
| } | |
| .sidebarPages li { | |
| margin-bottom: 10px; | |
| } | |
| .pageSidebarLink { | |
| display: block; | |
| line-height: 20px; | |
| padding: 10px; | |
| width: 210px; | |
| } | |
| div.sidebar { | |
| width: 228px; | |
| background: {color:Content Area Background}; | |
| } | |
| div.portrait { | |
| float: none; | |
| margin: 49px auto 0 auto; | |
| width: 128px; | |
| height: 128px; | |
| } | |
| div.portraitBottom { | |
| float: none; | |
| margin: 0 auto 0 auto; | |
| width: 128px; | |
| } | |
| div.portraitShadow { | |
| float: none; | |
| margin: 0 auto 45px auto; | |
| width: 118px; | |
| } | |
| div.sidebarBottom { | |
| width: 230px; | |
| } | |
| div.sidebarShadow { | |
| margin-right: 5px; | |
| width: 220px; | |
| background: {color:Content Area Shadows}; | |
| } | |
| div.leftSidebarTriangle { | |
| border-bottom: 5px solid {color:Background}; | |
| } | |
| div.rightSidebarTriangle { | |
| border-bottom: 5px solid {color:Background}; | |
| } | |
| /* Credit-Specific CSS */ | |
| p.credits { | |
| clear: both; | |
| padding: .5em 0 .5em 0; | |
| text-align: center; | |
| font-size: 75%; | |
| font-style: normal; | |
| } | |
| a.creditsLink, .pageSidebarLink { | |
| text-shadow: 0 1px 0 {color:Text Shadows}; | |
| } | |
| </style> | |
| <style> | |
| {CustomCSS} | |
| </style> | |
| <!--[if IE lt 9]> | |
| <style> | |
| div.dateCircle { | |
| border: 0; | |
| } | |
| .prevAndNextButton { | |
| border: 0; | |
| } | |
| .sidebarWrapper { | |
| margin-top: 15.7%; | |
| } | |
| </style> | |
| <![endif]--> | |
| <!--[if IE 7]> | |
| <style> | |
| div.dateCircle p { | |
| position: relative; | |
| top: 0; | |
| } | |
| ul.postFooter { | |
| float: left; | |
| clear: both; | |
| width: 500px; | |
| height: 30px; | |
| padding-left: .5em; | |
| } | |
| </style> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <div id="mainWrapper"> | |
| <div id="wrapperWrapper"> | |
| <div id="wrapper"> | |
| <div id="headerWrapper"> | |
| <h1><a href="/">{Title}</a></h1> | |
| </div> | |
| <div id="descriptionBar"> | |
| {block:Description} | |
| <div id="description"> | |
| <p>{Description}</p> | |
| </div> | |
| {/block:Description} | |
| <div id="archiveAndRSS"> | |
| <ul class="archiveAndRSS"> | |
| {block:IfShowArchive} | |
| <li class="archive"><a href="/archive">archive</a></li> | |
| {/block:IfShowArchive} | |
| {block:IfShowRSS} | |
| <li class="rss"><a href="{RSS}">rss</a></li> | |
| {/block:IfShowRSS} | |
| </ul> | |
| </div> | |
| </div> | |
| <div id="descriptionBarBottom"> | |
| <div class="leftTriangleBottomHeader"></div> | |
| <div class="rightTriangleBottomHeader"></div> | |
| </div> | |
| <div id="descriptionBarShadow"></div> | |
| <div id="posts"> | |
| {block:Posts} | |
| {block:Text} | |
| <div class="post text"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock paragraph"> | |
| {block:Title} | |
| <h3 class="postTitleOnly"><a class="postTitle" href="{Permalink}">{Title}</a></h3> | |
| {/block:Title} | |
| {Body} | |
| </div> | |
| </div> | |
| {/block:Text} | |
| {block:Photo} | |
| <div class="post photo"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| <div class="elevatedBox"> | |
| {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag} | |
| </div> | |
| <div class="elevatedBoxBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow"></div> | |
| {block:Caption} | |
| <div class="sourceOrCaption">{Caption}</div> | |
| {/block:Caption} | |
| </div> | |
| </div> | |
| {/block:Photo} | |
| {block:Photoset} | |
| <div class="post photoset"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| <div class="elevatedBox"> | |
| <div class="photoSet">{Photoset-500}</div> | |
| </div> | |
| <div class="elevatedBoxBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow"></div> | |
| {block:Caption} | |
| <div class="sourceOrCaption">{Caption}</div> | |
| {/block:Caption} | |
| </div> | |
| </div> | |
| {/block:Photoset} | |
| {block:Quote} | |
| <div class="post quote"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| <div class="elevatedBox"> | |
| <p>{Quote}</p> | |
| </div> | |
| <div class="elevatedBoxBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow"></div> | |
| {block:Source} | |
| <div class="sourceOrCaption"><p>—{Source}</p></div> | |
| {/block:Source} | |
| </div> | |
| </div> | |
| {/block:Quote} | |
| {block:Link} | |
| <div class="post link"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| <div class="elevatedBox favoriteBox"> | |
| <p><a href="{URL}" class="link">{Name}</a></p> | |
| </div> | |
| <div class="elevatedBoxBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow"></div> | |
| {block:Description} | |
| <div class="description">{Description}</div> | |
| {/block:Description} | |
| </div> | |
| </div> | |
| {/block:Link} | |
| {block:Chat} | |
| <div class="post chat"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| {block:Title} | |
| <h3 class="postTitleOnly"><a class="postTitle" href="{Permalink}">{Title}</a></h3> | |
| {/block:Title} | |
| <div class="elevatedBox"> | |
| <ul class="chat"> | |
| {block:Lines} | |
| <li class="{Alt} user_{UserNumber}"> | |
| {block:Label}<span class="label">{Label}</span>{/block:Label} | |
| {Line} | |
| </li> | |
| {/block:Lines} | |
| </ul> | |
| </div> | |
| <div class="elevatedBoxBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow"></div> | |
| </div> | |
| </div> | |
| {/block:Chat} | |
| {block:Video} | |
| <div class="post video"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| <div class="video">{Video-500}</div> | |
| {block:Caption} | |
| <div class="sourceOrCaption">{Caption}</div> | |
| {/block:Caption} | |
| </div> | |
| </div> | |
| {/block:Video} | |
| {block:Audio} | |
| <div class="post audio"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| <div class="elevatedBox audioPlayerBox"> | |
| <div class="audioPlayer">{AudioPlayerGrey}</div> | |
| </div> | |
| <div class="elevatedBoxBottom audioPlayerBox"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow audioPlayerBoxShadow"></div> | |
| {block:Caption} | |
| <div class="sourceOrCaption audioPlayerBox">{Caption}</div> | |
| {/block:Caption} | |
| </div> | |
| </div> | |
| {/block:Audio} | |
| {block:Answer} | |
| <div class="post quote"> | |
| {block:Date} | |
| <div class="dateCircleWrapper"> | |
| <div class="dateCircle"> | |
| <p class="day"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {DayOfMonthWithZero} | |
| </a> | |
| </p> | |
| <p class="month"> | |
| <a class="circularLink" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/"> | |
| {ShortMonth}. '{ShortYear} | |
| </a> | |
| </p> | |
| </div> | |
| <div class="dateCircleBottom"></div> | |
| <div class="dateCircleShadow"></div> | |
| </div> | |
| {/block:Date} | |
| <div class="contentBlock"> | |
| <p class="asker">{Asker} asked:</p> | |
| <div class="elevatedBox"> | |
| <p>{Question}</p> | |
| </div> | |
| <div class="elevatedBoxBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow"></div> | |
| <p class="description">{Answer}</p> | |
| </div> | |
| </div> | |
| {/block:Answer} | |
| <ul class="postFooter"> | |
| {block:Date} | |
| <li> | |
| <p> | |
| <a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a> | |
| </p> | |
| </li> | |
| {/block:Date} | |
| {block:IfShowPostNotes}{block:NoteCount} | |
| <li> | |
| <p> | |
| <a href="{Permalink}#notes"> | |
| <span>{NoteCount} notes</span> | |
| </a> | |
| </p> | |
| </li> | |
| {/block:NoteCount}{/block:IfShowPostNotes} | |
| {block:HasTags} | |
| <li> | |
| <p> | |
| tags: | |
| {block:Tags} | |
| <a class="tagLink" href="{TagURL}">{Tag}</a> | |
| <span> </span> | |
| {/block:Tags} | |
| </p> | |
| </li> | |
| {/block:HasTags} | |
| {block:RebloggedFrom} | |
| <li> | |
| <p>via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a></p> | |
| </li> | |
| {/block:RebloggedFrom} | |
| </ul> | |
| {block:IfShowPostNotes}{PostNotes}{/block:IfShowPostNotes} | |
| {/block:Posts} | |
| </div> | |
| <div id="footer"> | |
| <div id="prevAndNextButtonBlock"> | |
| {block:PreviousPage} | |
| <div class="prevAndNextButtonWrapper prev"> | |
| <div class="prevAndNextButton"> | |
| <p class="prevArrow"><a class="circularLink" href="{PreviousPage}">◀</a></p> | |
| </div> | |
| <div class="prevAndNextButtonBottom"></div> | |
| <div class="prevAndNextButtonShadow"></div> | |
| </div> | |
| {/block:PreviousPage} | |
| {block:NextPage} | |
| <div class="prevAndNextButtonWrapper next"> | |
| <div class="prevAndNextButton"> | |
| <p class="nextArrow"><a class="circularLink" href="{NextPage}">▶</a></p> | |
| </div> | |
| <div class="prevAndNextButtonBottom"></div> | |
| <div class="prevAndNextButtonShadow"></div> | |
| </div> | |
| {/block:NextPage} | |
| </div> | |
| </div> | |
| </div> | |
| <div class="elevatedBoxBottom wrapperBottom"> | |
| <div class="leftTriangleBottom leftSidebarTriangle"></div> | |
| <div class="rightTriangleBottom rightSidebarTriangle"></div> | |
| </div> | |
| <div class="elevatedBoxShadow wrapperShadow"></div> | |
| </div> | |
| <div class="sidebarWrapper"> | |
| {block:IfShowSidebar} | |
| <div class="elevatedBox sidebar"> | |
| {block:IfShowPortrait} | |
| <div class="elevatedBox portrait"> | |
| <img src="{PortraitURL-128}" alt="User" /> | |
| </div> | |
| <div class="elevatedBoxBottom portraitBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow portraitShadow"></div> | |
| {/block:IfShowPortrait} | |
| {block:IfShowSearch} | |
| <div id="searchFormWrapper"> | |
| <form action="/search" method="get"> | |
| <div id="searchFieldWrapper"> | |
| <div class="elevatedBox searchField"> | |
| <input id="searchField" type="text" name="q" value="{SearchQuery}"/> | |
| </div> | |
| <div class="elevatedBoxBottom searchFieldBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow searchFieldShadow"></div> | |
| </div> | |
| <div id="searchButtonWrapper"> | |
| <input id="searchButton" type="submit" value="search"/> | |
| <div class="elevatedBoxBottom searchButtonBottom"> | |
| <div class="leftTriangleBottom"></div> | |
| <div class="rightTriangleBottom"></div> | |
| </div> | |
| <div class="elevatedBoxShadow searchButtonShadow"></div> | |
| </div> | |
| </form> | |
| </div> | |
| {/block:IfShowSearch} | |
| <p class="credits">Designed by <a class="creditsLink" href="http://ianmintz.com">Ian Mintz</a></p> | |
| </div> | |
| <div class="elevatedBoxBottom sidebarBottom"> | |
| <div class="leftTriangleBottom leftSidebarTriangle"></div> | |
| <div class="rightTriangleBottom rightSidebarTriangle"></div> | |
| </div> | |
| <div class="elevatedBoxShadow sidebarShadow margin"></div> | |
| {/block:IfShowSidebar} | |
| {block:AskEnabled} | |
| <div class="elevatedBox sidebar"> | |
| <a class="pageSidebarLink" href="/ask">{AskLabel}</a> | |
| </div> | |
| <div class="elevatedBoxBottom sidebarBottom"> | |
| <div class="leftTriangleBottom leftSidebarTriangle"></div> | |
| <div class="rightTriangleBottom rightSidebarTriangle"></div> | |
| </div> | |
| <div class="elevatedBoxShadow sidebarShadow margin"></div> | |
| {/block:AskEnabled} | |
| {block:SubmissionsEnabled} | |
| <div class="elevatedBox sidebar"> | |
| <a class="pageSidebarLink" href="/submit">{SubmitLabel}</a> | |
| </div> | |
| <div class="elevatedBoxBottom sidebarBottom"> | |
| <div class="leftTriangleBottom leftSidebarTriangle"></div> | |
| <div class="rightTriangleBottom rightSidebarTriangle"></div> | |
| </div> | |
| <div class="elevatedBoxShadow sidebarShadow margin"></div> | |
| {/block:SubmissionsEnabled} | |
| {block:HasPages} | |
| {block:Pages} | |
| <div class="elevatedBox sidebar"> | |
| <a class="pageSidebarLink" href="{URL}">{Label}</a> | |
| </div> | |
| <div class="elevatedBoxBottom sidebarBottom"> | |
| <div class="leftTriangleBottom leftSidebarTriangle"></div> | |
| <div class="rightTriangleBottom rightSidebarTriangle"></div> | |
| </div> | |
| <div class="elevatedBoxShadow sidebarShadow margin"></div> | |
| {/block:Pages} | |
| {/block:HasPages} | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
أقدر المعلومات حول تصميم وتخصيص مواقع الويب، خاصةً عند استخدام ألوان فريدة وتصاميم إبداعية. بالنسبة لمحبي الألعاب في مصر، يمكنكم التمتع بتجربة ممتعة وآمنة على منصة https://mostbet-egp.com/casino/، حيث تقدم مجموعة واسعة من الألعاب التي تلبي أذواق اللاعبين المختلفة. مع واجهة سهلة الاستخدام وتجربة سلسة، تعد Mostbet خيارًا ممتازًا لأولئك الذين يبحثون عن جودة عالية وأمان في تجربة الكازينو عبر الإنترنت.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you need a reliable service for writing research papers, look no further! This platform not only provides quality writing, but it also ensures every piece is original and thoroughly researched. Their commitment to delivering plagiarism-free work and meeting deadlines is impressive. Plus, with over a decade of experience, they’re well-equipped to handle any academic challenge. For anyone in need of a dependable academic writing service, I highly recommend giving it a try at research paper writing service. You'll find their support available around the clock, making the process smooth and hassle-free.