Automatically exported from code.google.com/p/planningalerts
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

main.css 4.3 KiB

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