Plain text
| Download
-
- html, body, textarea, input, select {
- font-family: sans-serif;
- font-size: 10pt;
- color: #000000;
- }
-
- html, body {
- padding: 0;
- margin: 0;
- }
-
- body {
- background: #fefefe;
- }
-
- a {
- color: #000;
- text-decoration: none;
- }
-
- h1 {
- font-size: 2em;
- margin: 1em 0;
- padding: 0;
- }
-
- h2 {
- background: #444;
- color: #f5f5f5;
- font-size: 1.4em;
- font-weight: bold;
- margin: 0.6em 0;
- padding: 0.2em 0;
- }
-
- h2 .blog-date {
- float: right;
- font-size: 0.7em;
- display: block;
- padding: 0.3em; 0;
- }
-
- #wrapper {
- margin: 3em;
- }
-
- #content {
- padding: 1em 15em 1em 0.5em;
- line-height: 1.7em;
- }
-
- #content h1 a, #content h1 a:hover,
- #content h2 a, #content h2 a:hover,
- #content h3 a, #content h3 a:hover {
- background: inherit;
- color: inherit;
- text-decoration: none;
- }
-
- #content a {
- color: #25518e;
- text-decoration: underline;
- }
-
- #content a:hover {
- color: #000;
- background: #cdd8e7;
- text-decoration: none;
- }
-
- #heading {
- background: #fff url(top.jpg) repeat-x;
- height: 100px;
- margin-bottom: -55px;
- }
-
- #heading h1 {
- color: #f5f5f5;
- font-size: 30px;
- margin: 0;
- padding: 10px;
- }
-
- #heading h1 a {
- color: inherit;
- font-style: italic;
- }
-
- #menu a {
- color: #fff;
- text-decoration: none;
- display: block;
- padding: 0.3em 0.7em;
- }
-
- #menu a:hover {
- color: #becde3;
- }
-
- #menu ol,
- #menu ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
-
- #menu ol {
- height: 1.8em;
- padding-top: 0.2em;
- overflow: visible;
- position: relative;
- }
-
- #menu ol li {
- float: left;
- }
-
- #menu ul {
- background: #555;
- display: none;
- padding-bottom: 0.5em;
- margin-left: 0.3em;
- border-bottom: 2px solid #333;
- position: absolute;
- top: 1.8em;
- }
-
- #menu ul li {
- float: none;
- width: 8em;
- }
-
- #menu ul li a {
- padding-left: 0.4em;
- }
-
- #menu ol li:hover ul {
- display: block;
- }
-
- #sidebar {
- position: absolute;
- top: 130px;
- }
-
- #sidebar {
- width: 12em;
- padding: 1em 0 1em 3em;
- right: 3em;
- }
-
- #sidebar h2 {
- background: transparent;
- color: #000;
- margin: 0.5em 0;
- padding: 0;
- font-size: 1.2em;
- }
-
- #sidebar ul {
- padding: 0;
- margin: 0;
- list-style: none;
- font-size: 0.9em;
- }
-
- #sidebar ul a {
- color: #333;
- margin: 0.2em 0;
- padding: 0.2em;
- display: block;
- }
-
- #sidebar ul a:hover {
- background: #cdd8e7;
- color: #000;
- }
-
- #footer {
- border-top: 3px solid #333;
- padding: 0.3em 0;
- }
-
- #footer img {
- display: none;
- }
-