Advertisement
Guest User

Aqui

a guest
Jan 10th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. /**
  2. * WhiteShadow Theme by pedxz to ModernBB
  3. */
  4. @import url(https://fonts.googleapis.com/css?family=Roboto:300);
  5. body {
  6. text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  7. font-family: "Roboto", sans-serif;
  8. -webkit-font-smoothing: antialiased;
  9. -moz-osx-font-smoothing: grayscale;
  10. font-weight: 300;
  11. font-style: normal;
  12. }
  13. a {
  14. text-decoration: none;
  15. -webkit-tap-highlight-color: transparent;
  16. }
  17. a, .post-content {
  18. text-shadow: none;
  19. }
  20. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  21. font-weight: inherit;
  22. }
  23. .h3, h3 {
  24. border-color: transparent;
  25. }
  26. .headerbar {
  27. height: 250px;
  28. }
  29. a#logo {
  30. display: none;
  31. }
  32. div#headerbar-top {
  33. background-color: #2c353b;
  34. margin-top: 170px;
  35. background-attachment: fixed;
  36. background-position: center top;
  37. }
  38. div#site-desc {
  39. top: 20%;
  40. }
  41. .is-sticky {
  42. position: relative!important;
  43. background-color: #2c353b!important;
  44. margin-top: 170px;
  45. box-shadow: none!important;
  46. height: 81px!important;
  47. padding: 0!important;
  48. }
  49. .is-sticky .navbar {
  50. text-align: left;
  51. }
  52. .is-sticky .navbar li {
  53. margin: 25px 0 0;
  54. }
  55. .navbar a:hover {
  56. background-color: transparent;
  57. border-radius: 0;
  58. color: white;
  59. }
  60. .navbar li:hover {
  61. opacity: .2;
  62. }
  63. .forabg.hidden {
  64. background-color: rgb(245, 245, 245);
  65. }
  66. .post-head {
  67. background-color: white;
  68. border-color: white;
  69. }
  70. .postprofile-avatar img {
  71. border: 0;
  72. border-radius: 0;
  73. -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  74. box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  75. }
  76. #preview .postbody table, #preview .postbody td, div[class*='post--'] .postbody table, div[class*='post--'] .postbody td {
  77. border: 0!important;
  78. }
  79. .copyright .wrap:after {
  80. content: 'WhiteShadow Theme by pedxz to ModernBB Host by HitSkin.';
  81. display: block;
  82. padding-bottom: 20px;
  83. }
  84.  
  85. a[href="/u1"] {
  86. text-shadow: 0px 0px 5px #32A3FA;
  87. }
  88.  
  89. a[href="/u1"] {
  90. background: url("https://i.servimg.com/u/f42/17/32/85/36/th/borbol11.gif");
  91. }
  92.  
  93. .Dono {
  94. -moz-border-radius: 3px;
  95. -webkit-border-radius: 3px;
  96. background: #000099;
  97. border-radius: 3px;
  98. color: #fff;
  99. display: inline-block;
  100. font-size: 11px;
  101. font-weight: 700;
  102. margin-top: 5px;
  103. padding: 3px 8px;
  104. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  105. }
  106.  
  107. .Forum {
  108. -moz-border-radius: 3px;
  109. -webkit-border-radius: 3px;
  110. background: #ff9900;
  111. border-radius: 3px;
  112. color: #fff;
  113. display: inline-block;
  114. font-size: 11px;
  115. font-weight: 700;
  116. margin-top: 5px;
  117. padding: 3px 8px;
  118. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  119. }
  120.  
  121. .Administrador {
  122. -moz-border-radius: 3px;
  123. -webkit-border-radius: 3px;
  124. background: #F08DA6;
  125. border-radius: 3px;
  126. color: #fff;
  127. display: inline-block;
  128. font-size: 11px;
  129. font-weight: 700;
  130. margin-top: 5px;
  131. padding: 3px 8px;
  132. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  133. }
  134.  
  135. .Helper {
  136. -moz-border-radius: 3px;
  137. -webkit-border-radius: 3px;
  138. background: #25D997;
  139. border-radius: 3px;
  140. color: #fff;
  141. display: inline-block;
  142. font-size: 11px;
  143. font-weight: 700;
  144. margin-top: 5px;
  145. padding: 3px 8px;
  146. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  147. }
  148.  
  149. .Lider {
  150. -moz-border-radius: 3px;
  151. -webkit-border-radius: 3px;
  152. background: #C671F7;
  153. border-radius: 3px;
  154. color: #fff;
  155. display: inline-block;
  156. font-size: 11px;
  157. font-weight: 700;
  158. margin-top: 5px;
  159. padding: 3px 8px;
  160. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  161. }
  162.  
  163. .Membro {
  164. -moz-border-radius: 3px;
  165. -webkit-border-radius: 3px;
  166. background: #000000;
  167. border-radius: 3px;
  168. color: #fff;
  169. display: inline-block;
  170. font-size: 11px;
  171. font-weight: 700;
  172. margin-top: 5px;
  173. padding: 3px 8px;
  174. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  175. }
  176.  
  177. .Moderador {
  178. -moz-border-radius: 3px;
  179. -webkit-border-radius: 3px;
  180. background: #A1682C;
  181. border-radius: 3px;
  182. color: #fff;
  183. display: inline-block;
  184. font-size: 11px;
  185. font-weight: 700;
  186. margin-top: 5px;
  187. padding: 3px 8px;
  188. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  189. }
  190.  
  191. .Banido {
  192. -moz-border-radius: 3px;
  193. -webkit-border-radius: 3px;
  194. background: #ff0000;
  195. border-radius: 3px;
  196. color: #fff;
  197. display: inline-block;
  198. font-size: 11px;
  199. font-weight: 700;
  200. margin-top: 5px;
  201. padding: 3px 8px;
  202. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  203. }
  204.  
  205. .Colaborador {
  206. -moz-border-radius: 3px;
  207. -webkit-border-radius: 3px;
  208. background: #96F55F;
  209. border-radius: 3px;
  210. color: #fff;
  211. display: inline-block;
  212. font-size: 11px;
  213. font-weight: 700;
  214. margin-top: 5px;
  215. padding: 3px 8px;
  216. text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  217. }
  218.  
  219. .post .post-head {
  220. background-color: transparent;
  221. border-bottom-color: rgba(0, 0, 0, .1);
  222. }
  223.  
  224. .postprofile-name a {
  225. text-shadow: 0 1px 1px rgba(0,0,0,0.10)!important;
  226. }
  227.  
  228. .gensmall[style*="000099"]::before,
  229. .block .gensmall > [style*="000099"]::before,
  230. [style="color:#000099"] strong::before {
  231. content: '\f058 ';
  232. font-family: 'fontawesome';
  233. }
  234.  
  235. .lastpost-avatar img, /* ULTIMOS ASSUNTOS */
  236. .monAva img, /* STAFF WIDGET */
  237. .postprofile-avatar img, /* STAFF WIDGET */
  238. .mod-login-avatar img /* PERFIL */ {
  239. max-height: 300px; /* ALTURA MÁXIMA */
  240. max-width: 160px; /* LARGURA MÁXIMA */
  241. height: auto; /* ALTURA PADRÃO */
  242. border-radius: 0!important;
  243. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement