Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-----------------------------------------------------------------------
- { cloudythms
- TAG PAGE 01 }
- => https://cloudythms.tumblr.com/
- - visit me if you have questions!
- == RULES ==
- - You may move, but not remove the credit
- - Leave this comment
- - Edit the rest as much as you want
- - Do not redistribute without permission / use as base
- - Do not claim as your own
- If you're looking for the right place to
- paste CSS code, simply Ctrl+F for "exampleclass"!
- HOW TO EDIT:
- Scroll down until you see "edit here".
- Choose one of the types (subtags, text, blockquote)
- and copy and paste it how often you need it,
- then change your texts and links.
- IMAGE SIZE:
- 500 x 250
- If you want to use a different size,
- you have to change the code.
- CHANGING THE ACCENT COLOR:
- Find every instance of "color:red;" and change it to your liking.
- Get color codes here: https://htmlcolorcodes.com/color-picker/
- Use the one that starts with #
- Example: "color:#ffffff;" for white.
- ---------------------------------------------------------------------->
- <!-- Text that appears on the tab / browser window -->
- <title>Tags</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <!-- ------------------ DO NOT EDIT THIS CODE --------------------- -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300|Roboto:400,700,500,300|Lato:400,700,300|Montserrat:400,700|Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css' />
- <!-- --------------------------- TOOLTIPS -------------------------- -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- /* Change your tooltip times here. */
- tip_delay_time:30, /* put a higher number for more delay */
- tip_fade_speed:400, /* put a higher number for a slower fade */
- /* recommended: delay:10-100 fade:200-600 */
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style>
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px;
- padding:3px 4px 5px 4px;
- margin:20px 7px -2px 20px;
- background-color:#ffffff;
- border:1px solid #E0E0E0;
- border-radius: 5px 5px 5px 5px;
- -moz-border-radius: 5px 5px 5px 5px;
- -webkit-border-radius: 5px 5px 5px 5px;
- font-family:calibri;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:#000;
- z-index:999999999999999999999999999999999999;
- }
- </style>
- <!-- ---------------------------------------------------------------- -->
- <!-- ----------------------- C S S - S T A R T ---------------------- -->
- <!-- ---------------------------------------------------------------- -->
- <style type="text/css">
- /* ****************************** BASICS ****************************** */
- body {
- padding:3%;
- font-family:Open Sans, sans-serif;
- font-size:11px;
- color:black;
- }
- .center {
- position: absolute;
- top:50%;
- left:50%;
- padding:15px;
- -ms-transform: translateX(-50%) translateY(-50%);
- -webkit-transform: translate(-50%,-50%);
- transform: translate(-50%,-50%);
- }
- a, a:focus {
- outline: 0;
- text-decoration:none;
- font-weight:bold;
- cursor:help; /* remove if you want a normal cursor on links */
- }
- ::selection {
- background: #d3d3d3;
- }
- ::-moz-selection {
- background: #d3d3d3;
- }
- body > iframe:first-child { display: none !important; } /* tumblr */
- /* ************************** EVERYTHING ELSE ************************** */
- #wrapper {
- display:block;
- width:750px;
- }
- h1, h1 a {
- font-size:20px;
- letter-spacing:1px;
- text-transform:lowercase;
- font-weight:bold;
- color:red; /* title color */
- -webkit-transition-duration: 0.1s;
- transition-duration: 0.1s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- -webkit-transition-timing-function: linear;
- transition-timing-function: linear;
- }
- h1 a:hover {
- color:black; /* title hover color */
- border-bottom:1px solid red; /* title hover underline */
- }
- .link {
- overflow:hidden;
- margin-bottom:30px; /* margin between links */
- }
- .link img{
- width:500px;
- height:250px;
- }
- .m{
- width:500px;
- float:left;
- }
- .overlay{
- width:500px;
- height:250px;
- background-color:white;
- opacity:0;
- position:absolute;
- -webkit-transition-duration: 0.2s;
- transition-duration: 0.2s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- -webkit-transition-timing-function: linear;
- transition-timing-function: linear;
- }
- .m:hover > .overlay {
- opacity:0.5; /* overlay opacity
- 0..no overlay
- 1..100% opacity */
- }
- .lr {
- height:250px;
- float:right;
- width:244px;
- padding:20px;
- text-align:left; /* text alignment (left or right or justify) */
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .lr b, .lr b a, .lr b a:visited {
- font-size:18px; /* tag title size */
- color:black; /* tag title color */
- -webkit-transition-duration: 0.1s;
- transition-duration: 0.1s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- -webkit-transition-timing-function: linear;
- transition-timing-function: linear;
- }
- .lr b a:hover {
- color:red; /* tag title hover color */
- border-bottom:1px solid black;
- }
- .lr p a, p a:visited {
- color:red; /* link color */
- -webkit-transition-duration: 0.1s;
- transition-duration: 0.1s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- -webkit-transition-timing-function: linear;
- transition-timing-function: linear;
- }
- .lr p a:hover {
- color:black; /* link hover color */
- border-bottom:1px solid red; /* link hover underline */
- }
- ul {
- margin-left:-30px;
- }
- li, li a {
- color:black; /* subtag color */
- font-weight:normal;
- letter-spacing:0.5px;
- line-height:170%;
- list-style:none;
- -webkit-transition-duration: 0.1s;
- transition-duration: 0.1s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- -webkit-transition-timing-function: linear;
- transition-timing-function: linear;
- }
- li a:hover{
- color:red; /* subtag hover color */
- }
- blockquote{
- border-left:2px solid #d3d3d3;
- padding-left:10px;
- margin-left:0px;
- text-align:justify !important;
- }
- /* delete this if you don't want
- every 2nd tag on the other side */
- .link:nth-child(even) .m{
- float:right;
- }
- .link:nth-child(even) .lr{
- text-align:right;
- }
- /* ******************************* MORE ******************************* */
- /* add your own CSS code here */
- .exampleclass{
- color:black;
- }
- </style>
- </head>
- <body>
- <div id="wrapper" class="center">
- <div><h1>
- <a href="/">↩ title</a> <!-- title -->
- </h1> </div>
- <div class="links" style="max-height:575px;">
- <!--- EDIT HERE ---->
- <!------------- start of link ------------->
- <div class="link">
- <a class="m" href="/tagged/tag"> <!-- link -->
- <div class="overlay"></div>
- <img src="https://via.placeholder.com/500x250"> <!-- image -->
- </a>
- <div class="lr">
- <b><a href="/tagged/tag"># tag</a></b><br> <!-- link, tag -->
- <p><ul>
- <li>— <a href="/tagged/tag">example tag</a></li>
- <li>— <a href="/tagged/tag">example tag</a></li>
- <li>— <a href="/tagged/tag">example tag</a></li>
- <li>— <a href="/tagged/tag">example tag</a></li>
- <li>— <a href="/tagged/tag">example tag</a></li>
- <li>— <a href="/tagged/tag">example tag</a></li>
- <li>— <a href="/tagged/tag">example tag</a></li>
- </ul></p>
- </div>
- </div>
- <!------------- end of link ------------->
- <!------------- start of link ------------->
- <div class="link">
- <a class="m" href="/tagged/tag"> <!-- link -->
- <div class="overlay"></div>
- <img src="https://via.placeholder.com/500x250"> <!-- image -->
- </a>
- <div class="lr">
- <b><a href="/tagged/tag"># tag</a></b><br> <!-- link, tag -->
- <p>Lorem ipsum dolor sit amet, <a href="#">consectetur</a>
- adipiscing elit, sed do eiusmod tempor incididunt ut labore
- et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
- exercitation.
- </p>
- </div>
- </div>
- <!------------- end of link ------------->
- <!------------- start of link ------------->
- <div class="link">
- <a class="m" href="/tagged/tag"> <!-- link -->
- <div class="overlay"></div>
- <img src="https://via.placeholder.com/500x250"> <!-- image -->
- </a>
- <div class="lr">
- <b><a href="/tagged/tag"># tag</a></b><br> <!-- link, tag -->
- <p><blockquote>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit,
- sed do eiusmod tempor incididunt ut labore et dolore
- magna aliqua. Ut enim ad minim veniam.
- </blockquote></p>
- </div>
- </div>
- <!------------- end of link ------------->
- <div style="height:100px"></div>
- </div>
- </div>
- <!-- please don't touch this. thank you. -->
- <div style="position:fixed;bottom:10px;right:15px;font-size:12px;opacity:0.9;"><a href="https://cloudythms.tumblr.com/" title="theme by cloudythms"
- style="text-decoration:none;color:gray">☁</a></div>
- <!-- theme by https://cloudythms.tumblr.com/ -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment