/css/master.css

http://radioseis.googlecode.com/ · CSS · 97 lines · 74 code · 9 blank · 14 comment · 0 complexity · b9418f7dae745431f68402c685418b22 MD5 · raw file

  1. /*
  2. Title: The Stars Premium WordPress Theme
  3. Author: PremiumWP
  4. Author URI: http://www.premiumwp.com/
  5. Author Email: premiumwordpress@gmail.com
  6. Version: 1.1
  7. Last Update: Jan 29, 2009
  8. */
  9. /* reset
  10. --------------------------------------------------------- */
  11. table {
  12. border-collapse: separate;
  13. border-spacing: 0;
  14. }
  15. caption, th, td {
  16. text-align: left;
  17. font-weight: normal;
  18. }
  19. table, td, th {
  20. vertical-align: middle;
  21. }
  22. blockquote:before, blockquote:after, q:before, q:after {
  23. content: "";
  24. }
  25. blockquote, q {
  26. quotes: "" "";
  27. }
  28. a img {
  29. border: none !important;
  30. }
  31. /* forms
  32. --------------------------------------------------------- */
  33. form {
  34. margin: 0;
  35. padding: 0;
  36. }
  37. label {
  38. font-weight: bold;
  39. }
  40. fieldset {
  41. padding: 1.4em;
  42. margin: 0 0 1.5em 0;
  43. }
  44. legend {
  45. font-weight: bold;
  46. font-size: 1.2em;
  47. }
  48. input.text, input.title, textarea, select {
  49. margin: 0.5em 0;
  50. }
  51. input.text:focus, input.title:focus,
  52. textarea:focus, select:focus {
  53. border: 1px solid #666;
  54. }
  55. input.text, input.title {
  56. width: 300px;
  57. padding: 5px;
  58. }
  59. input.title {
  60. font-size: 1.5em;
  61. }
  62. textarea {
  63. padding: 5px;
  64. }
  65. /* misc
  66. --------------------------------------------------------- */
  67. .clearfix:after {
  68. content: ".";
  69. display: block;
  70. height: 0;
  71. clear: both;
  72. visibility: hidden;
  73. }
  74. .clearfix {
  75. display: inline-block;
  76. }
  77. * html .clearfix {
  78. height: 1%;
  79. }
  80. *:first-child+html .clearfix {
  81. min-height: 1px;
  82. }
  83. .clearfix {
  84. display: block;
  85. }
  86. .clear {
  87. clear: both;
  88. }