Content of style.css from minimalissimplistic.zip

without / with line numbers
  1. /*  
    
  2. Theme Name: Minimalissimplistic
    
  3. Theme URI: http://frenchfragfactory.net/ozh/my-projects/wordpress-theme-minimalissimplistic/
    
  4. Description: A bare and minimalist theme with an implemantation of <a href="http://frenchfragfactory.net/ozh/my-projects/wordpress-theme-toolkit-admin-menu/">Wordpress Theme Toolkit</a>
    
  5. Version: 0.1
    
  6. Author: Ozh
    
  7. Author URI: http://planetOzh.com/
    
  8. */
    
  9. 
    
  10. /* ------------------- STRUCTURE ------------------- */
    
  11. 
    
  12. body {
    
  13.     font-family: Verdana, sans-serif;
    
  14.     font-size:0.80em;
    
  15.     text-align: center; /* So that IE5 centers the layout */
    
  16.     color: #314472;
    
  17. }
    
  18. 
    
  19. #wrap {
    
  20.     margin:0 auto;
    
  21.     width: 55em;
    
  22.     text-align: justify;
    
  23.     padding:0.6em;
    
  24.     border-top:0.1em solid;
    
  25.     border-left:0.1em solid;
    
  26.     border-right:0.2em solid;
    
  27.     border-bottom:0.2em solid;
    
  28.     -moz-border-radius: 2em; /* Mozilla Specific */
    
  29. }
    
  30. 
    
  31. 
    
  32. #header {
    
  33.     width:100%;
    
  34.     margin:0 auto;
    
  35.     margin-bottom:1em;
    
  36. }
    
  37. 
    
  38. #content {
    
  39.     padding:0 0.5em 0 0.5em;
    
  40.     width: 71%;
    
  41. }
    
  42. 
    
  43. #menu {
    
  44.     padding:0 0.5em 0 0.5em;
    
  45.     text-align:left;
    
  46.     width: 24%;
    
  47. }
    
  48. 
    
  49. #wrap, #container { /* Clear containers so that nested elements cannot overflow */
    
  50.     overflow:hidden; /* This does the trick in Firefox */
    
  51.     _height:1%;       /* This does the trick in MSIE */
    
  52.     _overflow:none;  /* Overrides setting for Firefox */
    
  53. }
    
  54. 
    
  55. #footer {
    
  56.     margin-top:1.5em;
    
  57.     text-align: center;
    
  58.     kmargin-bottom:1em;
    
  59. }
    
  60. 
    
  61. #container {
    
  62. }
    
  63. 
    
  64. #comment {
    
  65.     width:95%;
    
  66. }
    
  67. 
    
  68. /* ------------------- GENERAL STUFF ------------------- */
    
  69. 
    
  70. a {
    
  71.     color: #314472;
    
  72. }
    
  73. 
    
  74. a:hover {
    
  75.     text-decoration:none;
    
  76.     border-bottom:1px dashed;
    
  77. }
    
  78. 
    
  79. a img {
    
  80.     border:0px;
    
  81. }
    
  82. 
    
  83. input,textarea {
    
  84.     border:1px solid;
    
  85.     -moz-border-radius:0.5em;
    
  86.     padding:0.2em 0.5em;
    
  87. }
    
  88. 
    
  89. input[type=submit] {
    
  90.     border:2px groove;
    
  91. }
    
  92. 
    
  93. 
    
  94. /* ------------------- A BIT OF MENU STYLE ------------------- */
    
  95. 
    
  96. #menu h2 {
    
  97.     font-size:100%;
    
  98.     font-weight:bolder;
    
  99.     margin:1em 0 0.2em 0;
    
  100. }
    
  101. 
    
  102. #menu ul {
    
  103.     margin:0 0 0.2em 0;
    
  104.     padding:0;
    
  105.     list-style-type:none;
    
  106. }
    
  107. 
    
  108. #menu ul li{
    
  109. }
    
  110. 
    
  111. #menu ul ul {
    
  112.     margin:0 0 0.2em 1em;
    
  113.     text-indent:-1em;
    
  114.     _text-indent:0;
    
  115. }
    
  116. 
    
  117. #menu ul ul li {
    
  118.     list-style-type:none;
    
  119.     font-size:95%;
    
  120.     font-weight:normal;
    
  121. }
    
  122. 
    
  123. #menu ul ul li:before {
    
  124.     content: "\2248 \0020";
    
  125.     font-weight:bold;
    
  126. }
    
  127. 
    
  128. #menu ul ul ul li:before {
    
  129.     content: "\25AB \0020";
    
  130.     font-weight:light;
    
  131. }
    
  132. 
    
  133. #search {
    
  134.     width:80%
    
  135. }
    
  136. 
    
  137. #menu input {
    
  138.     width:80%;
    
  139. }
    
  140. 
    
  141. /* ------------------- ASIDES ------------------- */
    
  142. 
    
  143. .asides {
    
  144.     margin:1.5em 0 1.5em 0;
    
  145.     _margin:1.5em 0 1.5em 0; /* IE */
    
  146.     _border-left:0.5em double #ccc; /* IE */
    
  147.     _padding-left:1em; /* IE */
    
  148. }
    
  149. 
    
  150. .asides:before {
    
  151.     content:"\222B \0020";
    
  152.     font-size:110%;
    
  153.     font-weight:bolder;
    
  154. }
    
  155. 
    
  156. /* ------------------- EOF ------------------- */
    
  157.  

Return to listing of minimalissimplistic.zip