GeSHi Source Viewer: geshi.cssView Raw


  1. #geshi {
  2. 	width: 90%;
  3. 	margin: auto;
  4. 	background-color: rgba(15, 0, 15, .6);
  5. 	color: #ccc;
  6. 	border-radius: 10px;
  7. 	border: 3px groove #333;
  8. 	font-size: 1.2em;
  9. 	padding: 15px
  10. }
  11.  
  12. .geshiheader {
  13. 	width: 100%
  14. }
  15.  
  16. .geshiheader .left {
  17. 	font-size: 1.4em
  18. }
  19.  
  20. .geshiheader .right {
  21. 	text-align: right
  22. }
  23.  
  24. h2 {
  25. 	margin-left: 5px
  26. }
  27.  
  28. pre {
  29. 	white-space: pre-wrap;
  30. 	white-space: -moz-pre-wrap;
  31. 	white-space: -pre-wrap;
  32. 	white-space: -o-pre-wrap;
  33. 	word-wrap: break-word;
  34. 	user-select: auto
  35. }
  36.  
  37. .validation {
  38. 	text-align: right
  39. }
  40.  
  41. .footer {
  42. 	width: 100%;
  43. 	display: flex;
  44. 	justify-content: space-between
  45. }
  46.  
  47. .poweredby {
  48. 	font-size: .7em;
  49. 	font-style: italic;
  50. 	margin-top: 10px
  51. }
  52.  
  53. .kw1 {
  54. 	color: #88f !important;
  55. }
  56.  
  57. .kw2 {
  58. 	color: #aaa !important;
  59. }
  60.  
  61. .kw3 {
  62. 	color: #55f !important;
  63. }
  64.