screen.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  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. padding-top: .1rem;
  50. }
  51. .toplel {
  52. color: white;
  53. vertical-align: middle;
  54. }
  55. #lefttitle {
  56. font-family: courier;
  57. font-size: 1em;
  58. font-weight: bold;
  59. padding-left: .5rem;
  60. line-height: 2rem;
  61. }
  62. #midtitle, .midtitle {
  63. text-align: center;
  64. }
  65. #righttitle {
  66. text-align: right;
  67. }
  68. #righttitle a, #configbar a {
  69. padding-right: .5em;
  70. border-right: .1em #333 solid;
  71. }
  72. #righttitle a:last-child, #configbar a:last-child {
  73. border-right: 0;
  74. }
  75. #menubutton {
  76. vertical-align: middle;
  77. }
  78. #littlemenu {
  79. background-color: rgb(0,0,0);
  80. background-color: rgba(0,0,0,.75);
  81. border-bottom-left-radius: 1em;
  82. }
  83. #kontent {
  84. background: rgb(255,255,255); /*IE Fallback*/
  85. background: rgba(255,255,255,.90);
  86. border-radius: 0px 0px 1em 1em;
  87. box-shadow: 0 .5em 1em black;
  88. }
  89. #footbar {
  90. color: white;
  91. background-color: black;
  92. text-align: center;
  93. }
  94. /* admin styles */
  95. #mbengine {
  96. width: 100%;
  97. display: table;
  98. }
  99. #submissions {
  100. width: 20%;
  101. display: table-cell;
  102. }
  103. #stories {
  104. vertical-align: top;
  105. }
  106. /*Icon/Button styles below*/
  107. .rss {
  108. border: 0px;
  109. height: 1em;
  110. width: 1em;
  111. background-size: 1em;
  112. background-image: url(/img/icon/rss.png);
  113. display: inline-block;
  114. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon/rss.png', sizingMethod='scale');
  115. -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon/rss.png', sizingMethod='scale')";
  116. }
  117. .postericon {
  118. width: 2.5rem;
  119. height: 2.5rem;
  120. float: right;
  121. text-decoration:none;
  122. }
  123. .usericon, .buddyicon {
  124. width: 2rem;
  125. height: 2rem;
  126. display: inline-block;
  127. }
  128. .usericon, .buddyicon, .postericon {
  129. background-size: cover;
  130. background-repeat: no-repeat;
  131. padding-right: unset !important;
  132. }
  133. .circle, .usericon, .buddyicon, .postericon {
  134. border-radius: 50%;
  135. }
  136. .portrait {
  137. position: absolute;
  138. background-color: white;
  139. border: solid black 5px;
  140. height: 10rem;
  141. width: 10rem;
  142. background-size: cover;
  143. top: 13.5rem;
  144. }
  145. .banner {
  146. position: relative;
  147. padding: .5rem;
  148. box-sizing: border-box;
  149. resize: horizontal;
  150. overflow: clip;
  151. max-width: 45rem;
  152. min-height: 25rem;
  153. width: 100%;
  154. background-repeat: no-repeat;
  155. background-position: top center;
  156. margin-left: auto;
  157. margin-right: auto;
  158. }
  159. .banner > #postData {
  160. position: absolute;
  161. top: 19rem;
  162. left: 12rem;
  163. }
  164. .avatar {
  165. width: 3em;
  166. height: 3em;
  167. float: left;
  168. background-size: 3em;
  169. }
  170. span#clickme {
  171. display: none;
  172. font-size: 2rem;
  173. line-height: 2rem;
  174. }
  175. span#clickme:hover {
  176. cursor: pointer;
  177. }
  178. .coolbutton, .cooltext, textarea {
  179. box-sizing: border-box;
  180. border-radius: .5em;
  181. border: .25em solid black;
  182. color: white;
  183. padding: .25em;
  184. margin: .25em;
  185. }
  186. .coolbutton {
  187. box-shadow: 0 0 .5em black;
  188. background-color: #333;
  189. cursor:pointer;
  190. }
  191. .coolbutton:active {
  192. padding-left: .30em;
  193. border-color: gray;
  194. }
  195. .cooltext {
  196. background-color: #333;
  197. width: 100%;
  198. }
  199. .Submissions input, .Submissions textarea, .Submissions select {
  200. width: 95%;
  201. display: block;
  202. margin-right: auto;
  203. margin-left: auto;
  204. }
  205. .Config input, .Config textarea, .Config select {
  206. display:inline;
  207. }
  208. .Submissions textarea {
  209. height: 20em;
  210. vertical-align: top;
  211. }
  212. /*Various other stylistic stuff below*/
  213. a.nudes {
  214. color: rgb(0,255,0);
  215. }
  216. img.icon {
  217. height: 1em;
  218. width: 1em;
  219. }
  220. img.mblogimg, {
  221. max-width: 100%;
  222. display: block;
  223. }
  224. h3.blogtitles {
  225. margin-bottom: .5em;
  226. margin-top: 0px;
  227. }
  228. em.blogdetail {
  229. font-size: .8em;
  230. }
  231. a.topbar {
  232. text-decoration: none;
  233. color: white;
  234. }
  235. .topform {
  236. margin:0px;
  237. }
  238. a.topbarimg {
  239. vertical-align:middle;
  240. }
  241. a:hover.topbar {
  242. text-decoration: underline;
  243. }
  244. img.titlebar {
  245. height: 1.5em;
  246. float: left;
  247. }
  248. .title {
  249. padding-top: 0px;
  250. margin-top: 0px;
  251. font-weight: bold;
  252. }
  253. p#linkcontainer {
  254. padding: 2em .5em .5em .5em;
  255. background: rgb(0,0,0); /*IE Fallback*/
  256. background: rgba(0,0,0,.75);
  257. border-bottom-left-radius: 1em;
  258. margin-top: 0px;
  259. }
  260. span.bold {
  261. font-weight: bold;
  262. }
  263. p.posteditortitle {
  264. margin: 0px;
  265. font-weight: bold;
  266. border-bottom: .1em solid gray;
  267. padding: .5em;
  268. }
  269. .disabled {
  270. display: none;
  271. }
  272. .clear {
  273. clear: both;
  274. }
  275. .mbedit_text {
  276. display: inline-block;
  277. }
  278. .mbedit_button {
  279. width: 5em;
  280. display: inline-block;
  281. }
  282. #newposttitle {
  283. width: 95%;
  284. display: block;
  285. box-sizing: border-box;
  286. }
  287. #newpostlink {
  288. color: #990000;
  289. }
  290. /*Responsive design stuff that used to be in JS, modify as needed*/
  291. @media (max-width: 1024px) {
  292. div#midtitle {
  293. display: none;
  294. }
  295. div#lefttitle {
  296. min-width: calc(100vw - 5.5rem);
  297. }
  298. span#clickme {
  299. display: inline-block;
  300. flex-shrink: 0;
  301. }
  302. #righttitle, #configbar {
  303. visibility: hidden;
  304. position: fixed;
  305. top: 2rem;
  306. right: 0;
  307. min-width: 0;
  308. max-width: 100%;
  309. background-color: rgba(0,0,0,.75);
  310. border-bottom-left-radius: 1em;
  311. padding-left: .5rem;
  312. }
  313. #clickme:hover ~ #righttitle, #clickme:active ~ #righttitle, #clickme:focus ~ #righttitle, #righttitle:hover, #righttitle a:active, #clickme:active ~ #configbar, #clickme:focus ~ #configbar, #configbar:hover, #configbar a:active {
  314. visibility: visible;
  315. }
  316. #righttitle > a, #configbar a {
  317. display: block;
  318. border-right: 0;
  319. }
  320. }
  321. @media (max-width: 700px) {
  322. #mbengine {
  323. width: 100%;
  324. display: block;
  325. }
  326. #submissions {
  327. width: 100%;
  328. display: block;
  329. }
  330. .responsive-hide {
  331. display:none;
  332. }
  333. }
  334. .manageUserEntry {
  335. border: .25rem dashed black;
  336. padding: .5rem;
  337. }
  338. .undecorated {
  339. text-decoration: none;
  340. }
  341. .tile {
  342. display: inline-block;
  343. }
  344. .preview {
  345. background-repeat: no-repeat;
  346. background-position: center;
  347. background-size: contain;
  348. margin-top: .5rem;
  349. }
  350. .profile {
  351. background-size: 75%;
  352. background-position-y: center;
  353. }
  354. .bigprofile {
  355. background-size: 100%;
  356. background-position-y: center;
  357. }
  358. /*Responsive Shizz*/
  359. @media(max-width: 900px) {
  360. body {
  361. font-size: 100%;
  362. }
  363. #kontent {
  364. padding: 3em 0.5em 0.5em;
  365. max-width:95vw;
  366. }
  367. #leftbar, #rightbar {
  368. display: none;
  369. }
  370. img.nudes, .mblogimg {
  371. max-width: 95vw;
  372. }
  373. .trogged {
  374. display: none;
  375. }
  376. }
  377. /*Responsive iframes*/
  378. @media(max-width: 35rem) {
  379. iframe.responsive, video.responsive {
  380. width: 100%;
  381. height: 10rem;
  382. }
  383. .responsive-text {
  384. width:100%;
  385. }
  386. }
  387. /* For tcms Advert */
  388. .trogged {
  389. right: 0;
  390. bottom: 0;
  391. position: fixed;
  392. z-index: 100;
  393. text-decoration: none;
  394. }
  395. /* embed style for posts */
  396. .embed {
  397. border: inset;
  398. margin: 2rem;
  399. padding: 1rem;
  400. }
  401. /* Name badge on posts */
  402. .nameBadge {
  403. background-color: black;
  404. opacity: 80%;
  405. color: white;
  406. border-radius: 1rem;
  407. text-align:center;
  408. padding-left: 1rem;
  409. padding-right: 1rem;
  410. padding-bottom: .5rem;
  411. }
  412. pre {
  413. background: #e4e4e4;
  414. border-width: 1px;
  415. border-style: solid;
  416. border-color: #400 #700 #700 #400;
  417. }
  418. a.tag {
  419. margin: .25rem 0rem .25rem 0rem;
  420. padding: 0rem .5rem 0rem .5rem;
  421. border-radius: 1rem;
  422. background: #e4e4e4;
  423. border-width: 1px;
  424. border-style: solid;
  425. border-color: grey;
  426. text-decoration: none;
  427. text-shadow 0 0 2px grey;
  428. }
  429. .postData {
  430. margin-top: .5rem;
  431. }