screen.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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: 100%;
  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. audio, video {
  43. display: block;
  44. }
  45. /*Major DOM Element Styling goes below*/
  46. #topkek {
  47. background: rgb(0,0,0);
  48. box-shadow: 0 .25em .5em black;
  49. }
  50. .toplel {
  51. color: white;
  52. vertical-align: middle;
  53. }
  54. #lefttitle {
  55. font-family: courier;
  56. font-size: 1em;
  57. font-weight: bold;
  58. }
  59. #midtitle {
  60. text-align: center;
  61. }
  62. #righttitle {
  63. text-align: right;
  64. }
  65. #righttitle a, #configbar a {
  66. padding-right: .5em;
  67. border-right: .1em #333 solid;
  68. }
  69. #righttitle a:last-child, #configbar a:last-child {
  70. border-right: 0;
  71. }
  72. #menubutton {
  73. vertical-align: middle;
  74. }
  75. #littlemenu {
  76. background-color: rgb(0,0,0);
  77. background-color: rgba(0,0,0,.75);
  78. border-bottom-left-radius: 1em;
  79. }
  80. #leftbar {
  81. }
  82. #kontent {
  83. background: rgb(255,255,255); /*IE Fallback*/
  84. background: rgba(255,255,255,.90);
  85. border-radius: 0px 0px 1em 1em;
  86. box-shadow: 0 .5em 1em black;
  87. }
  88. #rightbar {
  89. }
  90. #footbar {
  91. color: white;
  92. background-color: black;
  93. text-align: center;
  94. }
  95. /* admin styles */
  96. #mbengine {
  97. width: 100%;
  98. display: table;
  99. }
  100. #submissions {
  101. width: 20%;
  102. display: table-cell;
  103. }
  104. #stories {
  105. vertical-align: top;
  106. }
  107. /*Icon/Button styles below*/
  108. .rss {
  109. border: 0px;
  110. height: 1em;
  111. width: 1em;
  112. background-size: 1em;
  113. background-image: url(../img/icon/rss.png);
  114. display: inline-block;
  115. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon/rss.png', sizingMethod='scale');
  116. -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon/rss.png', sizingMethod='scale')";
  117. }
  118. .usericon, .buddyicon {
  119. width: 1em;
  120. height: 1em;
  121. float: right;
  122. background-size: 1em;
  123. }
  124. .avatar {
  125. width: 3em;
  126. height: 3em;
  127. float: left;
  128. background-size: 3em;
  129. }
  130. button#clickme {
  131. display: none;
  132. float: right;
  133. box-shadow: 0px 0px 0.5em #66CCFF;
  134. padding: 0 .25em;
  135. margin: .25em;
  136. font-size: .60em;
  137. background-color: #333;
  138. border-radius: .5em;
  139. border: .25em solid black;
  140. color: red;
  141. }
  142. button#clickme:active {
  143. padding-left: .30em;
  144. border-color: gray;
  145. }
  146. .coolbutton, .cooltext, textarea {
  147. box-sizing: border-box;
  148. border-radius: .5em;
  149. border: .25em solid black;
  150. color: white;
  151. padding: .25em;
  152. margin: .25em;
  153. }
  154. .coolbutton {
  155. box-shadow: 0 0 .5em black;
  156. background-color: #333;
  157. }
  158. .coolbutton:active {
  159. padding-left: .30em;
  160. border-color: gray;
  161. }
  162. .cooltext {
  163. background-color: #333;
  164. }
  165. #Submissions input, #Submissions textarea {
  166. width: 95%;
  167. display: block;
  168. margin-right: auto;
  169. margin-left: auto;
  170. }
  171. #Submissions textarea {
  172. height: 20em;
  173. vertical-align: top;
  174. }
  175. /*Various other stylistic stuff below*/
  176. a.nudes {
  177. color: rgb(0,255,0);
  178. }
  179. img.icon {
  180. height: 1em;
  181. width: 1em;
  182. }
  183. img.mblogimg, {
  184. max-width: 100%;
  185. display: block;
  186. }
  187. h3.blogtitles {
  188. margin-bottom: .5em;
  189. margin-top: 0px;
  190. }
  191. em.blogdetail {
  192. font-size: .8em;
  193. }
  194. a.topbar {
  195. text-decoration: none;
  196. color: white;
  197. }
  198. a:hover.topbar {
  199. text-decoration: underline;
  200. }
  201. img.titlebar {
  202. height: 1.5em;
  203. float: left;
  204. }
  205. p.title {
  206. padding-top: 0px;
  207. margin-top: 0px;
  208. font-weight: bold;
  209. }
  210. p#linkcontainer {
  211. padding: 2em .5em .5em .5em;
  212. background: rgb(0,0,0); /*IE Fallback*/
  213. background: rgba(0,0,0,.75);
  214. border-bottom-left-radius: 1em;
  215. margin-top: 0px;
  216. }
  217. span.bold {
  218. font-weight: bold;
  219. }
  220. p.posteditortitle {
  221. margin: 0px;
  222. font-weight: bold;
  223. border-bottom: .1em solid gray;
  224. padding: .5em;
  225. }
  226. .disabled {
  227. display: none;
  228. }
  229. .clear {
  230. clear: both;
  231. }
  232. .mbedit_text {
  233. display: inline-block;
  234. }
  235. .mbedit_button {
  236. width: 5em;
  237. display: inline-block;
  238. }
  239. #newposttitle {
  240. width: 95%;
  241. display: block;
  242. box-sizing: border-box;
  243. }
  244. #newpostlink {
  245. color: #990000;
  246. }
  247. /*Responsive design stuff that used to be in JS, modify as needed*/
  248. @media (max-width: 1024px) {
  249. #lefttitle {
  250. width: 100%;
  251. max-width: 100%;
  252. }
  253. #clickme {
  254. display: table-cell !important;
  255. }
  256. #righttitle, #configbar {
  257. visibility: hidden;
  258. position: fixed;
  259. top: 2rem;
  260. right: 0;
  261. min-width: 0;
  262. max-width: 100%;
  263. background-color: rgba(0,0,0,.75);
  264. border-bottom-left-radius: 1em;
  265. }
  266. #clickme:active ~ #righttitle, #clickme:focus ~ #righttitle, #righttitle:hover, #righttitle a:active, #clickme:active ~ #configbar, #clickme:focus ~ #configbar, #configbar:hover, #configbar a:active {
  267. visibility: visible;
  268. }
  269. #righttitle a, #configbar a {
  270. display: block;
  271. border-right: 0;
  272. }
  273. }
  274. @media (max-width: 700px) {
  275. #mbengine {
  276. width: 100%;
  277. display: block;
  278. }
  279. #submissions {
  280. width: 100%;
  281. display: block;
  282. }
  283. }