Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC>
- <!-- @NUCLEARTHEMES ON TUMBLR || PLEASE DON'T DELETE CREDIT -->
- <html>
- <head>
- <title>{Name} / thaddeus</title> <!-- add page title here -->
- <link rel="shortcut icon" href="{Favicon}">
- <link href="https://fonts.googleapis.com/css?family=Poppins:400,400i,700,700i|Raleway:400,400i,700,700" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* custom colors for selection */
- ::-moz-selection {background: #ff6038; color: #f0f0f0;}
- ::selection {background: #ff6038; color: #f0f0f0;}
- /* custom scrollbar */
- ::-webkit-scrollbar-thumb {background: #fa5060;}
- ::-webkit-scrollbar {background: #f0f0f0; width: 5px;}
- * {margin:0; padding:0;}
- body {
- background: #f0f0f0; /* change background color */
- color: #a3a3a3; /* change text color */
- font-family: Poppins; /* change font */
- font-size: 13px; /* change font size */
- text-align: justify;
- }
- #container {
- background: #fafafa; /* change container background color */
- border-radius: 5px;
- height: 400px;
- left: 50%;
- margin-bottom: 40px;
- overflow: auto;
- padding: 20px;
- position: absolute;
- text-align: center;
- top: 50%;
- transform: translate(-50%,-50%);
- width: 700px;
- -ms-overflow-style: none;
- }
- #container::-webkit-scrollbar {
- display: none;
- }
- h1 { /* page title */
- border-bottom: 1px solid #fa5060;
- color: #ff6038;
- font-family: Raleway;
- font-size: 20px;
- margin-bottom: 10px;
- padding-bottom: 10px;
- text-align: center;
- }
- h2 { /* character names */
- color: #ff6038;
- font-family: Raleway;
- font-size: 16px;
- margin: 5px;
- padding: 5px;
- text-align: center;
- text-transform: uppercase;
- }
- a {
- color: #fa5060; /* link color */
- text-decoration: none;
- }
- a:hover {
- color: #ff3649; /* link hover color */
- transition: 0.4s;
- }
- img {
- border-radius: 20%;
- float: left;
- height: 200px;
- margin: 10px 16px 10px 16px;
- width: 200px;
- }
- .characterbox { /* container for image and name */
- border-radius: 5px;
- float: left;
- height: 250px;
- margin: 1px;
- text-align: center;
- width: 230px;
- }
- #credit {
- background-color: #ff6038;
- color: #fafafa;
- border-radius: 12px;
- bottom: 0;
- display: inline;
- margin: 8px;
- padding: 8px;
- position: fixed;
- right: 0;
- }
- #credit:hover {
- background-color: #fa5060;
- transition: 0.4s;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <h1>Thaddeus</h1> <!-- main title -->
- <a href="/">HOME</a> /
- <a href="/">LINK 1</a> /
- <a href="/">LINK 2</a> /
- <a href="/">LINK 3</a> /
- <a href="/">LINK 4</a> /
- <a href="/">LINK 5</a>
- <br>
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/"> <!-- link goes here -->
- <img src="https://i.imgur.com/uh0k7fu.jpg"> <!-- image goes here -->
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/BLWu5B5.png">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/0gIzNdE.png">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/CCSlKDj.png">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/F5BPNYC.png">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/8KlRVzp.png">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/2teXBys.jpg">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/BdBs8dG.jpg">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- <!-- START CHARACTER BOX -->
- <div class="characterbox">
- <a href="/">
- <img src="https://i.imgur.com/K2CINfj.png">
- <h2>Character Name</h2>
- </a>
- </div>
- <!-- END CHARACTER BOX -->
- </div>
- <!-- don't edit beyond this point please! colors can be modified in <style> -->
- <a id="credit" target="blank" href="https://nuclearthemes.tumblr.com/"><i class="fa fa-anchor" style="font-size:15px"></i></a>
- </body>
- </html>
Add Comment
Please, Sign In to add comment