Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. background-color: #0000AA;
  5. color: #5CFFFF;
  6. border-color: #5CFFFF;
  7. font-family: monospace;
  8. }
  9.  
  10. .inpage-title {
  11. padding: 0.2em 0.8em;
  12. background-color: #00AAAA;
  13. color: #030200;
  14. }
  15.  
  16. .content-header {
  17. color: #FFFF52;
  18. text-align: center;
  19. }
  20.  
  21. .container {
  22. margin: 2%;
  23. padding: 0.5%;
  24. border: 5px double;
  25. border-collapse: collapse;
  26. }
  27.  
  28. .navigation {
  29. text-transform: uppercase;
  30. width: 100%;
  31. border-collapse: collapse;
  32. }
  33.  
  34. .navigation tbody tr:first-child {
  35. border-top: 1px solid;
  36. }
  37.  
  38. .navigation tbody td:not(:first-child):not(:last-child) {
  39. border-right: 1px solid;
  40. border-left: 1px solid;
  41. }
  42.  
  43. .navlink:hover {
  44. background-color: #00AAAA;
  45. color: #000400;
  46. width: 100%;
  47. }
  48.  
  49. .navigation a {
  50. color: inherit;
  51. text-decoration: none;
  52. width: 100%;
  53. display: block;
  54. }
  55.  
  56. .nostretch {
  57. width: 1%;
  58. white-space: nowrap;
  59. }
  60.  
  61. .fileext {
  62. display: inline-block;
  63. float: right;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement