Guest User

Untitled

a guest
Jan 4th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 KB | None | 0 0
  1. body {
  2. background: #008080;
  3. color: #6C006C;
  4. font-family: "Courier", serif;
  5. font-smooth: never;
  6. -webkit-font-smoothing : none;
  7. font-weight: bold;
  8. }
  9. section.aside ul li a {
  10. color: #8D008D;
  11. }
  12.  
  13.  
  14. main.container .container-content section {
  15. background: #C0C0C0;
  16. border-radius:0px;
  17. margin: 0px;
  18. padding:0px;
  19.  
  20. }
  21.  
  22.  
  23. main.container .container-content .aside {
  24. padding:10px;
  25. }
  26.  
  27.  
  28.  
  29. .breadcrumb {
  30. background-color: transparent;
  31. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000080+0,1084d0+100 */
  32. background: #000080; /* Old browsers */
  33. background: -moz-linear-gradient(left, #000080 0%, #1084d0 100%); /* FF3.6-15 */
  34. background: -webkit-linear-gradient(left, #000080 0%,#1084d0 100%); /* Chrome10-25,Safari5.1-6 */
  35. background: linear-gradient(to right, #000080 0%,#1084d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  36. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080', endColorstr='#1084d0',GradientType=1 ); /* IE6-9 */
  37. border-radius:0px;
  38. border: 0px;
  39. padding-top: 5px;
  40. padding-left: 5px;
  41. }
  42. .breadcrumb a {
  43. color: white;
  44. font-weight: bold;
  45. }
  46. .breadcrumb > .active {
  47. color: orange;
  48. font-weight: bold;
  49. }
  50. .table-striped > tbody {
  51. background: #a9a9a9;
  52. }
  53. .table-striped > tbody > tr:nth-of-type(2n+1) {
  54. background-color: #C0C0C0;
  55. }
  56. .table > thead {
  57. background-color: #3F4447;
  58. color: #e8e8e8;
  59. }
  60. a {
  61. color: #000080;
  62. text-decoration: none;
  63. font-weight: bold;
  64. }
  65. a:hover,
  66. a:focus {
  67. color: orange;
  68. text-decoration: underline;
  69. }
  70. .topics-author a {
  71. color: #eee;
  72. }
  73. tr.active,
  74. tr.active td {
  75. background: #FFCF70 !important;
  76. }
  77. .bbcodes {
  78. border: 1px solid #C0C0C0;
  79. border-radius: 0px;
  80. background: #FFCF70;
  81. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000080+0,1084d0+100 */
  82. background: #000080; /* Old browsers */
  83. background: -moz-linear-gradient(left, #000080 0%, #1084d0 100%); /* FF3.6-15 */
  84. background: -webkit-linear-gradient(left, #000080 0%,#1084d0 100%); /* Chrome10-25,Safari5.1-6 */
  85. background: linear-gradient(to right, #000080 0%,#1084d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  86. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080', endColorstr='#1084d0',GradientType=1 ); /* IE6-9 */
  87. }
  88. .post-content {
  89. border: 0px solid #FF70FF;
  90. }
  91. .form-control {
  92. color: black;
  93. background-color: #ddd;
  94. border: 0px solid #282826;
  95. border-radius: 0px;
  96. }
  97. .btn:hover,
  98. .btn:focus,
  99. .btn.focus {
  100. color: #dddddd;
  101. }
  102. .topic-message {
  103. color: black;
  104. }
  105. .topic-message {
  106. background: #98FFFF;
  107. background: #98dddd; /* version plus foncée*/
  108. border-radius: 0px;
  109. margin:0px;
  110. padding:0px;
  111. }
  112. .preview {
  113. border: 1px dashed #2f6fab;
  114. color: black;
  115. background-color: #4b4e54;
  116. }
  117. .topic-message.odd {
  118. background: #FFA4FF;
  119. background: #dda4dd; /* version plus foncée*/
  120. border-radius: 0px;
  121. }
  122. .topic-message .message-header .message-username a {
  123. color: black;
  124. }
  125. .bbcodes button:hover {
  126. color: #ddd;
  127. }
  128. .bbcodes button {
  129. color: #888888;
  130. }
  131. .fancybox-skin {
  132. background: #444444;
  133. color: #dddddd;
  134. }
  135. .chat-box .chat-message {
  136. color: #ddd;
  137. overflow: hidden;
  138. }
  139. .chat-box .chat-message .chat-message-username a {
  140. color: #ccc;
  141. }
  142. .chat-form {
  143. background: #2C3A49;
  144. }
  145. .profile .profile-title,
  146. .profile .profile-wrapper,
  147. .profile .profile-footer,
  148. .profile .profile-biography {
  149. background: #2f3136;
  150. }
  151. .profile .profile-title {
  152. color: #eee;
  153. color: black;
  154. }
  155. .message-content-quote {
  156. background: #4CFDFD;
  157. background: #4ccccc; /* version plus foncée*/
  158. border-left: 5px solid #FFCB00;
  159. color: gray;
  160. }
  161. .odd .message-content-quote {
  162. background: #FE56FE;
  163. background: #dd77ff; /* version plus foncée*/
  164. color: gray;
  165. border-left: 5px solid #FFCB00;
  166. }
  167. .message-content-quote i {
  168. color: #000;
  169. border-left: 0px dotted #795850;
  170. }
  171. .message-content-quote a {
  172. color: #ddd;
  173. }
  174. .spoiler .spoiler-content {
  175. color: #000;
  176. background-color: #7B6B5E;
  177. border-left: 5px solid #795850;
  178. }
  179. .topic-message.odd .spoiler-content {
  180. color: #000;
  181. background-color: #556B84;
  182. border-left: 5px solid #376383;
  183. }
  184. .btn-primary {
  185. color: #fff;
  186. background-color: #1a0f5a;
  187. border-color: transparent;
  188. }
  189. section .pagination a {
  190. color: #cccccc;
  191. }
  192. .pagination > li > a:hover,
  193. .pagination > li > a:focus,
  194. .pagination > li > span:hover,
  195. .pagination > li > span:focus {
  196. color: #91caf4;
  197. background-color: #43454a;
  198. border-color: #ddd;
  199. }
  200. section .pagination a:hover {
  201. background: inherit;
  202. }
  203. .btn-primary:focus,
  204. .btn-primary.focus {
  205. color: #fff;
  206. background-color: #13227d;
  207. border-color: transparent;
  208. }
  209. .btn-primary:hover {
  210. color: #fff;
  211. background-color: #13227d;
  212. border-color: transparent;
  213. }
  214. .btn-danger {
  215. color: #fff;
  216. background-color: #501d0a;
  217. border-color: #501d0a;
  218. }
  219. .btn-danger:hover {
  220. color: #fff;
  221. background-color: #740e0e;
  222. border-color: #740e0e;
  223. }
  224. .btn-danger:focus,
  225. .btn-danger.focus {
  226. color: #fff;
  227. background-color: #740e0e;
  228. border-color: #740e0e;
  229. }
  230. .spoiler .spoiler-btn {
  231. color: #a7c9ff;
  232. cursor: pointer;
  233. }
  234. .topic-moderation .topic-darken {
  235. background: #111;
  236. border-color: #111;
  237. }
  238. .topic-moderation .topic-darken:hover {
  239. background: #232323;
  240. border-color: #232323;
  241. }
  242. .topic-moderation .topic-darken:focus {
  243. background: #232323;
  244. border-color: #232323;
  245. }
  246. .bottombar ul {
  247. background: rgba(140, 50, 50, 0.7);
  248. }
  249.  
  250. /* Modifs par Sourcil (certaines marchent pas) */
  251. .message-date > span {
  252. color: #8D008D;
  253. }
  254.  
  255. /* marche pas ! si ca marche la description du posts'affichera en rouge */
  256. .message-infos > u {
  257. color: #8D008D;
  258. color: red;
  259. }
  260.  
  261. nav {
  262. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000080+0,1084d0+100 */
  263. background: #000080; /* Old browsers */
  264. background: -moz-linear-gradient(left, #000080 0%, #1084d0 100%); /* FF3.6-15 */
  265. background: -webkit-linear-gradient(left, #000080 0%,#1084d0 100%); /* Chrome10-25,Safari5.1-6 */
  266. background: linear-gradient(to right, #000080 0%,#1084d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  267. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080', endColorstr='#1084d0',GradientType=1 ); /* IE6-9 */
  268. border-bottom: 3px solid #C0C0C0;
  269. }
  270.  
  271. .glyphicon {
  272. padding-top: 5px;
  273. width: 32px;
  274. height: 28px;
  275. background: url("http://image.noelshack.com/fichiers/2018/01/3/1515011819-win98vide.png");
  276. background-size: 32px 28px;
  277. image-rendering: -moz-crisp-edges;
  278. image-rendering: -moz-crisp-edges;
  279. image-rendering: -o-crisp-edges;
  280. image-rendering: -webkit-optimize-contrast;
  281. -ms-interpolation-mode: nearest-neighbor;
  282. }
  283.  
  284. .glyphicon-envelope, .glyphicon-cog, .glyphicon-off {
  285. padding-left: 8px;
  286. }
  287.  
  288. @media (max-device-width: 500px) {
  289.  
  290. .glyphicon-envelope, .glyphicon-cog, .glyphicon-off {
  291. padding-left: 0px;
  292. position: relative;
  293. }
  294.  
  295. .glyphicon-envelope::before,
  296. .glyphicon-cog::before,
  297. .glyphicon-off::before{
  298. position: relative;
  299. top:-18px;
  300. }
  301.  
  302.  
  303.  
  304. .bottombar a > span {
  305.  
  306. }
  307.  
  308. .bottombar ul {
  309. background: transparent;
  310. }
  311.  
  312. .bottombar {
  313. box-shadow: 0px 0px 5px black;
  314. }
  315. }
  316.  
  317. .navbar-user-avatar {
  318. border-radius: 0px;
  319. background: gray;
  320. }
  321.  
  322.  
  323.  
  324.  
  325. .navbar li.active a {
  326. background: #c0c0c0 !important;
  327. border: 3px inset #c0c0c0;
  328. padding: 20px;
  329. }
  330.  
  331. .table-striped thead {
  332. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000080+0,1084d0+100 */
  333. background: #000080; /* Old browsers */
  334. background: -moz-linear-gradient(left, #000080 0%, #1084d0 100%); /* FF3.6-15 */
  335. background: -webkit-linear-gradient(left, #000080 0%,#1084d0 100%); /* Chrome10-25,Safari5.1-6 */
  336. background: linear-gradient(to right, #000080 0%,#1084d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  337. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080', endColorstr='#1084d0',GradientType=1 ); /* IE6-9 */
  338. border-bottom: 3px solid #C0C0C0;
  339. }
  340.  
  341. .message-content-quote a {
  342. color: red;
  343. }
  344.  
  345. section {
  346. background: #C0C0C0;
  347. }
  348.  
  349. section .pagination a {
  350. color: white;
  351. text-shadow: 0px 1px 0px black, 0px 1px 0px black, 1px 1px 0px black, 1px 0px 0px black;
  352. }
  353.  
  354. .pull-right:active,.pull-right:focus {
  355. background: #c0c0c0;
  356. background-image: none;
  357. }
  358.  
  359. .grey-btn.btn {
  360. background: #C0C0C0;
  361. }
  362. .grey-btn.btn:focus,.grey-btn.btn:active {
  363. background: #C0C0C0;
  364. background-image: none;
  365. }.right-tools:active {
  366. background: #C0C0C0;
  367. background-image: none;
  368. }
  369.  
  370. .profile-title, .profile-title h2, .profile-wrapper, .profile-wrapper-left, .profile-wrapper-right {
  371. background-color: #eee;
  372. border: 3px outset grey;
  373. box-shadow: none;
  374. border-radius: 0px;
  375. }
  376.  
  377.  
  378. .profile .profile-title, .profile .profile-wrapper, .profile .profile-footer, .profile .profile-biography {
  379. background: #C0c0c0;
  380. border-radius: 0px;
  381. }
  382.  
  383. .topic-moderation {
  384. padding-left: 20px;
  385. }
  386.  
  387. .pagination-topic {
  388. padding-top: 10px;
  389. }
  390.  
  391. .pagination-topic + .btn {
  392. margin-left: 20px;
  393. }
  394.  
  395. .navbar {
  396. border-bottom: 0px !important;
  397. }
  398.  
  399. .footer {
  400. background-color: #007070;
  401. border-top: 0px;
  402. }
  403.  
  404. .post-submit {
  405. margin-bottom: 80px;
  406. }
  407.  
  408.  
  409. .topic-message .message-header .message-username a {
  410. position: relative;
  411. font-weight: 900;
  412. }
  413.  
  414. .topics-author {
  415. text-shadow: 0px 1px 0px black, 0px 1px 0px black, 1px 1px 0px black, 1px 0px 0px black;
  416. font-weight: 900;
  417. }
  418.  
  419. .forum-tools .left-tools {
  420. padding-left: 20px;
  421. }
  422.  
  423. .btn-primary, .btn-danger {
  424. background: #c0c0c0;
  425. border: 3px outset #c0c0c0;
  426. border-radius: 0px;
  427. color: black;
  428. text-shadow: 0px 1px 0px white;
  429. font-weight:bold;
  430. }
  431.  
  432. .btn-danger {
  433. background: #800;
  434. border: 3px outset #800;
  435. color: white;
  436. text-shadow: 0px 1px 0px black;
  437. }
  438.  
  439. .btn-primary:hover, .btn-danger:hover, .btn-primary:active {
  440. background: #c0c0c0;
  441. border: 3px outset #c0c0c0;
  442. border-radius: 0px;
  443. color: black;
  444. text-shadow: 0px 1px 0px white;
  445. font-weight:bold;
  446. }
  447. .btn-danger:hover {
  448. background: #800;
  449. border: 3px outset #800;
  450. color: white;
  451. text-shadow: 0px 1px 0px black;
  452. }
  453.  
  454. .btn-primary:focus, .btn-primary.focus {
  455.  
  456. border: 3px inset grey !important;
  457. background: grey !important; /* c'est pas prpopre je sais mais franchement la flemme */
  458. background-image: none;
  459. text-shadow: 0px 1px 0px black;
  460. }
  461.  
  462. .btn-danger:focus, .btn-danger.focus {
  463. border: inset;
  464. background: #800 !important; /* c'est pas prpopre je sais mais franchement la flemme */
  465. background-image: none;
  466. }
  467.  
  468. .btn > img {
  469. background: url("http://image.noelshack.com/fichiers/2018/01/3/1515011819-win98vide.png");
  470. padding: 6px;
  471. background-size: 32px 28px; image-rendering: -moz-crisp-edges;
  472. image-rendering: -moz-crisp-edges;
  473. image-rendering: -o-crisp-edges;
  474. image-rendering: -webkit-optimize-contrast;
  475. -ms-interpolation-mode: nearest-neighbor;
  476. opacity: 1;
  477. }
  478.  
  479. .risi-wlogo {
  480.  
  481. position: relative;
  482. top: -8px;
  483. image-rendering: -moz-crisp-edges;
  484. image-rendering: -moz-crisp-edges;
  485. image-rendering: -o-crisp-edges;
  486. image-rendering: -webkit-optimize-contrast;
  487. -ms-interpolation-mode: nearest-neighbor;
  488. opacity: 1;
  489. }
  490.  
  491. .risi-wlogo > img {
  492. width: 100px;
  493. height: 28px;
  494. /*background: url("http://image.noelshack.com/fichiers/2018/01/3/1515011819-win98vide.png");*/
  495. border: 3px outset #c0c0c0;
  496. background: #cbcbcb;
  497. background-size: 100px 28px;
  498. opacity: 1;
  499. }
  500.  
  501.  
  502. .btn:focus, .btn:active {
  503. box-shadow: none;
  504. }
  505.  
  506. .btn > img {
  507. opacity: 1 !important;
  508. }
  509.  
  510. .navbar .navbar-user .navbar-user-avatar {
  511. border-radius: 0px;
  512. border: 3px outset grey;
  513. position: relative;
  514. top: -3px;
  515. }
Advertisement
Add Comment
Please, Sign In to add comment