Automatically exported from code.google.com/p/planningalerts
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

main.css 3.9 KiB

17 år sedan
17 år sedan
17 år sedan
17 år sedan
17 år sedan
17 år sedan
17 år sedan
17 år sedan
17 år sedan
17 år sedan
17 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. body {font-family:georgia, serif; text-align:center;line-height:1.7em;margin:0;
  2. color:#0f0f0f;}
  3. #divPage {width:500px; margin:0 auto;background:white;text-align:left;}
  4. h1 {font-weight:normal; font-size:2.7em;padding-left:115px;padding-bottom:0.2em;padding-top:0.1em;}
  5. h1 a {color:#456FB1;text-decoration:none;}
  6. h1 span {color:#96ca2f;}
  7. h1 small {font-size:0.3em; text-transform:uppercase;position:absolute;
  8. right:0.8em;top:2.1em;color:#456FB1}
  9. h2 {font-weight:normal;font-size:1em;border-bottom:dotted 1px #808080;padding-left:115px;
  10. padding-bottom:1.5em;color:#96ca2f;font-style:italic;font-size:1.15em;}
  11. h2 em {text-decoration:underline}
  12. h3, h4 {color:#96ca2f;font-style:italic;font-weight:normal}
  13. #pStats {padding:0; margin:0;position:absolute; left:115px;bottom:1.5em;
  14. color:#808080; font-size:0.9em;}
  15. #divHeader {margin-top:1.7em;padding-bottom:1em;position:relative;}
  16. #divHeader img {position:absolute;top:-15px;}
  17. /* Menu */
  18. #divMenu {background:#6E84BD;height:2.2em;font-size:0.7em;}
  19. #divMenu ul {width:500px;margin:0 auto;}
  20. #divMenu ul li {float:right;text-align:center;}
  21. #divMenu ul li a {margin-left:1em;margin-right:1em;display:block; color:white;
  22. text-decoration:none;position:relative; top:-0.2em;padding-bottom:4px;}
  23. #divMenu ul li.selected {background:#96ca2f;}
  24. /* Beta note */
  25. #spnBeta {font-size:0.8em; padding:0;margin:0;
  26. color:#666;background:#fdd9ea;line-height:1em; position:relative; top:-5px;}
  27. /* Warnings & errors*/
  28. #divWarning {background:#fdd9ea;font-size:0.9em;text-align:center; margin-bottom:1em;}
  29. input.error {background:#fdd9ea;}
  30. /* Signup form */
  31. span.number {font-size:2em;float:left;display:block;
  32. text-align:center;padding-bottom:0.6em;margin-right:0.7em;margin-left:0.4em;
  33. color:#456FB1;}
  34. #liAlertArea span.number {margin-bottom:2em;}
  35. #ulSignup label {width:250px;}
  36. #ulSignup input.textbox {position:relative; top:0.4em;}
  37. #ulSignup fieldset label {display:inline;float:none;}
  38. #liEmail, #liPostcode, #liAlertArea {background:#ffffaa;}
  39. #liEmail {height:2.3em;margin-bottom:1em;}
  40. #liEmail input.textbox {width:230px;}
  41. #liPostcode {height:2.3em;}
  42. #liPostcode input.textbox {width:80px;}
  43. #liPostcode small {position:relative; top:0.6em;padding-left:0.3em;}
  44. #pAlertArea {margin-bottom:0;}
  45. #ulAlertArea {font-size:0.9em;line-height:1.3em;}
  46. #liSignup {padding-top:1em;line-height:1.3em;}
  47. #liSignup input.button {font-size:1.5em;margin-bottom:0.5em;float:left;
  48. margin-right:10px;}
  49. /* Attention grabbers */
  50. div.attention {text-align:center; padding-top:1em;}
  51. div.attention h3 {font-size:2em;padding-bottom:0.3em;font-style:normal; color:#456FB1;}
  52. /* Faqs */
  53. dl.faq dt {color:#96ca2f;font-style:italic;}
  54. dl.faq dd {padding-left:0;margin-left:0;}
  55. /* api */
  56. div.apiitem {border:dotted 1px #808080;background:#fafafa;padding:10px;margin-top:1em;}
  57. div.apiitem code {background:white;display:block;padding:10px;border:solid 1px #808080;
  58. word-wrap: break-word}
  59. div.apiitem code em {color:#808080;}
  60. div.apiitem p {font-size:0.8em;margin:0;padding:0;line-height:1.5em;margin-bottom:1em;}
  61. p.apiexamples {position:relative; top:0.7em;}
  62. #hLicenseInfo {background:url(../images/salicense.png) no-repeat right 1em;padding-bottom:4px;
  63. padding-top:1em;}
  64. /* infobox */
  65. .infobox {background:#fdd9ea; font-size:0.9em;}
  66. /* highlight */
  67. span.highlight {background:#ffffaa;}
  68. /* Index footer */
  69. #divSiteUpdates {border-top:dotted 1px #808080;padding-top:0.5em;}
  70. #divSiteUpdates ul {font-size:0.9em;margin:0;}
  71. #divSiteUpdates em {padding-right:0.5em;color:#456FB1;}
  72. /* Links */
  73. a {color:#22579C;}
  74. /* Footer */
  75. #divFooter {font-size:0.9em;
  76. padding-top:1.5em;position:relative;}
  77. #divFooter #aOpen {display:block;width:80px;height:15px;background:red url(../images/opendata.png);
  78. position:absolute; right:140px; top:40px;}
  79. #divFooter #aHosted {display:block;width:130px;height:35px;background:url(../images/hosted.png);
  80. position:absolute; right:0; top:30px;}
  81. #divFooter ul {border-top:dotted 1px #808080;padding-top:8px;padding-bottom:20px;}
  82. /* Buttons */
  83. input.button {font-family:georgia, serif;}