Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. .navbar-brand img {
  2. content: url("https://xdiscuss.net/core/html/img/logo.png");
  3. }
  4. .panel-primary>.panel-heading {
  5. background-color: #808080;
  6. }
  7. .navbar,
  8. .navbar-default {
  9. background-color: #808080;
  10. }
  11. .panel-body {
  12. border: 3px solid #808080D;
  13. }
  14. .panel-heading {
  15. padding: 10px 15px;
  16. border-bottom: 0px solid transparent;
  17. border-top-left-radius: 0;
  18. border-top-right-radius: 0;
  19. }
  20. body {
  21. -webkit-font-smoothing: antialiased;
  22. background: #808080;
  23. -moz-background-size: cover;
  24. background-size: cover;
  25. -o-background-size: cover;
  26. -webkit-background-size: cover;
  27. background-image: url("https://i.gyazo.com/a836d6e54c0af1c107d61fe4f75ade7e.png")
  28. }
  29. /*-----NAVBAR-----*/
  30.  
  31. .navbar,
  32. .navbar-default {
  33. background-color: #e6e6e6
  34. ;
  35. color: rgba(230, 230, 230, .50);
  36. }
  37. .navbar,
  38. .navbar-default-default.header-cont[style] {
  39. box-shadow: none !important;
  40. margin: auto!important;
  41. }
  42. .navbar .navbar-nav>li>a:hover {
  43. color: Black;
  44. padding-top: 20px;
  45. padding-bottom: 20px;
  46. font-weight: normal;
  47. font-size: 1.55em;
  48. text-decoration: underline;
  49. }
  50. .navbar .navbar-nav>li>a {
  51. color: black;
  52. padding-top: 20px;
  53. padding-bottom: 20px;
  54. font-weight: normal;
  55. font-size: 1.25em;
  56. }
  57. .navbar .navbar-brand {
  58. height: 60px;
  59. line-height: 30px;
  60. color: #FFFFFF;
  61. }
  62. .navbar .navbar-brand>hover {
  63. color: Black;
  64. padding-top: 20px;
  65. padding-bottom: 20px;
  66. font-weight: normal;
  67. font-size: 1.25em;
  68. text-decoration: underline;
  69.  
  70. }
  71.  
  72. /*-----MEDIA-----*/
  73. .sidebar {
  74. position: fixed;
  75. top: 51px;
  76. bottom: 0;
  77. left: 0;
  78. z-index: 1000;
  79. display: block;
  80. padding: 20px;
  81. overflow-x: hidden;
  82. overflow-y: auto;
  83. background-color: #e6e6e6 !important;
  84. border-right: 1px solid #e6e6e6;
  85. }
  86. .navbar-collapse.collapse {
  87. background-color: #e6e6e6 !important;
  88. }
  89. .breadcrumb {
  90. padding: 8px 15px;
  91. margin-bottom: 23px;
  92. list-style: none;
  93. background-color: #e6e6e6 !important;
  94. border-radius: 3px;
  95. }
  96. .footer {
  97. position: absolute;
  98. bottom: 0;
  99. width: 100%;
  100. height: 100px;
  101. background-color: #e6e6e6 !important;
  102. }
  103. .well {
  104. background-color: #e6e6e6 !important;
  105. }
  106. .panel-body {
  107. border: 3px solid #000000;
  108. }
  109. .btn-default {
  110. color: #ffffff !important;
  111. background-color: #e6e6e6 !important;
  112. border-color: transparent;
  113. }
  114. .panel {
  115. background: #565656 !important;
  116. }
  117. .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  118. padding: 8px;
  119. line-height: 1.846;
  120. vertical-align: top;
  121. border-top: 1px solid #000000;
  122. }
  123. .table>thead>tr>th {
  124. vertical-align: bottom;
  125. border-bottom: 2px solid #080808;
  126. }
  127. a {
  128. color: #0d0d0d !important;
  129. text-decoration: none;
  130. }
  131. body {
  132. font-size: 13px;
  133. line-height: 1.846;
  134. color: #0d0d0d;
  135. background-color: #0d0d0d;
  136. }
  137. .panel-footer {
  138. padding: 10px 15px;
  139. background-color: #3d3d3d !important;
  140. border-top: 1px solid #3d3d3d !important;
  141. border-bottom-right-radius: 2px;
  142. border-bottom-left-radius: 2px;
  143. }
  144. .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  145. background-color: #3d3d3d;
  146. color: #212121;
  147. }
  148. .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  149. color: #3d3d3d;
  150. background-color: #3d3d3d;
  151. border-color: #3d3d3d;
  152. cursor: not-allowed;
  153. }
  154. .pagination>li>a, .pagination>li>span {
  155. position: relative;
  156. float: left;
  157. padding: 6px 16px;
  158. line-height: 1.846;
  159. text-decoration: none;
  160. color: #e6e6e6;
  161. background-color: #3d3d3d;
  162. border: 1px solid #3d3d3d;
  163. margin-left: -1px;
  164. }
  165. .pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
  166. color: #3d3d3d;
  167. background-color: #3d3d3d;
  168. cursor: not-allowed;
  169. }
  170. .pager li>a, .pager li>span {
  171. display: inline-block;
  172. padding: 5px 14px;
  173. background-color: #3d3d3d;
  174. border: 1px solid #0d0d0d;
  175. border-radius: 15px;
  176. }
  177. .form-control {
  178. display: block;
  179. width: 100%;
  180. height: 37px;
  181. padding: 6px 16px;
  182. font-size: 15px;
  183. line-height: 1.846;
  184. color: #0d0d0d;
  185. background-color: transparent;
  186. background-image: none;
  187. border: 1px solid transparent;
  188. border-radius: 3px;
  189. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  190. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  191. -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  192. -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  193. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  194. }
  195. .dropdown-menu {
  196. position: absolute;
  197. top: 100%;
  198. left: 0;
  199. z-index: 1000;
  200. display: none;
  201. float: left;
  202. min-width: 160px;
  203. padding: 5px 0;
  204. margin: 2px 0 0;
  205. list-style: none;
  206. font-size: 13px;
  207. text-align: left;
  208. background-color: #e6e6e6;
  209. border: 1px solid #cccccc;
  210. border: 1px solid rgba(0,0,0,0.15);
  211. border-radius: 3px;
  212. -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  213. box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  214. -webkit-background-clip: padding-box;
  215. background-clip: padding-box;
  216. }
  217. .nav-tabs>li>a, .nav-tabs>li>a:focus {
  218. margin-right: 0;
  219. background-color: transparent;
  220. border: none;
  221. color: #666666;
  222. -webkit-box-shadow: inset 0 -1px 0 #ddd;
  223. box-shadow: inset 0 -1px 0 #565656;
  224. -webkit-transition: all 0.2s;
  225. -o-transition: all 0.2s;
  226. transition: all 0.2s;
  227. }
  228. .btn-primary {
  229. color: #0d0d0d;
  230. background-color: #284b67;
  231. border-color: transparent;
  232. }
  233. h1, h2, h3, h4, h5, h6 {
  234. color: black;
  235. }
  236. .btn-success {
  237. color: #0d0d0d;
  238. background-color: #215623;
  239. border-color: transparent;
  240. }
  241. .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  242. z-index: 3;
  243. color: #0d0d0d;
  244. background-color: #284b67;
  245. border-color: #284b67;
  246. cursor: default;
  247. }
  248. .center User {
  249. display: none;
  250. }
  251. span.panel-panel-primary > .panel-heading-center {
  252. display: none;
  253. }
  254. span.glyphcon.glyphcon-comment {
  255. display: none;
  256. }
  257. a:focus {
  258. color: #0d0d0d;
  259. }
  260. a:hover {
  261. color: #DD6900;
  262. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement