Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @rpjustxce.tumblr.com
- --------------------------
- THEME 03: quarante-sept --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <!-- this theme was inspired by Rupert Friend's fantastic performance in the movie, Hitman: Agent 47 -->
- <html>
- <head>
- <title>{text:browsertitle}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- default appearance options -->
- <meta name="color:background" content="#fff">
- <meta name="color:title" content="#972e0d">
- <meta name="color:title bar" content="#000">
- <meta name="color:title shadow" content="#000">
- <meta name="color:h1" content="#000">
- <meta name="color:h2" content="#000">
- <meta name="color:body" content="#000">
- <meta name="color:blockquote" content="#000">
- <meta name="color:description" content="#000">
- <meta name="color:bold" content="#ae4b33" />
- <meta name="color:italic" content="#c09992" />
- <meta name="color:link" content="#c09992">
- <meta name="color:link hover" content="#000">
- <meta name="color:sidelink" content="#000">
- <meta name="color:sidelink hover" content="#e89e8c">
- <meta name="color:permalink" content="#444444" />
- <meta name="color:permalink hover" content="#823826" />
- <meta name="color:tags" content="#823826" />
- <meta name="color:tags hover" content="#000" />
- <meta name="color:flagtext color" content="#000" />
- <meta name="color:flag1 color" content="#000" />
- <meta name="color:flag2 color" content="#000" />
- <meta name="color:flag3 color" content="#000" />
- <meta name="image:portrait" content="" />
- <meta name="image:background" content="http://static.tumblr.com/poesisw/7m8oakotp/quarante-septbg-1.jpg" />
- <meta name="if:archive" content="1">
- <meta name="text:browsertitle" content=""/>
- <meta name="text:titlebar opacity" content=""/>
- <meta name="text:sidebarimg opacity" content=".8"/>
- <meta name="text:font size" content="11px" />
- <meta name="text:sidebar 3" content="write stuff here for the third bar. use the a href attribute for links"/>
- <meta name="text:link 1" content="link">
- <meta name="text:link 1 url" content="">
- <meta name="text:link 2" content="link">
- <meta name="text:link 2 url" content="">
- <meta name="text:link 3" content="link">
- <meta name="text:link 3 url" content="">
- <meta name="text:link 4" content="link">
- <meta name="text:link 4 url" content="">
- <meta name="text:link 5" content="link">
- <meta name="text:link 5 url" content="">
- <!-- scripts -->
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Old+Standard+TT:400italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Norican' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /*customize your scrollbar*/
- ::-webkit-scrollbar {
- width: 3px;
- height: 1px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- border: 0px none transparent;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #ffffff;
- }
- ::-webkit-scrollbar-thumb:active {
- background: #000;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-track:hover {
- background: #000;
- }
- ::-webkit-scrollbar-track:active {
- background: #fff;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:{color:background};
- font-family: 'Crimson Text', serif;
- font-size: {text:font size};
- color:{color:body};
- background-image:url({image:background});
- background-position: top left;
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-size:cover;
- }
- a {
- text-decoration:underline;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- color:{color:link hover};
- letter-spacing:1px;
- cursor:help;
- }
- b, strong {
- color:{color:bold};
- text-transform:uppercase;
- font-family: 'Poiret One', cursive;
- }
- i, em {
- color:{color:italic};
- font-family: 'Old Standard TT', serif;
- text-transform:lowercase;
- }
- blockquote {
- padding:2px 7px;
- margin:3px 0 3px 8px;
- border-left:1px solid {color:blockquote};
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- h1 {
- font-size:30px;
- line-height:30px;
- text-transform: lowercase;
- padding:10px;
- color:{color:h1};
- }
- h2 {
- font-size:20px;
- letter-spacing:1px;
- color:{color:h2};
- }
- /* customization for post container */
- #container {
- position:absolute;
- left:220px;
- height:500px;
- overflow-y:scroll;
- width:510px;
- top:225px;
- padding:10px;
- }
- /* all the post info */
- .posts {
- width:500px;
- background-color:transparent;
- padding:10px;;
- margin-bottom:10px;
- }
- .permalinks {
- background-color:transparent;
- padding:5px;
- padding-left:0px;
- height:12px;
- }
- .permalinks a {
- text-decoration:none;
- font-size: 9px;
- color:{color:permalink};
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- letter-spacing:0px;
- }
- .date {
- float:left;
- font-size:9px;
- }
- .reblogs {
- float:right;
- }
- .tags {
- text-align:center;
- text-transform:lowercase;
- }
- .tags a {
- text-decoration:none;
- font-size: 8px;
- text-transform:lowercase;
- color:{color:tags};
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- /* customization for the title */
- #titlecontainer {
- position:fixed;
- left:125px;
- top:145px;
- height:50px;
- width:500px;
- background:#fff;
- }
- /* customize your sidebar image "portrait" */
- #titlecontainer img {
- opacity:{text:sidebarimg opacity};
- -moz-border-radius-topleft: 50%;
- -webkit-border-top-left-radius: 50%;
- border-top-left-radius: 50%;
- -moz-border-radius-topright: 50%;
- -webkit-border-top-right-radius: 50%;
- border-top-right-radius: 50%;
- -MOZ-BORDER-RADIUS-BOTTOMRIGHT: 0;
- -WEBKIT-BORDER-BOTTOM-RIGHT-RADIUS: 0;
- BORDER-BOTTOM-RIGHT-RADIUS: 0;
- -moz-border-radius-bottomleft: 50%;
- -webkit-border-bottom-left-radius: 50%;
- border-bottom-left-radius: 50%;
- max-width:50px;
- max-height:50px;
- margin-right:10px;
- margin-left:5px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /* customization for the title continued... */
- #titlebar {
- position:fixed;
- opacity:{text:titlebar opacity};
- top:200px;
- height:30px;
- width:100%;
- background:{color:title bar};
- }
- #title {
- font-family: 'Norican', cursive;
- font-size: 60px;
- text-align: left;
- font-style: italic;
- text-transform: lowercase;
- color:{color:title};
- text-shadow: 0px 5px 10px {color:title shadow};
- }
- #title a {
- text-decoration:none;
- font-family: 'Norican', cursive;
- text-transform: lowercase;
- color:{color:title};
- -webkit-filter:blur(0px);
- filter:blur(0px);
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #title a:hover {
- letter-spacing:0px;
- -webkit-filter:blur(2px);
- filter:blur(2px);
- }
- /*customize your description*/
- #description {
- font-size:8px;
- color:{color:description};
- text-align:center;
- padding:10px;
- font-family: 'Crimson Text', serif;;
- }
- /* customize your sidebar links */
- #sidelinks {
- padding-top: 10px;
- padding-bottom: 5px;
- margin-left:auto;
- margin-right:auto;
- text-transform: uppercase;
- font-size: 10px;
- font-family: 'Crimson Text', serif;
- }
- #sidelinks a {
- display:inline-block;
- color:{color:sidelink};
- padding-left:10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #sidelinks a:hover {
- color:{color:sidelink hover};
- letter-spacing:1px;
- }
- /* more general stuffs for post and body */
- #pagination {
- position:absolute;
- top:680px;
- left:750px;
- text-align:center;
- }
- #pagination a {
- font-size: 20px;
- width: 270px;
- text-align: center;
- top: 10px;
- color:{color:sidelink};
- text-decoration:none;
- }
- #pagination a:hover {
- color:#ffffff;
- }
- .asker {
- font-size:15px;
- font-style: italic;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .question {
- font-style: italic;
- color:{color:body};
- text-align:center;
- }
- .quote {
- font-size:13px;
- letter-spacing:1px;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .quotesource {
- font-size:10px;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:5px;
- }
- /************** FLAGS UPDATES TAB **************/
- /* tutorial by deanlirium|tumblr (clarence.tk) */
- #flags {
- position:absolute;
- font-family: 'Crimson Text', serif;
- opacity:{text:titlebar opacity};
- top:230px;
- left:100px; /* distance from the left of the page - adjust as you wish! */
- text-align:center;
- text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
- color:{color:flagtext color}; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
- font-size:8px; /* adjust font size */
- letter-spacing:1px;
- z-index:2147483607;}
- /* okay real talk - this updates tab is currently to the top left of your page - if you want to move it to right, just change every 'left' into 'right' and 'right' into 'left'! and I mean every. single. one. Such as the left:100px; above will become right:100px; there are also a bunch of 'margin-left's here below, so change them to margin-right. look for left and right stuff and switch.
- On the contrary, if you want to move it to the bottom of the page, switch every 'top' with 'bottom' and vice versa. That's really it! c: */
- #flag1 {
- border:solid 2px {color:flag1 color}; /* flag color */
- border-bottom:solid 6px #000; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
- padding-top:20px;
- width:0px;
- height:0px; /* increase or decrease to change the lenght of the CLOSED flag */
- position:absolute;
- -moz-transition:all 0.7s ease-out;
- -webkit-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;}
- #flag1:hover {
- height:180px;} /* lenght of the OPEN flag */
- #upd1 {
- position:absolute;
- width:110px;
- height:200px; /* adjust to fit the text if you write a lot! */
- padding:10px;
- padding-top:40px; /* adjust this if you've changed the length of the closed flag */
- top:-250px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
- margin-left:6px; /* keep this number equal to the 'border' value for the flag */
- opacity:0;
- overflow:hidden;
- -moz-transition:all 0.7s ease-out;
- -webkit-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;}
- #flag1:hover #upd1{
- top:0px;
- opacity:1;}
- /* following is the coding for the other flags - same as above! */
- #flag2 {
- border:solid 2px {color:flag2 color};
- margin-left:10px;
- position:absolute;
- border-bottom:solid 6px #000;
- padding-top:20px;
- width:0px;
- height:40px;
- -moz-transition:all 0.7s ease-out;
- -webkit-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;}
- #flag2:hover {
- height:180px;}
- #upd2 {
- position:absolute;
- width:110px;
- padding:10px;
- padding-top:40px;
- height:200px; /* adjust to fit the text if you write a lot! */
- top:-250px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
- overflow:hidden;
- margin-left:6px;
- opacity:0;
- -moz-transition:all 0.7s ease-out;
- -webkit-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;}
- #flag2:hover #upd2{
- top:0px;
- opacity:1;}
- /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-left value for the #flag(number) adding 20px each new flag! copy from here: */
- #flag3 {
- border:solid 2px {color:flag3 color};
- position:absolute;
- margin-left:20px;
- border-bottom:solid 6px #000;
- padding-top:20px;
- height:20px;
- width:0px;
- -moz-transition:all 0.7s ease-out;
- -webkit-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;}
- #flag3:hover {
- height:180px;}
- #upd3 {
- position:absolute;
- width:110px;
- padding:10px;
- padding-top:40px;
- height:200px; /* adjust to fit the text if you write a lot! */
- top:-250px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
- overflow:hidden;
- margin-left:6px;
- opacity:0;
- -moz-transition:all 0.7s ease-out;
- -webkit-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;}
- #flag3:hover #upd3{
- top:0px;
- opacity:1;}
- /* to here */
- /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
- #mycredit {
- z-index:999999999;
- bottom:5px;
- right:5px;
- height:30px;
- width:30px;
- opacity:.2;
- position:fixed;
- padding:5px;
- -webkit-transition: 0.8s ease-in;
- -moz-transition: .8s ease-in;
- transition: .8s ease-in;
- }
- #mycredit:hover {
- transform:rotate(90deg);
- opacity:1;
- }
- {CustomCSS}
- </style>
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- <body>
- <div id="flags">
- <div id="flag1"><div id="upd1">
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- </div></div>
- <div id="flag2"><div id="upd2">
- <div id="sidelinks">
- <a href="/ask">ask</a> <br>
- <a href="{text:link 1 url}">{text:link 1}</a> <br>
- <a href="{text:link 2 url}">{text:link 2}</a> <br>
- <a href="{text:link 3 url}">{text:link 3}</a> <br>
- <a href="{text:link 4 url}">{text:link 4}</a> <br>
- <a href="{text:link 5 url}">{text:link 5}</a> <br>
- {block:ifarchive}
- <a href="/archive">archive</a> <br>
- {/block:ifarchive}
- </div>
- </div></div>
- <!---- if you want more flags, copy from here ---->
- <div id="flag3"><div id="upd3">
- {text:sidebar 3}
- </div></div>
- <!---- to here and change the numbers according to your css! ---->
- </div><div id="titlebar"></div>
- <div id="titlecontainer"><img src="{image:portrait}" style='float: left;'><div id="title"><a href="/">{Title}</a></div></div></div>
- <div id="container">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1 style="text-align:left;padding-left:0px;">{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="asker">mission assigned by「{Asker}」</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <div class="permalinks">
- <div class="date"><a href="{Permalink}">{24hourwithzero}:{minutes} </a>◆ {DayOfMonthwithzero}.{MonthNumberwithzero}.{Year} {block:NoteCount}◆<a href="{Permalink}"> n{NoteCount}</a>{/block:NoteCount}</div>
- <div class="reblogs">{block:RebloggedFrom}
- <a href="{ReblogParentURL}">via </a>◆
- <a href="{ReblogRootURL}">source </a>◆
- {/block:RebloggedFrom} <a href="{ReblogURL}">reblog</a></div>
- </div>
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> 「{Tag}」</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Posts}
- </div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↞</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">↠</a>{/block:NextPage}{/block:Pagination}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment