screen.css 4.8 KB

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