Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. /* board banner */
  2.  
  3. .boardHeader p {
  4. color: #af0a0f;
  5. }
  6.  
  7. .boardHeader p#labelName {
  8. font-size: 200%;
  9. font-weight: bold;
  10. }
  11.  
  12. .boardHeader p#labelDescription {
  13. font-size: 100%;
  14. }
  15.  
  16. .boardHeader a {
  17. font-size: 75%;
  18. display: inline-block;
  19. text-decoration: none;
  20. }
  21.  
  22. #modeBanner {
  23. padding-bottom: 0.1em;
  24. padding-top: 0.1em;
  25. text-align: center;
  26. margin: 1em;
  27. }
  28.  
  29. #modeBanner h3 {
  30. font-size: 95%;
  31. }
  32.  
  33. img#bannerImage {
  34. width: initial;
  35. }
  36.  
  37. /* board message */
  38.  
  39. #divMessage {
  40. font-weight: bold;
  41. text-align: center;
  42. color: #FF0000;
  43. }
  44.  
  45. /* thread and board pages */
  46. .threadPages {
  47. float: none;
  48. font-size: 12px;
  49. margin-top: 0.5em;
  50. }
  51.  
  52. .threadPages a {
  53. text-decoration: none
  54. }
  55.  
  56. .divPages #divPages, .boardPages #divPages {
  57. border: none;
  58. }
  59.  
  60. .threadPages span {
  61. }
  62.  
  63. .boardPages {
  64. padding: 0.1em 0.25em;
  65. }
  66.  
  67. /* index page */
  68.  
  69. #topBox {
  70. width: 70%;
  71. margin: 2.5em auto 1em auto;
  72. padding: 0.5em;
  73. text-align: center;
  74. }
  75.  
  76. #topBox p {
  77. display: inline-block;
  78. font-size: 80%;
  79. vertical-align: top;
  80. margin: 1em;
  81. padding: 0.5em;
  82. }
  83.  
  84. #topBox img {
  85. width: 10em;
  86. }
  87.  
  88. #indexWrapper {
  89. width: 70%;
  90. margin: 1em auto;
  91. padding: 0.5em;
  92. }
  93.  
  94. #innerWrapper {
  95. width: 69%;
  96. float: right;
  97. padding-right: 0.5em;
  98. }
  99.  
  100. #newsBox {
  101. width: 100%;
  102. padding: 0.5em 0 0.5em 0.5em;
  103. text-align: center;
  104. }
  105.  
  106. #links {
  107. padding: 0.5em 0.5em 0.5em 0.5em;
  108. font-size: 75%;
  109. display: inline-block;
  110. }
  111.  
  112. #links a {
  113. text-decoration: none;
  114. }
  115.  
  116. #linkLogs:before {
  117. font-family: FontAwesome;
  118. content: "\f05e";
  119. margin-right: 0.25em;
  120. }
  121.  
  122. #linkArchives:before {
  123. font-family: FontAwesome;
  124. content: "\f187";
  125. margin-right: 0.25em;
  126. }
  127.  
  128. #linkAccount:before {
  129. font-family: FontAwesome;
  130. content: "\f013";
  131. margin-right: 0.25em;
  132. }
  133.  
  134. #linkGlobalRules:before {
  135. font-family: FontAwesome;
  136. content: "\f128";
  137. margin-right: 0.25em;
  138. }
  139.  
  140. #linkFaq:before {
  141. font-family: FontAwesome;
  142. content: "\f129";
  143. margin-right: 0.25em;
  144. }
  145.  
  146. .topBoards {
  147. width: 100% !important;
  148. margin: 1em 0 1em 0 !important;
  149. padding: 0.5em 0 0.5em 0.5em;
  150. text-align: center;
  151. }
  152.  
  153. .topBoards h3 {
  154. margin-bottom: 0.25em;
  155. }
  156.  
  157. .topBoards br {
  158. margin-bottom: 0.5em;
  159. }
  160.  
  161. #divLatestPosts {
  162. width: 100%;
  163. margin: 1em 0 1em 0;
  164. padding: 0.5em 0 0.5em 0.5em;
  165. overflow: hidden;
  166. }
  167.  
  168. #divLatestPosts div {
  169. margin: 0.25em 0;
  170. }
  171.  
  172. #divLatestImages {
  173. float: left;
  174. max-width: 20%;
  175. padding: 0.5em;
  176. margin: 0 1em 1.5em auto;
  177. text-align: center;
  178. }
  179.  
  180. #divLatestImages div {
  181. max-width: 100%;
  182. }
  183.  
  184. div#innerWrapper table {
  185. margin: auto;
  186. }
  187.  
  188. div#divLatestPosts h3 {
  189. text-align: center;
  190. }
  191.  
  192. /* refresh timer */
  193.  
  194. .divRefresh {
  195. display: block !important;
  196. float: none;
  197. clear: both;
  198. text-align: center;
  199. margin-left: auto;
  200. margin-right: auto;
  201. padding: 0;
  202. height: 1.5em;
  203. }
  204.  
  205. .divRefresh label, .divRefresh input {
  206. display: inline-block;
  207. margin: 0;
  208. }
  209.  
  210. /* thread/post report and management form */
  211.  
  212. .contentAction, #transferControls, #ipDelete {
  213. clear: both;
  214. padding: 0.5em;
  215. margin: 4em auto 1em auto;
  216. float: none;
  217. width: 25em;
  218. text-align: -webkit-center;
  219. text-align: -moz-center;
  220. }
  221.  
  222. #threadReport label, #threadReport img, .contentAction label, .contentAction img, #transferControls, #ipDelete {
  223. display: block;
  224. }
  225.  
  226. #threadReport label.checkbox {
  227. display: inline-block;
  228. }
  229.  
  230. #transferControls, #ipDelete {
  231. margin: 1em;
  232. Display: none;
  233. }
  234.  
  235. .buttonBox {
  236. margin-top: 0.5em;
  237. }
  238.  
  239. #divControls input, #divControls label {
  240. display: inline-block;
  241. }
  242.  
  243. input#reportFieldReason, input#deletionFieldPassword, input#fieldCaptchaReport, input#reloadCaptchaButtonReport, #fieldBoards , #deleteFromIpFormButton , #transferFormButton , #fieldDestinationBoard, #ipField {
  244. width: 100%;
  245. }
  246.  
  247. input#reportFieldReason, input#deletionFieldPassword, input#fieldCaptchaReport, input#reloadCaptchaButtonReport, input#deleteJsButton, input#reportJsButton, #deleteFromIpFormButton , #ipField , #transferFormButton , #fieldDestinationBoard, #fieldBoards {
  248. }
  249.  
  250. input#fieldCaptchaReport {
  251. margin-bottom: 0.5em;
  252. }
  253.  
  254. img#captchaImageReport {
  255. width: 100%;
  256. max-width: 100%;
  257. }
  258.  
  259. input#deleteJsButton {
  260. cursor: pointer;
  261. }
  262.  
  263. input#reportJsButton {
  264. cursor: pointer;
  265. float: none;
  266. }
  267.  
  268. #reportJsButton , #banJsButton , #spoilJsButton , #deleteJsButton {
  269. width: 100%;
  270. }
  271.  
  272. #fieldbanMessage, #fieldExpiration {
  273. width: 100%;
  274. }
  275.  
  276.  
  277. /* footer styles */
  278.  
  279. footer {
  280. width: 100%;
  281. clear: both;
  282. margin-top: 2em;
  283. text-align: center;
  284. padding: 0.25em 0 0.25em 0;
  285. }
  286.  
  287. footer a, footer p {
  288. margin: 0 0.5em 0.5em 0.5em;
  289. text-decoration: none;
  290. }
  291. /* this has to go down here to override anything above it */
  292.  
  293. .hidden {
  294. display: none;
  295. }
  296. /* Odilitime's rules */
  297.  
  298. .uploadCell {
  299. max-width: 100%;
  300. }
  301.  
  302. .imgExpanded {
  303. max-width: 100%;
  304. }
  305.  
  306. /* atc */
  307.  
  308. .linkPost {
  309. max-width: 100%;
  310. }
  311.  
  312. .linkPost>img {
  313. max-width: 100%;
  314. }
  315.  
  316.  
  317. /*Trump head */
  318. body::after {
  319. position: fixed !important;
  320. content: url("https://i.sli.mg/YrOiDf.png");
  321. bottom: -20px;
  322. right: 20px !important;
  323. opacity: 1;
  324. z-index: -1;
  325. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement