Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- ===蒙恬===
- ===meng tian===
- an about page theme made by princewenyuan
- themes and pages @ baimajiangjun.tumblr.com
- PLEASE FEEL FREE TO USE AND MODIFY, BUT PLEASE DO NOT REMOVE THE CREDIT!
- ---->
- <!doctype html>
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Domine|Merriweather:400,300,700' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta charset="utf-8">
- <script>
- </script>
- <title>about page</title>
- <style>
- html, body{
- height:100%;
- width:100%;
- margin:0;
- padding:0;
- }
- .wrapper{
- width:100%;
- height:100%;
- overflow:hidden;
- }
- .container{
- width:100%;
- height:25%;
- position:relative;
- background-color:rgba(240, 240, 244, 1); /*<!-----background color of the text!------!>*/
- overflow:hidden;
- word-wrap:break-word;
- border-bottom:1px dashed #ffffff; /*<!-----border color of dash between sliding bits------!>*/
- text-align:justify;
- }
- .container .ctext{
- padding-right:100px;
- padding-left:374px;
- padding-top:10px;
- padding-bottom:50px;
- font-family: 'Merriweather', serif;
- font-weight:300;
- font-size:15px; /*<!-----font-size of the text------!>*/
- color:#000; /*<!-----font-color of the text------!>*/
- margin:auto;
- }
- .container ul{
- list-style:none;
- }
- .container li{
- display:inline;
- padding:10px;
- margin:auto;
- text-align:center;
- }
- .container a {
- text-decoration:none;
- color:#000; /*<!-----font-size of tags------!>*/
- }
- .container a:hover{
- color:#bb4452; /*<!-----font-size of tags on hover------!>*/
- }
- .container .banner{
- position:absolute;
- float:right;
- top:0;
- right:0;
- font-size:45px;
- letter-spacing:-3px;
- text-align:right;
- width:100%;
- height:100%;
- z-index:99;
- -webkit-transition-property:right;
- -webkit-transition-duration:3s;
- -mozkit-transition-property:right;
- -mozkit-transition-duration:3s;
- }
- .container:hover .banner{
- right:1000px;
- -webkit-transition-property:right;
- -webkit-transition-duration:3s;
- -mozkit-transition-property:right;
- -mozkit-transition-duration:3s;
- }
- .container .banner h1{
- margin-top:33px;
- padding-right:70px;
- color:#fff; /*<!-----font color of sliding bit------!>*/
- font-family: 'Domine', serif;
- }
- .ctext img {
- border:1px solid #fff; /*<!-----border color of avatars------!>*/
- padding:2px;
- background-color:#fff; /*<!-----bg color of avatars------!>*/
- margin:5px;
- float:center;
- border-radius:200px;
- height:70px;width:70px; /*<!-----size of avatars------!>*/
- }
- .tooltip {
- position: relative;
- text-decoration:none;
- }
- .tooltip span {
- margin-left: -999em;
- position: absolute;
- }
- .tooltip:hover span {
- font-size:12px;
- position: absolute;
- left: 1px;
- top: -10px;
- z-index: 99;
- margin-left: 0;
- width: 250px;
- }
- .tcaption { padding: 0.8em 1em; }
- * html a:hover { background: transparent; }
- .tcaption { color:#329090 ; /*<!-----font-color of caption------!>*/
- background: #BAFFDE; /*<!-----background color of caption------!>*/
- border: 2px solid #fff; }/*<!-----border color of caption------!>*/
- h5 {
- margin-bottom:-15px;
- font-weight:700;
- font-size:15px;
- margin-top:-3px;
- }
- #logo{
- color:#ddd;
- font-size:15px;
- position:fixed;
- bottom:-10px;
- right:5px;
- }
- #logo a{
- text-decoration:none;
- color:#999;
- cursor:crosshair;
- }
- #logo a:hover{
- text-decoration:none;
- color:#d9264d;
- }
- #home{
- position:fixed;
- top:10px;
- right:15px;
- }
- #home img{
- height:20px;
- width:20px;
- }
- </style>
- </head>
- <body>
- <div class="wrapper">
- <!---ABOUT! please keep it short and sweet!---->
- <div class="container">
- <div class="ctext">
- <p> <span style="font-weight:700">Meng Tian // Chinese // Male</span>
- </p>
- <p>I'm an officer of the Qin who's helping our Lord King Ying Zheng to realise his ambition to unite all seven kingdoms. </p>
- <p>Warring is in my family and in my blood, but tbh sometimes I'd like to take some time to sketch out building plans, and enjoy cat pictures on the internet.</p>
- </div>
- <div class="banner" style="background-color:#E78554"><!---color of the sliding bit!---->
- <h1>about</h1> <!---title of the sliding bit!---->
- </div>
- <div id="home">
- <a href="/"><img src="http://i.imgur.com/rpvscvP.png" title="home"></a>
- </div>
- </div>
- <!---end container---->
- <!---LIKES! please keep it short and sweet!---->
- <div class="container">
- <div class="ctext">
- <p>ARCHITECTURE! I'm interested in learning how to build big walls to keep invaders from the north out of our borders.
- </p>
- <p>The Military School and the Legalism School: I'm a general first and foremost, but I also have a responsibility to be well-versed in how our lord governs the land.</p>
- <p>And going to war. I don't necessarily enjoy it but... I do.</p>
- </div>
- <div class="banner" style="background-color:#FFDB78"> <!---color of the sliding bit!---->
- <h1>likes</h1> <!---title of the sliding bit!---->
- </div>
- </div>
- <!---end container---->
- <!---TAGS
- delete/add the tags/subheadings you need. i don't think you can do more than 3 subheadings unless you tweak the font-sizes and margins/paddings above if you know CSS!---->
- <div class="container">
- <div class="ctext">
- <h5>subheading 1</h5>
- <ul>
- <li><a href="/tagged/#">tag1</a></li>
- <li><a href="/tagged/#">tag2</a></li>
- <li><a href="/tagged/#">tag3</a></li>
- <li><a href="/tagged/#">tag4</a></li>
- <li><a href="/tagged/#">tag5</a></li>
- <li><a href="/tagged/#">tag6</a></li>
- <li><a href="/tagged/#">tag7</a></li>
- <li><a href="/tagged/#">tag8</a></li>
- <li><a href="/tagged/#">tag9</a></li>
- <li><a href="/tagged/#">tag10</a></li>
- <li><a href="/tagged/#">tag11</a></li>
- <li><a href="/tagged/#">tag12</a></li>
- </ul>
- <h5>subheading 2</h5>
- <ul>
- <li><a href="/tagged/#">tag1</a></li>
- <li><a href="/tagged/#">tag2</a></li>
- <li><a href="/tagged/#">tag3</a></li>
- <li><a href="/tagged/#">tag4</a></li>
- <li><a href="/tagged/#">tag5</a></li>
- <li><a href="/tagged/#">tag6</a></li>
- <li><a href="/tagged/#">tag7</a></li>
- <li><a href="/tagged/#">tag8</a></li>
- </ul>
- <h5>subheading 3</h5>
- <ul>
- <li><a href="/tagged/#">tag1</a></li>
- <li><a href="/tagged/#">tag2</a></li>
- <li><a href="/tagged/#">tag3</a></li>
- <li><a href="/tagged/#">tag4</a></li>
- </ul>
- </div>
- <div class="banner" style="background-color:#329090"> <!---color of the sliding bit!---->
- <h1>tags</h1><!---title of the sliding bit!---->
- </div>
- </div>
- <!---end container---->
- <!---FRIENDS!
- add/delete the part from <start img to end img>, enter your img url, and also your caption. keep it short and sweet. i don't think you can do more than a row of friends icons unless you tweak the size of the icons above!---->
- <div class="container">
- <div class="ctext">
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/1LqC21V.png" width="100px" height="100px">
- <span class="tcaption"><h5>Han Xin</h5><br> I'm not sure who this is actually but he looks like a big loser</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/1QmTYon.png" width="100px" height="100px">
- <span class="tcaption"><h5>Zhang Liang</h5><br>I'm also not sure who this is but he's ridiculously pretty</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/XhB8Bd2.png" width="100px" height="100px">
- <span class="tcaption"><h5>Xiang Yu</h5><br>Who is this kid? How are all these weird people ending up on my friends list? Fusu, can you help?</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/eMJ33Xi.png" width="100px" height="100px">
- <span class="tcaption"><h5>Han Fei</h5><br>I know him, he's a Legalist and some royalty from Han. Li Si hates his guts. I think.</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/S9wVDfa.png" width="100px" height="100px">
- <span class="tcaption"><h5>Meng Wu</h5><br>My dad... why is he on Tumblr...</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/VUl9ZIp.png" width="100px" height="100px">
- <span class="tcaption"><h5>Xin</h5><br>Friends??? Sort of?? I think?</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/JNuDBvN.png" width="100px" height="100px">
- <span class="tcaption"><h5>Wang Ben</h5><br>Also sort of friends?? I guess.</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/SMvy0JX.png" width="100px" height="100px">
- <span class="tcaption"><h5>Li Si</h5><br>Actually we hate each other. But keep your friends close enemies closer etc.</span></a>
- <!---end img---->
- <!---start img---->
- <a class="tooltip"href="#"><img src="http://i.imgur.com/FLvZi6W.png" width="100px" height="100px">
- <span class="tcaption"><h5>Ying Zheng</h5><br>My Lord and my King.</span></a>
- <!---end img---->
- </div>
- <div class="banner" style="background-color:#A8B5E1"> <!---color of the sliding bit!---->
- <h1>friends</h1> <!---title of the sliding bit!---->
- </div>
- <!----PLEASE DO NOT REMOVE CREDITS--->
- <div id="logo">
- <p><a href="http://princewenyuan.tumblr.com" title="page made by princewenyuan">❁</a></p>
- </div>
- </div>
- <!----PLEASE DO NOT REMOVE CREDITS--->
- </div>
- <!---end container---->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment