Advertisement
Guest User

sneci a tranyószopó

a guest
Oct 21st, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.34 KB | None | 0 0
  1. * { margin: 0; padding: 0; }
  2. body { background: url("../images/body-bg.jpg") repeat-x scroll 0 0 #151515; font-family: Verdana, sans-serif; font-size: 14px; color: lightgray;   }
  3. p { line-height: 19px; color: lightgray; }
  4. h1 { font-size: 23px; border-bottom: 1px solid lightgray; padding-bottom: 2px; margin-bottom: 10px; }
  5. p { padding-bottom: 25px; }
  6. img { border: 0; }
  7. ul { margin-bottom: 25px; }
  8. li { margin: 0 0 10px 35px; list-style-image: url(../images/bullet.png); padding: 0 0 0 3px; }
  9. a { font-weight: bold; color: lightgray; text-decoration: none; }
  10. .paginator a:hover, .comment .right a:hover, #sidebar a:hover { border-bottom: 1px dashed lightgray; }
  11. td { vertical-align: top; padding: 2px 3px; border-spacing: 0px; }
  12. input[type=text], input[type=password], textarea { width: 450px; padding: 3px; border: 1px solid black; -moz-box-shadow: inset 0 0 5px black; -webkit-box-shadow: inset 0 0 5px black; box-shadow: inner 0 0 5px #e3e3e3; background: #232323; color: lightgray;}
  13. input[type=button] { padding: 2px 3px; background: darkgray; border: 1px solid black; color: black;}
  14. textarea { height: 270px; }
  15. input[type=submit], button { border: 1px solid black; background: darkgray; padding: 2px 5px; border-radius: 3px; box-shadow: 1px 1px 1px black; }
  16. fieldset { margin: 12px; padding: 8px; border: 1px solid #e8e8e8; background: #f6f6f6; }
  17. legend { margin: 0 2px; padding: 0 0px; font-weight: bold; }
  18. .hidden { display: none; }
  19. .button { font-size: 10px; border: 1px solid black; padding: 2px 3px; background: #383838; border-radius: 3px; }
  20. .button:hover { background: white; }
  21. .button:hover { color: black; }
  22. .notifycation { color: red; font-weight: bold; }
  23.  
  24. #wrapper { width: 1100px; margin: 0 auto; }
  25.  
  26. #loginForm input[type=text], #loginForm input[type=password] {
  27.     width: 200px; padding: 2px; border: 1px solid silver;
  28. }
  29.  
  30. #header { height: 65px; position: relative; z-index: 2; }
  31. #header .logo { position: absolute; top: 14px; left: 15px;  }
  32. #header .menu {
  33.     position: absolute; right: 0; top: 28px; margin: 0; z-index: 2;
  34. }
  35. #header .menu li { float: left; list-style-type: none; list-style-image: none; margin: 0; padding: 0; }
  36. #header .menu li a { padding: 8px 15px; color: white; text-decoration: none; display: block; }
  37. #header .menu li a:hover { color: white; }
  38.  
  39. #content {
  40.     background: #383838; padding: 0; border-radius: 0 0 8px 8px; border: 1px solid black;  border-width: 0 1px 1px 1px;
  41.     margin-top: -9px; position: relative; z-index: 1;
  42. }
  43. #content .inner { width: 800px; float: left; margin: 15px 0 15px 15px; }
  44. #sidebar { float: right; width: 230px; margin: 25px 5px 0 0; padding: 5px; font-size: 14px; }
  45. #sidebar h2 { font-size: 16px; border-bottom: 1px dashed black; padding: 3px; margin: 0 0 5px 0; background: #232323; }
  46. #sidebar .search { margin: 15px 0 0 0; }
  47. #sidebar .search input[type=text] { width: 150px; }
  48. .comment {
  49.      margin: 0 auto 25px auto; border: 1px solid black; border-radius: 5px; background: #232323;
  50. }
  51. .comment .header { padding: 0 5px; border-bottom: 1px solid black; background: #232323; height: 27px; line-height: 27px;  border-radius: 5px 5px 0 0;  }
  52. .comment .header img { vertical-align: text-bottom; }
  53. .comment .header .date { font-size: 11px; }
  54. .comment.highlighted { background: #1f1d36; border: 1px solid #8991c1; }
  55. .comment.highlighted .header { background: #1f1d36; border-bottom: 1px dashed #8991c1; }
  56. .comment.bookmarked { border: 1px solid white; }
  57. .comment.downwoted .content { display: none; }
  58. .comment .content { }
  59. .comment .header span.buttons { float: right; }
  60. .comment .header span img { vertical-align: middle; }
  61. .comment .content img { max-width: 100%; display: block; margin: 10px 0; }
  62. .comment .sodi { color: #FF7A00; }
  63. .comment .bottom { border-top: 1px dashed silver;  padding: 5px; font-size: 10px;}
  64. .comment .left { float: left; width: 120px; padding: 5px 0px 10px 0px; font-size: 10px; text-align: center; border-right: 0px dashed silver; text-align: left; line-height: 20px; }
  65. .comment .left img { display: block; margin: 5px auto 10px auto; width: 100px; height: 100px; border-radius: 8px; }
  66. .comment .right { float: right; padding: 10px 10px 5px 0; width: 660px; }
  67. .comment .right .innerDiv { min-height: 95px; padding: 0 0 15px 0; overflow-wrap: break-word;}
  68.  
  69. .comment table { margin: 10px; background: #ebf1ff; font-size: 0.8em; border: 1px solid #cad9ff; }
  70. .comment table td { padding: 8px;  }
  71.  
  72. .comment .quote {  margin: 12px 0; padding: 10px; border: 1px solid black; background: #383838; position: relative; }
  73. .comment .quote .author { position: absolute; top: -9px; left: 10px; background: ; font-weight: bold; }
  74. .comment .quote img { display: none; }
  75. .comment .verified { color: #3838ff; }
  76. .comment .verified.recskaboy { color: #FF7A00; }
  77. .comment .verified.freshman { color:   #5dade2; }
  78.  
  79. legend { margin: 0 2px; padding: 0 0px; font-weight: bold; }
  80. .paginator { text-align: center; margin: 25px 0; }
  81. .paginator .active { border: 1px solid lightgray; padding: 1px; }
  82.  
  83.  
  84.  
  85. .newComments { display: none; text-align: center; margin: 20px auto; width: 50%; padding: 10px; background: #232323; border: 1px solid lightgray; }
  86. .notify { text-align: center; margin: 20px auto; width: 400px; padding: 10px; background: #e3efff; border: 1px solid #cee3ff; }
  87.  
  88. #window {
  89.     display: none; position: fixed; top: 50%; left: 50%; margin: -100px 0 0 -250px; width: 500px; height: 200px; background: white; border-radius: 8px; border: 1px solid silver; z-index: 9999;
  90.     padding: 15px;
  91. }
  92. #overlay { display: none; height: 100%; width: 100%; position: fixed; top: 0; left: 0; background: pink; z-index: 9998; }
  93. .farkarosszNote { background:#edf0fe; border: 1px solid #bac7ff; padding: 10px; margin: 0 auto 15px auto; width: 600px; text-align: left; }
  94.  
  95. .bottomDate { display: none; }
  96.  
  97. #navButtons { position: fixed; bottom: 10px; right: 5px; z-index: 3; }
  98. #navButtons a { display: block; float: left; padding: 10px; }
  99. #bookmarkButton { float: left; }
  100.  
  101. .signature { display: block; border-top: 1px dashed silver; font-size: 11px; padding-top: 5px; clear: both; color: silver; }
  102.  
  103. .image { float: left; padding: 15px; }
  104.  
  105. input[type=text].hiddenField { height: 0; border: 0; padding: 0; margin: 0; display: block; }
  106.  
  107. #next-events span { font-size: 11px; }
  108.  
  109. .sodiIndicator { display: block; margin: 0 0 15px 0; text-align: center; }
  110. .online { color: orange; }
  111. .offline { color: silver; }
  112.  
  113. .userform {padding-top:1em;}
  114. .userform label {display: inline-block; width: 120px; font-weight: bold;height:4em;vertical-align:top;}
  115. .userform input {display:block; width:auto;}
  116. .userform div.input {display: inline-block; width: 600px;}
  117. .userform span.description {font-style:italic;font-size:0.9em}
  118.  
  119. .feedbacks {height:2em; vertical-align:middle;padding-top:1em;}
  120. .feedbacks span.error {color: #FF1000; padding: 0.5em;font-weight:bold;}
  121. .feedbacks span.message {color: #10A510; padding: 0.5em;font-weight:bold;}
  122.  
  123. div.votebutton {display:inline-block;width:50px;height:18px;vertical-align:middle; border: 1px solid black;border-radius: 8px;}
  124. div.upvote {background-image: url("../images/thumbs_up.png");margin-right: 5px;}
  125. div.downvote {background-image: url("../images/thumbs_down.png"); }
  126. div.selected-vote {border: 2px solid #FF7A00;border-radius: 8px;}
  127. div.dismissed-vote {opacity:25%;}
  128. .active div.votebutton {cursor: pointer;}
  129.  
  130. .novote div.votebutton {display:none;}
  131.  
  132. .disliked {opacity:50%;}
  133. .disliked .content {display:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement