Guest User

T.net restyle - additional fixes

a guest
Oct 18th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.34 KB | None | 0 0
  1. h1, h2, h1 a, h2 a { color: #204769; }
  2.  
  3. #layout {
  4.     background: url(http://interfacelift.com/wallpaper/D47cd523/03099_potential_2560x1440.jpg) fixed bottom center #333;
  5.     min-height: 1000px;
  6. }
  7. #contentArea {
  8.     background: #fff;
  9.     padding: 100px 20px 200px 20px;
  10.     box-shadow: -10px 0 0 rgba(0,0,0,0.15),
  11.                 10px 0 0 rgba(0,0,0,0.15),
  12.                 0 0 5px rgba(0,0,0,0.60);
  13.     min-height: 1000px;
  14. }
  15. #top {
  16.     position: fixed;
  17.     width: 100%;
  18.     height: 85px;
  19.     border: none;
  20.     box-shadow: 0 0 20px rgba(0,0,0,1);
  21.     z-index: 9999;
  22.     testbackground: -webkit-linear-gradient(#3972a2, #204769);
  23.     bluebackground: -webkit-linear-gradient(rgba(57, 114, 162, 1), rgba(32, 71, 105, 0.9));
  24.     background: -webkit-linear-gradient(rgba(177,47,0, 0.95),rgba(182,14,0, 1) 68px);
  25. }
  26.  
  27. #menubar {
  28.     bluebox-shadow: 0 0 0 1px rgba(255, 255, 255, .15), 0 -10px 15px rgba(70, 150, 200, .25);
  29.     border-radius: 20px 20px 0 0;
  30. }
  31.  
  32. #searchbar {
  33.     position: fixed;
  34.     top: 0;
  35.     left: 50%;
  36.     margin-left: -350px;
  37.     z-index: 9999;
  38.     margin: 10px 0 0 0;
  39.     height: auto;
  40. }
  41. #search {
  42.     padding: 0;
  43.     width: auto;
  44. }
  45. #true { display: none; }
  46.  
  47. .galleryHeadingContainer { display: none; }
  48. .topBorder { margin-left: -38px !important; }
  49.  
  50. #reacties * { border: none; }
  51.  
  52. #bottom {
  53.     background: -webkit-linear-gradient(#333,#000) 0 0;
  54.     box-shadow: 0 0 10px #333;
  55.     opacity: 0.8;
  56.     -webkit-transition: all linear 0.3s;
  57. }
  58. #bottom:hover { opacity: 1; }
  59. #bottom div.hr { display: none; }
  60.  
  61. .pageTabsContainer {
  62.     margin-top: 51px;
  63.     box-shadow: 0 0 10px #333;
  64.     height: 30px;
  65.     overflow: hidden;
  66. }
  67.  
  68. div.content { margin-top: 30px; }
  69.  
  70. div.message { margin-bottom: -1px; }
  71.  
  72. div.popup.trackerPopup {
  73.     position: fixed;
  74.     box-shadow: 0 0 10px #333;
  75. }
  76.  
  77. div.popup.mainSearchSuggest {
  78.     position: fixed;
  79.     z-index: 9999;
  80. }
  81.  
  82. .modButtons { float: left; }
  83. .commentLink {
  84.     float: right;
  85.     padding: 3px 10px;
  86.     background: #eee;
  87.     color: #222;
  88. }
  89. .commentLink:hover { background: #e5e5e5; }
  90.  
  91. p.pagecounter { margin-top: 10px; }
  92.  
  93. .breadcrumb, .breadcrumb a { font-size: 12px; }
  94.  
  95. #sidebar {
  96.     position: fixed;
  97.     left: 50%;
  98.     margin-left: 320px;
  99.     top: 100px;
  100. }
  101.  
  102. #jobs_relations { overflow: hidden; }
  103. #jobs_relations:hover { overflow: auto; }
Advertisement
Add Comment
Please, Sign In to add comment