PageRenderTime 100ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/wwwroot/stylesheets/base.css

http://github.com/AF83/ucengine
CSS | 114 lines | 96 code | 12 blank | 6 comment | 0 complexity | 61865164d4a9eccfce426989e3f72e57 MD5 | raw file
  1. /* Resets */
  2. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  3. margin: 0;
  4. padding: 0;
  5. border: 0;
  6. outline: 0;
  7. font-weight: inherit;
  8. font-style: inherit;
  9. font-size: 100%;
  10. font-family: inherit;
  11. text-decoration: none;
  12. vertical-align: baseline;
  13. }
  14. .page {
  15. clear: both;
  16. width: 980px;
  17. margin: 0 auto;
  18. padding: 0;
  19. }
  20. /* Tell the browser to render HTML 5 elements as block */
  21. header, footer, aside, nav, article, section, #content {
  22. display: block;
  23. }
  24. header, footer, section {
  25. clear: both;
  26. }
  27. /* header */
  28. header .page {
  29. position: relative;
  30. }
  31. header ul li {
  32. display: inline-block;
  33. height: 100px;
  34. width: 200px;
  35. border: 1px solid #999;
  36. line-height: 100px;
  37. text-align: center;
  38. background: #FFF;
  39. }
  40. header {
  41. width: 100%;
  42. height: 94px;
  43. z-index: 10000;
  44. background: #666;
  45. color: white;
  46. }
  47. #logoPartner {
  48. border: none;
  49. position: absolute;
  50. left: -26px;
  51. }
  52. header p {
  53. margin: 0;
  54. position: absolute;
  55. top: 16px;
  56. right: 0;
  57. }
  58. header p a {
  59. padding: 0 0 0 5px;
  60. font: bold 12px Helvetica;
  61. color: white;
  62. text-decoration: underline;
  63. }
  64. header ul {
  65. float: right;
  66. }
  67. header nav {
  68. position: absolute;
  69. top: 60px;
  70. right: 0;
  71. margin: 0;
  72. }
  73. header ul {
  74. width: auto;
  75. margin: 0;
  76. padding: 0;
  77. }
  78. header ul li {
  79. display: inline;
  80. margin: 0;
  81. padding: 0 0 0 20px;
  82. background: none;
  83. }
  84. /**
  85. * Content
  86. */
  87. .ui-widget {
  88. margin: 0 0 1em;
  89. }
  90. .ui-widget .ui-widget-header {
  91. background: none repeat scroll 0 0 #D6D6D6;
  92. border: 0 none;
  93. height: 32px;
  94. padding: 5px 10px;
  95. position: relative;
  96. }
  97. .ui-widget .ui-widget-header-title {
  98. color: black;
  99. }
  100. .ui-widget .ui-corner-all {
  101. border-radius: 0;
  102. }