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. /* ------------------- STRUCTURE ------------------- */

  10. body {
  11.     font-family: Verdana, sans-serif;
  12.     font-size:0.80em;
  13.     text-align: center; /* So that IE5 centers the layout */
  14.     color: #314472;
  15. }

  16. #wrap {
  17.     margin:0 auto;
  18.     width: 55em;
  19.     text-align: justify;
  20.     padding:0.6em;
  21.     border-top:0.1em solid;
  22.     border-left:0.1em solid;
  23.     border-right:0.2em solid;
  24.     border-bottom:0.2em solid;
  25.     -moz-border-radius: 2em; /* Mozilla Specific */
  26. }


  27. #header {
  28.     width:100%;
  29.     margin:0 auto;
  30.     margin-bottom:1em;
  31. }

  32. #content {
  33.     padding:0 0.5em 0 0.5em;
  34.     width: 71%;
  35. }

  36. #menu {
  37.     padding:0 0.5em 0 0.5em;
  38.     text-align:left;
  39.     width: 24%;
  40. }

  41. #wrap, #container { /* Clear containers so that nested elements cannot overflow */
  42.     overflow:hidden; /* This does the trick in Firefox */
  43.     _height:1%;       /* This does the trick in MSIE */
  44.     _overflow:none;  /* Overrides setting for Firefox */
  45. }

  46. #footer {
  47.     margin-top:1.5em;
  48.     text-align: center;
  49.     kmargin-bottom:1em;
  50. }

  51. #container {
  52. }

  53. #comment {
  54.     width:95%;
  55. }

  56. /* ------------------- GENERAL STUFF ------------------- */

  57. a {
  58.     color: #314472;
  59. }

  60. a:hover {
  61.     text-decoration:none;
  62.     border-bottom:1px dashed;
  63. }

  64. a img {
  65.     border:0px;
  66. }

  67. input,textarea {
  68.     border:1px solid;
  69.     -moz-border-radius:0.5em;
  70.     padding:0.2em 0.5em;
  71. }

  72. input[type=submit] {
  73.     border:2px groove;
  74. }


  75. /* ------------------- A BIT OF MENU STYLE ------------------- */

  76. #menu h2 {
  77.     font-size:100%;
  78.     font-weight:bolder;
  79.     margin:1em 0 0.2em 0;
  80. }

  81. #menu ul {
  82.     margin:0 0 0.2em 0;
  83.     padding:0;
  84.     list-style-type:none;
  85. }

  86. #menu ul li{
  87. }

  88. #menu ul ul {
  89.     margin:0 0 0.2em 1em;
  90.     text-indent:-1em;
  91.     _text-indent:0;
  92. }

  93. #menu ul ul li {
  94.     list-style-type:none;
  95.     font-size:95%;
  96.     font-weight:normal;
  97. }

  98. #menu ul ul li:before {
  99.     content: "\2248 \0020";
  100.     font-weight:bold;
  101. }

  102. #menu ul ul ul li:before {
  103.     content: "\25AB \0020";
  104.     font-weight:light;
  105. }

  106. #search {
  107.     width:80%
  108. }

  109. #menu input {
  110.     width:80%;
  111. }

  112. /* ------------------- ASIDES ------------------- */

  113. .asides {
  114.     margin:1.5em 0 1.5em 0;
  115.     _margin:1.5em 0 1.5em 0; /* IE */
  116.     _border-left:0.5em double #ccc; /* IE */
  117.     _padding-left:1em; /* IE */
  118. }

  119. .asides:before {
  120.     content:"\222B \0020";
  121.     font-size:110%;
  122.     font-weight:bolder;
  123. }

  124. /* ------------------- EOF ------------------- */
  125.  

Return to listing of minimalissimplistic.zip