logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

default.css (5181B)


  1. /*
  2. * This file is part of NetSurf, http://netsurf-browser.org/
  3. */
  4. /* Elements ordered as in the HTML 4.01 specification. */
  5. html { display: block; }
  6. head { display: none; }
  7. body { display: block; margin: 8px; line-height: 1.33; }
  8. div { display: block; }
  9. h1 { display: block; font-size: 2em; font-weight: bold; margin: .67em 0; }
  10. h2 { display: block; font-size: 1.5em; font-weight: bold; margin: .69em 0; }
  11. h3 { display: block; font-size: 1.17em; font-weight: bold; margin: .83em 0; }
  12. h4 { display: block; font-weight: bold; margin: 1.12em 0; }
  13. h5 { display: block; font-size: .83em; font-weight: bold; margin: 1.5em 0; }
  14. h6 { display: block; font-size: .75em; font-weight: bold; margin: 1.67em 0; }
  15. address { display: block; font-style: italic; }
  16. em { font-style: italic; }
  17. strong { font-weight: bold; }
  18. dfn { font-style: italic; text-decoration: underline; }
  19. code { font-family: monospace; }
  20. samp { font-family: monospace; }
  21. kbd { font-family: monospace; font-weight: bold; }
  22. var { font-style: italic; }
  23. cite { font-style: italic; }
  24. abbr { font-variant: small-caps; }
  25. acronym { font-variant: small-caps; }
  26. blockquote { display: block; margin: 1.12em 40px;}
  27. q { font-style: italic; }
  28. sub { vertical-align: sub; font-size: .83em; }
  29. sup { vertical-align: super; font-size: .83em; }
  30. p { display: block; margin: 1.12em 0; }
  31. br[clear=left] { clear: left; }
  32. br[clear=right] { clear: right; }
  33. br[clear=all] { clear: both; }
  34. pre { display: block; font-family: monospace; white-space: pre; margin-bottom: 1em; }
  35. ins { color: green; text-decoration: underline; }
  36. del { color: red; text-decoration: line-through; }
  37. ul { display: block; padding-left: 1.5em; margin: 1.12em 0;
  38. list-style-type: disc; }
  39. ol { display: block; padding-left: 1.5em; margin: 1.12em 0;
  40. list-style-type: decimal; }
  41. li { display: list-item; }
  42. ul ul { list-style-type: circle; }
  43. ul ul ul { list-style-type: square; }
  44. ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
  45. dl { display: block; padding-left: 1.5em; margin: 1em; }
  46. dt { display: block; font-weight: bold; }
  47. dd { display: block; padding-left: 1em; margin-bottom: 0.3em; }
  48. dir { display: block; padding-left: 1.5em; margin: 1.12em 0; }
  49. menu { display: block; padding-left: 1.5em; margin: 1.12em 0; }
  50. table { display: table; border-spacing: 2px; }
  51. table[border], table[border] td, table[border] tr { border-color: grey; }
  52. caption { display: table-caption; }
  53. thead { display: table-header-group; vertical-align: middle; }
  54. tfoot { display: table-footer-group; vertical-align: middle; }
  55. tbody { display: table-row-group; vertical-align: middle; }
  56. colgroup { display: table-column-group; }
  57. col { display: table-column; }
  58. table > tr { vertical-align: middle; }
  59. tr { display: table-row; vertical-align: inherit; }
  60. td, th { display: table-cell; vertical-align: inherit; padding: 1px; }
  61. th { font-weight: bold; text-align: center; }
  62. a:link { color: #00f; text-decoration: underline; }
  63. a:visited { color: #609; }
  64. img { color: #888; }
  65. center { display: block; }
  66. tt { font-family: monospace; }
  67. i { font-style: italic; }
  68. b { font-weight: bold; }
  69. big { font-size: 1.17em; }
  70. small { font-size: .83em; }
  71. strike, s { text-decoration: line-through; }
  72. u { text-decoration: underline; }
  73. hr { display: block; margin: 0.5em auto; border: 1px inset #888; }
  74. hr[noshade] { border-style: solid; }
  75. noframes { display: none; }
  76. iframe { width: 19em; height: 10em; }
  77. form { display: block; }
  78. input, button { background-color: #fff; color: #000; text-align: left;
  79. font-family: sans-serif; width: auto; height: auto; overflow: hidden;
  80. border: 1px solid #444; padding: 2px 3px; line-height: 1.33;
  81. margin: 1px; box-sizing: border-box; }
  82. input[disabled] { background-color: #ddd; color: #333; }
  83. input[type=button], input[type=reset], input[type=submit], button {
  84. background-color: #d9d9d9; color: #000; text-align: center;
  85. border: 2px outset #d9d9d9; padding: 1px 0.5em; }
  86. input[type=image] { background-color: transparent; color: #000;
  87. border: none; padding: 0 2px; box-sizing: content-box; }
  88. input[type=checkbox], input[type=radio] { background-color: transparent;
  89. border: none; padding: 0 0.1em; }
  90. input[type=file] { background-color: #d9d9d9; color: #000; font-style: italic;
  91. border: 2px inset #d9d9d9; padding: 1px 2px; }
  92. input[align=left] { float: left; }
  93. input[align=right] { float: right; }
  94. select { background-color: #d9d9d9; color: #000; text-align: left;
  95. font-family: sans-serif; width: auto; height: auto; overflow: hidden;
  96. border: medium inset #d9d9d9; padding: 1px 3px 1px 2px;
  97. white-space: nowrap; margin: 1px; }
  98. select:after { content: "\25bc"; border-left: 2px ridge #d9d9d9; }
  99. textarea { background-color: #fff; color: #000; text-align: left;
  100. font-family: monospace; width: auto; height: auto; overflow: scroll;
  101. margin: 1px; border: 1px solid #333; padding: 1px 3px; }
  102. textarea[disabled] { background-color: #ddd; color: #333; }
  103. fieldset { display: block; border: thin solid #888; margin: 1.12em 0; }
  104. noembed, script, style, title { display: none; }
  105. /* HTML5 elements */
  106. article, aside, figcaption, figure, footer, header, main, nav, section {
  107. display: block;
  108. }
  109. mark {
  110. background: yellow;
  111. color: black;
  112. }