Advertisement
attractedtosin

Icons Page 004

Mar 22nd, 2014
1,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!------
  6. ICONS PAGE 004
  7. ohcodey.tumblr.com [wolfwrecked]
  8.  
  9. Please observe common theme sharing etiquette:
  10. :you may alter but do not remove credit
  11. :do not use as a base or redistibute
  12. :etc
  13.  
  14. ----->
  15.  
  16.  
  17.  
  18. <title> icons page </title>
  19.  
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
  24.  
  25.  
  26. </head>
  27.  
  28. <style type="text/css">
  29.  
  30. a {color:#888888; text-decoration:none;}
  31.  
  32. body {
  33. font-family: 'Ubuntu Mono', sans serif ;
  34. font-size:10px;
  35. text-align:justify;
  36. color:#333333;
  37. }
  38.  
  39. .container {
  40. width:530px;
  41. padding:3px;
  42. margin-left:100px;
  43. margin-top:75px;
  44. letter-spacing:+1px;
  45. margin-bottom:100px;
  46. overflow:auto;
  47. float:left;
  48. }
  49.  
  50. .side {
  51. width:150px;
  52. height:100%;
  53. position:fixed;
  54. padding-top:78px;
  55. left:716px;
  56. border-left:5px solid #000;
  57. letter-spacing:+1px;
  58. font-size:8px;
  59. color:#eee;
  60. }
  61.  
  62. .side a {
  63. display:block;
  64. width:150px;
  65. border-bottom:5px solid #000;
  66. text-align:left;
  67. color:#222;
  68. text-align:center;
  69. padding-top:10px;
  70. font-size:7pt;
  71. height:18px;
  72. margin-right:20px;
  73. text-transform:uppercase;
  74. }
  75.  
  76. .side a:hover {background-color:#3c4dcc;color:#eee;}
  77.  
  78. .container img {float:left; margin:3px;}
  79.  
  80.  
  81. ::selection {
  82. background:#5a8ffb;
  83. color:#ffffff;
  84. }
  85. ::-moz-selection {
  86. background:#5a8ffb;
  87. color:#ffffff;
  88. }
  89. ::-webkit-selection {
  90. background:#5a8ffb;
  91. color:#ffffff;
  92. }
  93. ::-webkit-scrollbar {
  94. width:10px;
  95. height:auto;
  96. background:#ffffff;;
  97. }
  98.  
  99. ::-webkit-scrollbar-corner {background:#ffffff;}
  100. ::-webkit-scrollbar-thumb:vertical {background:#eeeeee; }
  101. ::-webkit-scrollbar-thumb:horizontal {background:#eeeeee;}
  102. ::-webkit-scrollbar-thumb:hover {background:#ffffff;}
  103.  
  104. .credit {
  105. padding:10px;
  106. font-size:10px;
  107. position:fixed;
  108. bottom:10px;
  109. right:15px;
  110. font-size:12pt;
  111. }
  112.  
  113. .credit a {color:#ccc;}
  114.  
  115. </style>
  116.  
  117.  
  118.  
  119. <body>
  120.  
  121.  
  122.  
  123. <div class="container">
  124.  
  125.  
  126.  
  127.  
  128. <!--
  129.  
  130. just add your icons in immediately below!!
  131.  
  132.  
  133. -->
  134.  
  135.  
  136.  
  137. <img src="">
  138. <img src="">
  139. <img src="">
  140. <img src="">
  141. <img src="">
  142. <img src="">
  143. <img src="">
  144.  
  145.  
  146.  
  147. </div>
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. <div class="side">
  156.  
  157. <img src="SIDEBAR IMG LINK GOES HERE, SHOULD BE 150PX WIDE">
  158.  
  159. <a href="/">home</a> <a href="/">link</a> <a href="/">link</a>
  160.  
  161.  
  162.  
  163. </div>
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. <div class="credit">
  173. <a href="http://ohcodey.tumblr.com">&copy;</a>
  174. </div>
  175. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement