Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ------------------------------
- @BARBIE THEMES | TUMBLR
- ------------------------------
- THEME: PRINCESS 2020
- THEME 2020: @BARBIE-THEMES TUMBLR
- +Do not steal the code or take parts of the codes and put them in your own theme.
- +do not remove the credit please
- creating themes since 2014
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="viewport" content="width=1366">
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="color:Background" content="#f6f6f6"/>
- <meta name="color:Text" content="#808080"/>
- <meta name="color:Title" content="#333333"/>
- <meta name="color:Description" content="#888888"/>
- <meta name="color:bold" content="#dccbe7"/>
- <meta name="color:italic" content="#000000"/>
- <meta name="color:Sidebar" content="#ffffff"/>
- <meta name="color:Accent 2" content="#bfbfbf"/>
- <meta name="color:Accent 3" content="#ede5f3"/>
- <meta name="color:Links" content="#fedbd0"/>
- <meta name="text:Link 1" content="HOME"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content="ASK"/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content="NAV 1"/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content="NAV 2"/>
- <meta name="text:Link 4 URL" content=""/>
- <link href="https://fonts.googleapis.com/css?family=Lato|Roboto" rel="stylesheet">
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
- <style>
- BLOCKQUOTE {TEXT-ALIGN: JUSTIFY; PADDING: 5PX 7PX 5PX 7PX; BORDER-LEFT: 3PX SOLID {COLOR:LINK}; BORDER-RIGHT: 3PX SOLID {COLOR:LINK}; BACKGROUND: #FAFAFA;BORDER-RADIUS:4PX; COLOR: {COLOR:TEXT}; FONT-FAMILY: TREBUCHET MS; MARGIN: 0;}
- ::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- ::-webkit-scrollbar-track {
- background: {color:Sidebar};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Links};
- }
- ::-webkit-scrollbar-thumb:hover {
- background: {color:Accent 2};
- }
- ::-moz-selection {
- color: {color:Sidebar};
- background: {color:Links};
- }
- ::selection {
- color: {color:Sidebar};
- background: {color:Links};
- }
- html {
- font-size: 100%;
- }
- body {
- word-wrap: break-word;
- background-color: {color:Background};
- background-image: url('{image:background}');
- background-attachment: fixed;
- }
- b {
- font-weight:bold;
- color:{color:bold};
- }
- i {
- font-weight:arial;
- color:{color:italic};
- }
- a {
- text-decoration: none;
- color: {color:Links};
- }
- a:hover {
- color: {color:Accent 2};
- }
- .container {
- position: absolute;
- margin: 0px 0px 0px 60px;
- width: 900px;
- padding: 0;
- }
- /*---SIDEBAR---*/
- .sidebar {
- position: fixed;
- margin: 80px 0px 0px 0px;
- width: 200px;
- padding: 0;
- }
- .sidebarimg {
- margin: 0;
- width: 200px;
- max-height: 250px;
- padding: 10px;
- background: {color:Sidebar};
- }
- /*---MENU---*/
- .menu {
- margin: 13px 0px 0px 0px;
- width: 220px;
- padding: 0;
- border-radius:10px;
- }
- .menu a {
- display: inline-block;
- margin: -4px 6px 0px 0px;
- width: 38px;
- padding: 6px 4px;
- text-transform: uppercase;
- text-align: center;
- line-height: 100%;
- font-family: calibri;
- font-weight: 500;
- font-size: 0.625rem;
- color: {color:Links};
- background: {color:Sidebar};
- transition: all 0.6s ease;
- border-radius:10px;
- }
- .menu a:hover {
- color: {color:Title};
- transition: all 0.6s ease;
- }
- /*---SIDEBAR---*/
- .blogtitle {
- margin: 18px 0px 0px 0px;
- width: 200px;
- padding: 10px 10px 0px 10px;
- color: {color:Title};
- background: {color:Sidebar};
- }
- .blogtitle h1 {
- margin: 0;
- padding: 0;
- text-decoration: none;
- text-transform: uppercase;
- line-height: 100%;
- font-family: 'Lato', sans-serif;
- font-weight: 600;
- font-size: 0.8125rem;
- }
- .description {
- margin: 0;
- width: 200px;
- padding: 6px 10px 10px 10px;
- color: {color:Description};
- background: {color:Sidebar};
- }
- .description p {
- margin: 0;
- padding: 0;
- text-align: justify;
- line-height: 150%;
- font-family: calibri, sans-serif;
- font-weight: 500;
- font-size: 0.625rem;
- }
- /*---PAGE---*/
- .pagination {
- margin: -485px 0px 0px 0px;
- width: 220px;
- padding: 0;
- text-align: center;
- line-height: 130%;
- font-family: calibri;
- font-weight: 500;
- font-size: 0.8125rem;
- color: {color:Text};
- }
- /*---POST---*/
- .postbox {
- position: relative;
- margin: 50px 0px 0px 350px;
- width: 500px;
- padding: 0;
- }
- .post {
- margin: 0;
- width: 500px;
- padding: 35px 25px 25px 25px;
- text-align: justify;
- line-height: 180%;
- font-family: Arial, sans-serif;
- font-weight: 500;
- font-size: 0.75rem;
- color: {color:Text};
- background: {color:Sidebar};
- }
- .post blockquote, .posts li, .post img {
- max-width: 100%;
- }
- .post blockquote {
- margin-left: 10px;
- padding-left: 10px;
- border-left: 1px;
- border-left-style: solid;
- border-color: {color:Accent 2};
- }
- .post li {
- margin-left: -15px;
- }
- .post img {
- opacity: 1.0;
- transition: all 1.0s ease;
- }
- article:hover .post img {
- opacity: 1.0;
- transition: all 1.0s ease;
- }
- {block:PermalinkPage}
- .post img {
- opacity: 1.0;
- }
- {/block:PermalinkPage}
- .title, .linkpost, .quotepost {
- display: block;
- margin: 0;
- max-width: 100%;
- padding: 0;
- line-height: 180%;
- font-family: 'Lato', sans-serif;
- }
- .title, .linkpost {
- text-transform: uppercase;
- font-weight: 600;
- font-size: 0.9375rem;
- }
- .title {
- color: {color:Accent 2};
- }
- .quotepost {
- text-transform: none;
- font-weight: 500;
- font-size: 0.8125rem;
- color: {color:Accent 3};
- }
- /*---MEDIA---*/
- .photopost {
- opacity: 0.8;
- transition: all 0.6s ease;
- }
- article:hover .photopost {
- opacity: 1;
- transition: all 0.6s ease;
- }
- {block:PermalinkPage}
- .photopost {
- opacity: 1;
- }
- {/block:PermalinkPage}
- /*---INFO---*/
- .info {
- margin: 0px 0px 50px 0px;
- width: 530px;
- padding: 10px;
- line-height: 130%;
- font-family: calibri;
- font-weight: 500;
- font-size: 0.75rem;
- color: {color:Text};
- background: {color:Sidebar};
- border-top: 1px;
- border-top-style: solid;
- border-color: {color:Accent 2};
- }
- .buttons {
- display: inline-flex;
- display: -webkit-inline-flex;
- float: right;
- }
- .button {
- margin-left: 10px;
- }
- .tagindex, .tagpermalink {
- margin: 0;
- padding: 5px 0px 0px 0px;
- text-align: justify;
- line-height: 150%;
- font-weight: 500;
- font-size: 0.75rem;
- }
- .tagindex {
- opacity: 0;
- transition: all 0.6s ease;
- }
- article:hover .tagindex {
- opacity: 1;
- transition: all 0.6s ease;
- }
- .postnotes {
- width: 500px;
- line-height: 150%;
- }
- ol.notes {
- margin-top: 15px;
- margin-left: 30px;
- padding: 0px;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 3px;
- }
- ol.notes li.note img.avatar {
- margin-right: 13px;
- width: 16px;
- height: 16px;
- vertical-align: -4px;
- }
- ol.notes li.note blockquote {
- margin: 5px 0px;
- padding-left: 5px;
- border-left: 1px;
- border-left-style: solid;
- border-color: {color:Accent 2};
- }
- .credit, .credit a {
- width:30px;
- height:10px;
- bottom:10px;
- right:20px;
- padding:4px;
- font-size:8px;
- letter-spacing:0px;
- color:#000;
- line-height:8px;
- position:fixed;
- text-align:center;
- color:{color:Tags Text Colour};
- font-family:arial;
- text-transform:uppercase;
- background-color:{color:000;};
- border:1; solid {color:Border};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .credit a:hover {
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- </style>
- </head>
- <body>
- <!---BASIC--->
- <div class="container">
- <!---SIDEBAR--->
- <div class="sidebar">
- <header>
- <img class="sidebarimg" src="{image:Sidebar}">
- <!---MENU--->
- <nav class="menu">
- <a href="/">{text:Link 1}</a>
- <a href="/ask">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- </nav>
- <!---SIDEBAR--->
- <div class="blogtitle"><h1>{Title}</h1></div>
- <div class="description"><p>{Description}</p></div>
- </header>
- <!---PAGE--->
- {block:Pagination}
- <nav class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"><i class="fa fa-long-arrow-left"></i></a>
- {/block:PreviousPage}
- {CurrentPage} / {TotalPages}
- {block:NextPage}
- <a href="{NextPage}"><i class="fa fa-long-arrow-right"></i></a>
- {/block:NextPage}
- </nav>
- {/block:Pagination}
- {block:PermalinkPagination}
- <nav class="pagination">
- {block:NextPost}
- <a href="{NextPost}"><i class="fa fa-long-arrow-left"></i></a>
- {/block:NextPost}
- {block:PreviousPost}
- <a href="{PreviousPost}"><i class="fa fa-long-arrow-right"></i></a>
- {/block:PreviousPost}
- </nav>
- {/block:PermalinkPagination}
- </div> <!--sidebar-->
- <!---POST--->
- <main>
- <div class="postbox">
- {block:TagPage}
- <header>
- <div class="post">
- <h1 class="title">TAGGED POSTS</h1>
- <p>{lang:Showing TagResultCount posts tagged Tag}.</p>
- </div>
- <div class="info"></div>
- </header>
- {/block:TagPage}
- {block:Posts}
- <article>
- <div class="post">
- {block:Text}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}{Body}
- {/block:Text}
- {block:Link}
- <a href="{URL}"><h1 class="linkpost">{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quotepost">“ {Quote} ”</div>
- {block:Source}— {Source}{/block:Source}
- {/block:Quote}
- {block:Answer}
- <br>
- <div style="border-radius:5px; border: 1px double #ddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #ccc; border-radius: 15px;"/>
- <askk>{Asker}</askk>: {Question}<br></div>
- <div style="font-family: arial; font-size: 12px;">
- {Answer}
- </div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- {block:Lines}<div class="chatpost">
- {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}
- </div>{/block:Lines}
- {/block:Chat}
- <!---MEDIA--->
- {block:Photo}
- {Linkopentag}<div class="photopost"><img src="{PhotoURL-500}">
- </div>{Linkclosetag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photopost">{Photoset}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Panorama}
- {LinkOpenTag}<div class="photopost"><img src="{PhotoURL-Panorama}">
- </div>{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Panorama}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- </div> <!--post-->
- <!---INFO--->
- <div class="info">
- {block:IndexPage}
- <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a>
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- <div class="buttons">
- <span class="button">{ReblogButton color="grey" size="15"}</span>
- <span class="button">{LikeButton color="grey" size="15"}</span>
- </div>
- {block:HasTags}<div class="tagindex">
- {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
- </div>{/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}{TimeAgo}{/block:Date}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- <div class="buttons">
- <span class="button">{ReblogButton color="grey" size="15"}</span>
- <span class="button">{LikeButton color="grey" size="15"}</span>
- </div>
- {block:HasTags}<div class="tagpermalink">
- {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
- </div>{/block:HasTags}
- {block:PostNotes}<div class="postnotes">{PostNotes}
- </div>{/block:PostNotes}
- {/block:PermalinkPage}
- </div> <!--info-->
- </article>
- {/block:Posts}
- </div> <!--postbox-->
- </main>
- </div> <!--container-->
- </div>
- <span class="credit">
- <a href="http://barbie-themes.tumblr.com/" target="_blank" title="Theme By; BARBIE THEMES 2020"> CREDIT BARBIETHEMES </a>
- </span>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment