screen.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. /*SCREEN.CSS - All styling for the screen view of the site should be done here*/
  2. /*Global tag based changes go here*/
  3. a {
  4. color: rgb(0,0,0);
  5. border: 0px;
  6. }
  7. body {
  8. color: black;
  9. background-color: gray;
  10. font-family: sans-serif;
  11. font-size: 150%;
  12. }
  13. img {
  14. border: 0px;
  15. }
  16. table {
  17. border-spacing: 0px;
  18. }
  19. td {
  20. padding: 0px;
  21. margin: 0px;
  22. }
  23. hr {
  24. width: 100%
  25. }
  26. ul {
  27. list-style-type: disc;
  28. }
  29. pre {
  30. margin-top: .25em;
  31. margin-bottom: .25em;
  32. white-space: pre-wrap;
  33. font-family: sans-serif;
  34. font-size: 1em;
  35. }
  36. textarea {
  37. height: 10em;
  38. width: 99%;
  39. background-color: #333;
  40. height: 15em;
  41. }
  42. /*Major DOM Element Styling goes below*/
  43. #topkek {
  44. background: rgb(0,0,0);
  45. box-shadow: 0 .25em .5em black;
  46. }
  47. .toplel {
  48. color: white;
  49. vertical-align: middle;
  50. }
  51. #lefttitle {
  52. font-family: courier;
  53. font-size: 1em;
  54. font-weight: bold;
  55. }
  56. #midtitle {
  57. text-align: center;
  58. }
  59. #righttitle {
  60. text-align: right;
  61. }
  62. #righttitle a, #configbar a {
  63. padding-right: .5em;
  64. border-right: .1em #333 solid;
  65. }
  66. #righttitle a:last-child, #configbar a:last-child {
  67. border-right: 0;
  68. }
  69. #menubutton {
  70. vertical-align: middle;
  71. }
  72. #littlemenu {
  73. background-color: rgb(0,0,0);
  74. background-color: rgba(0,0,0,.75);
  75. border-bottom-left-radius: 1em;
  76. }
  77. #leftbar {
  78. }
  79. #kontent {
  80. background: rgb(255,255,255); /*IE Fallback*/
  81. background: rgba(255,255,255,.90);
  82. border-radius: 0px 0px 1em 1em;
  83. box-shadow: 0 .5em 1em black;
  84. }
  85. #rightbar {
  86. }
  87. #footbar {
  88. color: white;
  89. background-color: black;
  90. text-align: center;
  91. }
  92. #stories {
  93. vertical-align: top;
  94. }
  95. /*Icon/Button styles below*/
  96. .rss {
  97. border: 0px;
  98. height: 1em;
  99. width: 1em;
  100. background-size: 1em;
  101. background-image: url(../img/icon/rss.png);
  102. display: inline-block;
  103. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon/rss.png', sizingMethod='scale');
  104. -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon/rss.png', sizingMethod='scale')";
  105. }
  106. .usericon, .buddyicon {
  107. width: 1em;
  108. height: 1em;
  109. float: right;
  110. background-size: 1em;
  111. }
  112. .avatar {
  113. width: 3em;
  114. height: 3em;
  115. float: left;
  116. background-size: 3em;
  117. }
  118. button#clickme {
  119. display: inline;
  120. float: right;
  121. box-shadow: 0px 0px 0.5em #66CCFF;
  122. padding: 0 .25em;
  123. font-size: .60em;
  124. background-color: #333;
  125. border-radius: .5em;
  126. border: .25em solid black;
  127. color: red;
  128. }
  129. button#clickme:active {
  130. padding-left: .30em;
  131. border-color: gray;
  132. }
  133. .coolbutton, .cooltext, textarea {
  134. box-sizing: border-box;
  135. border-radius: .5em;
  136. border: .25em solid black;
  137. color: white;
  138. padding: .25em;
  139. margin: .25em;
  140. }
  141. .coolbutton {
  142. box-shadow: 0 0 .5em black;
  143. background-color: #333;
  144. }
  145. .coolbutton:active {
  146. padding-left: .30em;
  147. border-color: gray;
  148. }
  149. .cooltext {
  150. background-color: #333;
  151. }
  152. #Submissions input, #Submissions textarea {
  153. width: 95%;
  154. display: block;
  155. margin-right: auto;
  156. margin-left: auto;
  157. }
  158. #Submissions textarea {
  159. height: 20em;
  160. vertical-align: top;
  161. }
  162. /*Various other stylistic stuff below*/
  163. a.nudes {
  164. color: rgb(0,255,0);
  165. }
  166. img.icon {
  167. height: 1em;
  168. width: 1em;
  169. }
  170. img.mblogimg, {
  171. max-width: 100%;
  172. display: block;
  173. }
  174. h3.blogtitles {
  175. margin-bottom: .5em;
  176. margin-top: 0px;
  177. }
  178. em.blogdetail {
  179. font-size: .8em;
  180. }
  181. a.topbar {
  182. text-decoration: none;
  183. color: white;
  184. }
  185. a:hover.topbar {
  186. text-decoration: underline;
  187. }
  188. img.titlebar {
  189. height: 1.5em;
  190. float: left;
  191. }
  192. p.title {
  193. padding-top: 0px;
  194. margin-top: 0px;
  195. font-weight: bold;
  196. }
  197. p#linkcontainer {
  198. padding: 2em .5em .5em .5em;
  199. background: rgb(0,0,0); /*IE Fallback*/
  200. background: rgba(0,0,0,.75);
  201. border-bottom-left-radius: 1em;
  202. margin-top: 0px;
  203. }
  204. span.bold {
  205. font-weight: bold;
  206. }
  207. p.posteditortitle {
  208. margin: 0px;
  209. font-weight: bold;
  210. border-bottom: .1em solid gray;
  211. padding: .5em;
  212. }
  213. .disabled {
  214. display: none;
  215. }
  216. .clear {
  217. clear: both;
  218. }
  219. .mbedit_text {
  220. display: inline-block;
  221. }
  222. .mbedit_button {
  223. width: 5em;
  224. display: inline-block;
  225. }
  226. #newposttitle {
  227. width: 95%;
  228. display: block;
  229. box-sizing: border-box;
  230. }
  231. #newpostlink {
  232. color: #990000;
  233. }