Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
2.1KB

  1. #banner {
  2. /* font-size: x-large; */
  3. /* background: #ff00ff; */
  4. /* height: 100px; */
  5. }
  6. #topnav {
  7. /* background-image: url(img/grad_topnav.png); */
  8. /* background-repeat: repeat-y; */
  9. /* background-color: #af00af; */
  10. /* height: 25px; */
  11. margin-top: 5px;
  12. margin-bottom: 10px;
  13. padding: 3px;
  14. font-size: 9pt;
  15. font-family: sans-serif;
  16. /* border-style: solid; */
  17. /* border-width: 1px; */
  18. }
  19. #topnav a {
  20. padding: 8px;
  21. }
  22. h1,p { margin: 0; } /* non-0 margin on firefox */
  23. #mid {
  24. /* background-image: url(img/grad_blue.png); */
  25. background-repeat: repeat-y;
  26. /* background-color: #ffddaa; */
  27. padding-top: 20px;
  28. padding-top: 20px;
  29. margin-bottom: 10px;
  30. }
  31. #mid img {
  32. padding-left: 10px;
  33. vertical-align: middle;
  34. }
  35. a img {
  36. border: 0
  37. }
  38. .twitter-share-button {
  39. float: right;
  40. }
  41. .twitter-follow-button {
  42. padding: 5px;
  43. }
  44. #nav {
  45. background-color: #fff8f1;
  46. margin-left: 10px;
  47. margin-top: 20px;
  48. margin-right: 20px;
  49. float: left;
  50. padding: 10px;
  51. border-style: solid;
  52. border-width: 2px;
  53. font-family: sans-serif;
  54. }
  55. #nav h2 {
  56. font-weight: bold;
  57. font-size: 10pt;
  58. }
  59. #nav h3 {
  60. /* font-weight: bold; */
  61. padding-left: 5px;
  62. /* font-style: oblique; */
  63. font-family: sans-serif;
  64. font-size: 7pt;
  65. }
  66. #nav div {
  67. font-size: 9pt;
  68. padding-left: 15px;
  69. }
  70. #main {
  71. background: #ffffff;
  72. margin-top: 20px;
  73. margin-left: 170px;
  74. padding-left: 20px;
  75. height: 100%;
  76. }
  77. #main h1 {
  78. font-family: sans-serif;
  79. }
  80. .listing {
  81. margin: 20px;
  82. font-family: sans-serif;
  83. font-weight: bold;
  84. }
  85. .code {
  86. padding: 10px;
  87. margin: 10px;
  88. font-size: 8pt;
  89. font-weight: normal;
  90. background: #f3f3f3;
  91. width: 100%;
  92. border-style: solid;
  93. border-width: 1px;
  94. }
  95. #footer {
  96. /* background: #00ffff; */
  97. margin-top: 5px;
  98. font-size: small;
  99. font-family: sans-serif;
  100. }
  101. hr {
  102. height: 0.04em;
  103. background: black;
  104. margin: 0 10% 0 0;
  105. }
  106. #footer {
  107. width: 90%;
  108. }
  109. #footer img {
  110. margin-right: 5px;
  111. float: right;
  112. }
  113. #footer #support {
  114. float: right;
  115. }
  116. body {
  117. width: 80%;
  118. }