/protocols/smpp/src/site/resources/css/site.css

http://mobicents.googlecode.com/ · CSS · 248 lines · 203 code · 41 blank · 4 comment · 0 complexity · e07f9296cf44de66b6a52a6d2042af25 MD5 · raw file

  1. html {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. body {
  6. margin: 10px 0px 0px 0px;
  7. padding: 0px 75px 0px 75px;
  8. font-family: "Bitstream Vera Sans" "Tahoma" sans-serif;
  9. font-size: 12pt;
  10. background-color: white;
  11. color: black;
  12. }
  13. table {
  14. font-size: 12pt;
  15. }
  16. a {
  17. text-decoration: none;
  18. font-weight: bold;
  19. color: black;
  20. border-bottom: dotted 1px black;
  21. }
  22. a:hover {
  23. background-color: black;
  24. color: white;
  25. }
  26. .centre {
  27. text-align: center;
  28. }
  29. .headBox {
  30. height: 50px;
  31. background-color: lightgreen;
  32. border: 4px solid blue;
  33. margin: 0px 0px 10px 0px;
  34. }
  35. .header {
  36. position: relative;
  37. top: -49px;
  38. height: 70px;
  39. margin: 0px 75px 0px 75px;
  40. border: 4px solid blue;
  41. background-color: white;
  42. text-align: center;
  43. font-size: 10pt;
  44. font-weight: normal;
  45. z-index: 10;
  46. }
  47. .header h1 {
  48. margin: 0px;
  49. padding: 0px;
  50. font-family: sans-serif;
  51. font-size: 24pt;
  52. font-weight: bold;
  53. }
  54. .header h1 a {
  55. text-decoration: none;
  56. color: black;
  57. border: none;
  58. }
  59. .header h1 a:hover {
  60. background-color: white;
  61. }
  62. .toolbarOuter {
  63. position: absolute;
  64. left: 25px;
  65. top: 150px;
  66. width: 200px;
  67. padding: 0px;
  68. margin: 0px;
  69. z-index: 10;
  70. }
  71. .toolbar {
  72. background-color: white;
  73. border: 4px solid blue;
  74. padding: 10px;
  75. }
  76. .toolbar ul {
  77. margin: 0px;
  78. padding: 0px;
  79. }
  80. .toolbar li {
  81. list-style-type: none;
  82. font-size: smaller;
  83. }
  84. .toolbar li.page_item > ul {
  85. font-size: smaller;
  86. font-weight: normal;
  87. margin-left: 20px;
  88. }
  89. .toolbar h2 {
  90. margin: 15px 0px 15px 0px;
  91. font-size: 12pt;
  92. border-bottom: double;
  93. border-top: double;
  94. text-align: center;
  95. }
  96. .toolbar a {
  97. border: none;
  98. }
  99. .toolbarTop {
  100. min-height: 200px;
  101. margin-bottom: 10px;
  102. }
  103. .contentOuter {
  104. position: relative;
  105. top: -78px;
  106. background-color: lightgreen;
  107. border: 4px solid blue;
  108. padding: 5px;
  109. /*padding: 32px 5px 5px 5px;*/
  110. margin-bottom: 10px;
  111. }
  112. .content {
  113. background-color: white;
  114. border: 2px solid blue;
  115. }
  116. .mainContent {
  117. min-height: 400px;
  118. padding: 10px 10px 10px 161px;
  119. margin-top: 32px;
  120. }
  121. .mainContent H1, .mainContent H2, .mainContent H3 {
  122. border: 1px solid #454;
  123. padding: 0.25em 0.5em;
  124. }
  125. .mainContent H1 {
  126. background-color: #c2ffc2;
  127. }
  128. .mainContent H2 {
  129. background-color: #d2ffd2;
  130. }
  131. .mainContent H3 {
  132. background-color: #e2ffe2;
  133. }
  134. .latestNews {
  135. margin-top: 25px;
  136. }
  137. .latestNews h1 {
  138. font-size: 24pt;
  139. text-align: center;
  140. }
  141. .latestNews .newsItem {
  142. border-bottom: dotted 1px black;
  143. padding: 10px;
  144. }
  145. .latestNews .newsItemOdd {
  146. }
  147. .latestNews h2 {
  148. font-size: 12pt;
  149. font-weight: bold;
  150. }
  151. .latestNews span.pubDate {
  152. font-size: smaller;
  153. }
  154. /*
  155. * Begin Maven site customisations
  156. */
  157. .toolbar H5 {
  158. margin: 15px 0px 15px 0px;
  159. font-size: 12pt;
  160. border-top: double black;
  161. border-bottom: double black;
  162. border-left: none;
  163. border-right: none;
  164. text-align: center;
  165. background: none;
  166. color: black;
  167. }
  168. .poweredBy {
  169. text-align: center;
  170. padding: 10px;
  171. }
  172. .publishInfo {
  173. font-family: monospace;
  174. font-size: smaller;
  175. font-weight: bold;
  176. }
  177. .publishInfo DL {
  178. background: none;
  179. border: none;
  180. }
  181. .publishInfo DT {
  182. color: #900;
  183. }
  184. .publishInfo DD {
  185. margin-left: 0em;
  186. padding-left: 1.5em;
  187. }
  188. .expanded UL LI {
  189. margin-left: 20px;
  190. font-size: smaller;
  191. }
  192. table.bodyTable th {
  193. background-color: #90ee90;
  194. text-align: left
  195. }
  196. table.bodyTable th, table.bodyTable td {
  197. padding: 0.25em;
  198. }
  199. table.bodyTable tr.a {
  200. background-color: #e7e7b9;
  201. }
  202. table.bodyTable tr.b {
  203. background-color: #eee;
  204. }
  205. A IMG {
  206. border: none;
  207. }