Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- </head>
- <style type="text/css">
- /* custom font for labels */
- @font-face { font-family: "oliver"; src: url('https://dl.dropboxusercontent.com/s/y74b19hkp9def0k/olivier_demo.ttf'); }
- body {
- font-size:1em;
- font-family:Helvetica;
- background:#f8f8f8; /*background color */
- }
- /*links */
- a {
- color:#222; /*link color */
- text-decoration:none; /*removes default underline */
- }
- #container {
- position:relative;
- margin:50px auto;
- height:200px;
- width:800px;
- }
- /*sidebar positioning and width */
- .side {
- width:110px;
- position:fixed;
- margin-left:-70px;
- }
- /*sidebar image */
- .side img {
- width:110px;
- padding:10px; /*space around image */
- background:white; /*background of image */
- border:1px solid #ddd; /*image border */
- }
- .text {
- padding:10px; /*space around text */
- background:white; /*background of text */
- border:1px solid #ddd; /*border of text */
- width:100%;
- margin-top:10px;
- }
- /*tags */
- .tags {
- background:#f3f3f3; /*background of tag section */
- left:100px;
- margin:0px 100px;
- border:1px solid #ddd; /*border of tag section */
- }
- .label {
- background:#e791c8; /*background of tag categories */
- padding:10px; /*space around categories */
- font-size:1em;
- }
- /*individual tags */
- .tags li {
- border-bottom:1px solid #eee; /*border under each tag */
- list-style:none; /*disables bullet points from showing */
- background:white; /*background of tag */
- padding:6px;
- transition:.6s;
- }
- .tags li:hover {
- background:#f0d0ec; /*background of tag on hover */
- transition:.6s;
- }
- /*allows the tags to be in a grid format */
- table {
- border-spacing:20px;
- }
- td {
- margin:20px;
- height:auto;
- vertical-align:top;
- }
- .box {
- box-shadow:8px 8px rgba(0,0,0,.08); /*box shadow of tag category sections */
- border:1px solid #ddd; /*boder of entire tag category section */
- background:white;
- padding:10px;
- width:130px; /*width of tag category */
- margin-bottom:30px; /*space from bottom of each category */
- }
- /*navigation links */
- #linksbar {
- /*this is just all of the positioning */
- width:150px;
- position:absolute;
- right:-90px;
- top:-10px;
- }
- #linksbar ul {
- border:1px solid #ddd; /*border of link section */
- padding:0px;
- }
- /*individual links */
- #linksbar li {
- background:white;
- padding:10px;
- transition:.6s;
- list-style:none;
- border-bottom:1px solid #ddd;
- }
- #linksbar li:hover {
- background:#eee;
- transition:.6s;
- }
- .abt {
- padding:10px;
- font-size:1.6em;
- font-family:oliver;
- color:#444;
- border-bottom:1px dotted #ddd;
- }
- .abt:first-letter {
- color:#DB419C;
- opacity:.6;
- }
- #egg { opacity:.8;right:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- font-family: "bitxmap";
- border:1px solid #444; z-index:4;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- </style>
- <body>
- <a href="http://espoirthemes.tumblr.com" title="theme credit"><div id="egg"></div></a>
- <div id="container">
- <div class="side">
- <!-- this defaults to the icon you have for your blog, but you can replace {PortraitURL-128} with the url of whatever image you want -->
- <img src="{PortraitURL-128}" />
- <div class="abt text" style="font-size:1.3em; border-bottom:1px solid #ddd">
- <!--name --> sammyakei
- </div>
- </div>
- <div id="linksbar">
- <div class="abt">
- <!--navigation label --> Navigation
- </div>
- <ul>
- <!--navigation links -->
- <li> <a href="/">Home</a> </li>
- <li> <a href="/ask">Ask</a> </li>
- <li> <a href="/archive">Archive</a> </li>
- <li> <a href="/tags">Tags</a> </li>
- <li> <a href="/projects">Projects</a> </li>
- <li><a href="http://tumblr.com/dashboard"></a> Dashboard </li>
- <!--navigation links -->
- </ul>
- </div>
- <div class="tags">
- <table cellpadding="10">
- <!--section 1-->
- <td>
- <div class="box">
- <div class="label">Tag Category</div><!--name of the section of links-->
- <!--add the name of your tag after /tagged/, and replace tag name with whatever the tag is -->
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- </div>
- <!--section 2 -->
- <div class="box">
- <div class="label">Tag Category</div>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- </div>
- </td>
- <!--section 3 -->
- <td>
- <div class="box">
- <div class="label">Tag Category</div>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- </div>
- <!--section 4 -->
- <div class="box">
- <div class="label">Tag Category</div>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- </div>
- </td>
- <!--section 5 -->
- <td>
- <div class="box">
- <div class="label">Tag Category</div>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- </div>
- <!--section 6 -->
- <div class="box">
- <div class="label">Tag Category</div>
- <li><a href="/tagged/">tag name</a></li>
- <li><a href="/tagged/">tag name</a></li>
- </div>
- </td>
- </tr></table></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement