Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <!--- Page by iamthemelocked
- DO NOT REMOVE THE CREDIT
- DO NOT COPY
- DO NOT CLAIM AS YOUR OWN
- IF YOU DO THEN I´LL MAKE YOU INTO SHOES
- BIT NOT GOOD, ISN´T IT?--->
- <link rel="shortcut icon" href="{Favicon}"/>
- <title>Network Page</title>
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {background-color:{color:Scrollbar}; height:8px; width:8px; border:3px solid {color:background}}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:8px!important}
- /* --- BODY ---*/
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #headlinks {
- width:485px;
- margin-left:430px;
- margin-right:auto;
- margin-top:30px;
- padding-bottom:5px;
- border-bottom:1px solid #000000;
- }
- #headlinks a {
- display:inline-block;
- width:145px;
- padding:1px 0px 1px 0px;
- background-color:#ffffff;
- color:#000000;
- font-size:10px;
- font-family:calibri;
- text-align:center;
- letter-spacing:5px;
- margin-left:5px;
- margin-right:5px;
- text-transform:uppercase;
- text-decoration:none;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- #headlinks a:hover {
- background-color:#000000;
- color:#ffffff;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- .container {
- margin-top:10px;
- width:900px;
- margin-left:215px;
- margin-right:auto;
- margin-bottom:50px;
- position:absolute;
- }
- /*BOXES*/
- #box {
- margin-top:20px;
- margin-bottom:50px;
- margin-left:30px;
- margin-right:25px;
- width:120px;
- height:120px;
- display:inline-block;
- }
- #box img {
- width:120px;
- height:120px;
- border:1px solid #dddddd;
- padding:4px;
- }
- #box:hover #description {
- opacity:0.8;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- #description {
- text-align:center;
- margin-top:-126px;
- margin-left:5px;
- position:absolute;
- font-family:calibri;
- width:121px;
- height:121px;
- opacity:0;
- font-size:9px;
- background:#ffffff;
- color:#b6b6b6;
- transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- #name {
- font-size:12px;
- margin:2px;
- width:115px;
- padding-bottom:2px;
- color:#000000;
- border-bottom: solid #b6b6b6 1px;
- text-align:center;
- font-family: calibri;
- }
- #url {
- text-align:center;
- font-size:14px;
- }
- #url a {
- text-align:center;
- color:#610c17;
- font-size:10px;
- width:115px;
- letter-spacing:2px;
- }
- #url a:hover {
- color:#dddddd;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- letter-spacing:3px;
- }
- .important, .important a {
- width:15px;
- height:15px;
- bottom:15px;
- right:15px;
- padding:4px;
- font-size:8px;
- letter-spacing:2px;
- color:#610c17;
- line-height:15px;
- position:fixed;
- text-align:center;
- font-family:"trajan pro";
- text-transform:uppercase;
- background-color:transparent;
- border:1px solid #000000;}
- .important a:hover {
- color:#ffffff;
- background-color:#610c17;}
- </style>
- </head>
- <body>
- <!------------------------------------
- HEADER
- ------------------------------------->
- <div id="headlinks"><!--change the top links here-->
- <a href="/">HOME</a>
- <a href="/ask">ASK</a>
- <a href="/">LINK</a>
- </div>
- <div class="container">
- <!--ROW 1-->
- <div id="box">
- <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <!--END OF ROW 1-->
- </br>
- <!--ROW 2-->
- <div id="box">
- <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <!--END OF ROW 2-->
- </br>
- <!--ROW 3-->
- <div id="box">
- <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <div id="box">
- <img src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg" />
- <div id="description">
- <div id="name"><b>NAME</b></div>
- <p> Put your description here. It should be relatively short, a quote or something similar maybe.</p></p>
- <div id="url">
- <a href="URL HERE">PUT URL HERE</a>
- </div>
- </div>
- </div>
- <!--END OF ROW 3-->
- <span class="important">
- <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="page by iamthemelocked">TL</a>
- </span>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement