screen.css 5.0 KB

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