Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | "Icons page" (bright)
- + Please do not redistribute this theme or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our page! We hope that you enjoy it!
- ---->
- <html>
- <head>
- <!--- Change the title of the page here --->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--- Google fonts --->
- <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* -------- BASICS ------- */
- body {
- background: #f6f6f6;
- margin:0;
- width:100%;
- height:100%;
- font-family:Helvetica, Arial;
- font-size:12px;
- }
- /* Links */
- a {
- text-decoration:none;
- outline:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:#eee;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- background-color:#E1D5EB;
- border:2px solid #fff;
- height:5px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#E1D5EB;
- border:1px solid #fff;
- height:40px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#E1D5EB;
- border:1px solid #fff;
- height:8px!important
- }
- /* -------- CONTAINER ------- */
- #maincontainer{
- position:fixed;
- left:50%;
- top:50%;
- width:550px;
- height:auto;
- background:#fff;
- border:1px solid #eee;
- overflow:hidden;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- }
- /* -------- HEADER ------- */
- #header{
- position:absolute;
- margin:0px;
- width:550px;
- background:#fff;
- height:57px;
- border-bottom:1px solid #eee;
- z-index:10000;
- }
- /* Blog title */
- .blogtitle{
- position:absolute;
- margin-left:15px;
- margin-top:0px;
- font-size:30px;
- line-height:57px;
- height:57px;
- width:360px;
- font-family:Oswald;
- color:#E4CEE5;
- }
- /* Navigation icons */
- .mainlinks{
- position:absolute;
- margin-left:455px;
- margin-top:19px;
- height:50px;
- width:90px;
- font-family:Oswald;
- color:#eee;
- }
- .mainlinks i{
- display:inline-block;
- margin-left:2px;
- margin-bottom:3px;
- background:#d4f7d7;
- color:#333;
- padding:3px;
- font-size:11px;
- width:11px;
- }
- .mainlinks i:hover{
- background:#fff;
- color:#CFE8F1;
- }
- /* -------- CONTENT ------- */
- #container{
- position:relative;
- margin-left:0px;
- margin-top:61px;
- width:546px;
- min-height:340px;
- max-height:340px;
- padding-left:10px;
- padding-top:5px;
- overflow-y:auto;
- }
- .story{
- width:50px;
- margin:4px;
- padding:2.5px;
- transition-duration:1s;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* Image container */
- #icon{
- width:50px;
- height:50px;
- background:#fff;
- border:1px solid #eee;
- padding:3px;
- }
- #icon img{
- width:100%;
- height:100%;
- }
- /* -------- SORTING CONTENT ------- */
- /* Sort box style */
- #sort{
- position:relative;
- margin-left:auto;
- margin-right:auto;
- margin-top:5px;
- height:auto;
- padding-top:15px;
- padding-bottom:5px;
- width:100%;
- background:#fff;
- border-top:1px solid #eee;
- z-index:10000;
- text-align:center;
- }
- #sort ul {
- list-style: none;
- margin-top:0px;
- padding-right:25px;
- }
- /* Sort links */
- #sort li {
- display:inline-block;
- text-align:center;
- list-style: none;
- margin-left:0px;
- max-height:10px;
- text-transform:uppercase;
- }
- /* Sort link style */
- #sort a {
- color:#333;
- margin:2px;
- border:1px solid #eee;
- background:#C7EBF3;
- border:1px solid transparent;
- display:inline;
- padding:5px;
- font-size:10px;
- }
- #sort a:hover {
- color:#E1D5EB;
- background:#eee;
- }
- #sort li a.selected {
- color:#fff;
- background:#eee;
- border:1px solid transparent;
- }
- /* Color sort box style */
- #colors{
- margin-top:0px;
- margin-left:0px;
- width:530px;
- padding:15px;
- padding-top:10px;
- padding-bottom:13px;
- height:15px;
- line-height:15px;
- background:#fff;
- border-top:1px solid #eee;
- text-align:center;
- }
- #colors ul{
- padding:0;
- list-style:none;
- display:inline;
- }
- #colors li{
- list-style:none;
- display:inline;
- }
- #colors a{
- display:inline-block;
- width:15px;
- height:15px;
- margin-left:5px;
- margin-right:5px;
- list-style:none;
- border:1px solid #eee;
- }
- /* ----------------------- CREDITS ----------------------------- */
- #credits {
- position:fixed;
- right:10px;
- top:30px;
- z-index:100000;
- }
- #credits img{
- border:1px solid #eee;
- }
- </style>
- <!--Important sripts-->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".user").click(function(){
- $("#about").slideToggle(1);
- });
- });
- </script>
- <!-- Filter scripts -->
- <script src="http://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
- <script src="http://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
- <script>
- $(function(){
- var $container = $('#container');
- $container.isotope({
- itemSelector : '.story'
- });
- var $optionSets = $('#sort .option-set'),
- $optionLinks = $optionSets.find('a');
- $optionLinks.click(function(){
- var $this = $(this);
- // don't proceed if already selected
- if ( $this.hasClass('selected') ) {
- return false;
- }
- var $optionSet = $this.parents('.option-set');
- $optionSet.find('.selected').removeClass('selected');
- $this.addClass('selected');
- // make option object dynamically, i.e. { filter: '.my-filter-class' }
- var options = {},
- key = $optionSet.attr('data-option-key'),
- value = $this.attr('data-option-filter');
- // parse 'false' as false boolean
- value = value === 'false' ? false : value;
- options[ key ] = value;
- if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
- // changes in layout modes need extra logic
- changeLayoutMode( $this, options )
- } else {
- // otherwise, apply new options
- $container.isotope( options );
- }
- return false;
- });
- });
- </script>
- <script>
- $(function(){
- var $container = $('#container');
- $container.isotope({
- itemSelector : '.story'
- });
- var $optionSets = $('#colors .option-set'),
- $optionLinks = $optionSets.find('a');
- $optionLinks.click(function(){
- var $this = $(this);
- // don't proceed if already selected
- if ( $this.hasClass('selected') ) {
- return false;
- }
- var $optionSet = $this.parents('.option-set');
- $optionSet.find('.selected').removeClass('selected');
- $this.addClass('selected');
- // make option object dynamically, i.e. { filter: '.my-filter-class' }
- var options = {},
- key = $optionSet.attr('data-option-key'),
- value = $this.attr('data-option-filter');
- // parse 'false' as false boolean
- value = value === 'false' ? false : value;
- options[ key ] = value;
- if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
- // changes in layout modes need extra logic
- changeLayoutMode( $this, options )
- } else {
- // otherwise, apply new options
- $container.isotope( options );
- }
- return false;
- });
- });
- </script>
- <!-----end filter scripts------>
- <meta charset="utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <body>
- <div id="maincontainer">
- <div id="header">
- <div class="blogtitle">Icons page</div>
- <div class="mainlinks">
- <a href="/"><i class="fa fa-home"></i></a>
- <a href="/ask"><i class="fa fa-envelope"></i></a>
- <a href="/submit"><i class="fa fa-pencil"></i></a>
- <a href="/archive"><i class="fa fa-clock-o"></i></a>
- </div>
- <!----- Filter links (here you add tags as ".header", ".sidebar", ".infinitescroll" etc. Do not change ".story" tag, it refreshes the page) ------>
- </div>
- <!--End header-->
- <div id="container" class="clearfix">
- <!---- theme containers
- in class="story tag1" "tag1" is actually a theme tag you can add, to add more tags for the same theme simply put "tag1 tag2 tag3" for example: class="story actor poc homme yellow" where yellow is a color tag I suggest you writing two word tags as one word tag
- ----->
- <!--1st icon-->
- <div id="icon" class="story tag1 pink">
- <img src="https://67.media.tumblr.com/5e93f7b0bbf3a0e66da8361c3cb99a4d/tumblr_ocd5w13ssZ1secvrho6_500.png"></a>
- </div>
- <!--2nd icon-->
- <div id="icon" class="story tag2 orange">
- <img src="https://65.media.tumblr.com/bc65987249df2822061a9b7a2f43d85d/tumblr_ocd5w13ssZ1secvrho7_540.png"></a>
- </div>
- <!--3rd icon-->
- <div id="icon" class="story tag3 monochrome">
- <img src="https://66.media.tumblr.com/1f725af402004d20d44fac0631fe4f71/tumblr_ocd5w13ssZ1secvrho8_540.png"></a>
- </div>
- <!--4th icon-->
- <div id="icon" class="story tag4 red">
- <img src="https://65.media.tumblr.com/5579bab19bceb9ae6943b78374f71955/tumblr_ocd5w13ssZ1secvrho9_540.png"></a>
- </div>
- <!--5th icon-->
- <div id="icon" class="story tag5 black">
- <img src="https://65.media.tumblr.com/5b67c75e189caa672f9c0d910e498f5e/tumblr_ocd5w13ssZ1secvrho10_540.png"></a>
- </div>
- <!--6th icon-->
- <div id="icon" class="story tag1 tag2 pink">
- <img src="https://66.media.tumblr.com/9ea1b9257def483832600dab88f4e89c/tumblr_ocd5w13ssZ1secvrho1_500.png"></a>
- </div>
- <!--7th icon-->
- <div id="icon" class="story tag3 tag4 blue">
- <img src="https://66.media.tumblr.com/72afb73b1fdc6803ac06b2c109f574c6/tumblr_ocd5w13ssZ1secvrho2_500.png"></a>
- </div>
- <!--8th icon-->
- <div id="icon" class="story tag5 tag6 yellow">
- <img src="https://66.media.tumblr.com/7c02de702258f81482db5c24bda81ac4/tumblr_ocd5w13ssZ1secvrho3_500.png"></a>
- </div>
- <!---- Icon containers end, to add more containers just copy/paste:
- <div id="icon" class="story tag5 tag6 yellow">
- <img src="https://66.media.tumblr.com/7c02de702258f81482db5c24bda81ac4/tumblr_ocd5w13ssZ1secvrho3_500.png"></a>
- </div>
- ---->
- </div>
- <!--End container-->
- <div id="sort">
- <ul id="filters" class="option-set clearfix" data-option-key="filter">
- <!-- These are tags. Only replace .tag and it's name. You can add more tags. -->
- <li><a href="#filter" data-option-filter=".story">all icons</a></li>
- <li><a href="#filter" data-option-filter=".tag1">tag1</a></li>
- <li><a href="#filter" data-option-filter=".tag2">tag2</a></li>
- <li><a href="#filter" data-option-filter=".tag3">tag3</a></li>
- <li><a href="#filter" data-option-filter=".tag4">tag4</a></li>
- <li><a href="#filter" data-option-filter=".tag3">tag5</a></li>
- <li><a href="#filter" data-option-filter=".tag4">tag6</a></li>
- </ul>
- </div>
- <!--End sort-->
- <div id="colors">
- <ul id="filters" class="option-set clearfix" data-option-key="filter">
- <!-- These are color tags. Only replace .color and #colorcode. You can add more colors. -->
- <li><a href="#filter" data-option-filter=".black" style="background-color:#222"></a></li>
- <li><a href="#filter" data-option-filter=".grayscale" style="background-color:#ccc"></a></li>
- <li><a href="#filter" data-option-filter=".white" style="background-color:#fff"></a></li>
- <a href="#filter" data-option-filter=".yellow" style="background-color:#FFFDB6"></a>
- <a href="#filter" data-option-filter=".orange" style="background-color:#FDDC99"></a>
- <a href="#filter" data-option-filter=".brown" style="background-color:#B08C77"></a>
- <a href="#filter" data-option-filter=".red" style="background-color:#E95C5F"></a>
- <a href="#filter" data-option-filter=".pink" style="background-color:#FFB3BA"></a>
- <a href="#filter" data-option-filter=".purple" style="background-color:#E4CEE5"></a>
- <a href="#filter" data-option-filter=".blue" style="background-color:#94CCCD"></a>
- <a href="#filter" data-option-filter=".green" style="background-color:#B8F4BD"></a>
- </ul>
- </div>
- <!--End colors-->
- </div>
- <!--End maincontainer-->
- <!--CREDIT (DO NOT REMOVE)-->
- <a href="http://borntobewildthemes.tumblr.com" title="Page ICONS PAGE by borntobewildthemes"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement