12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- body {
- font-size: 1.2em;
- font-family: 'Droid Sans', sans-serif;
- }
-
- #nav ul {
- list-style-type: none;
- }
-
- #nav ul li {
- display: inline;
- margin-right: 0.5em;
- }
-
- #home {
- font-size: 2.5em;
- margin-right: 0.5em;
- }
-
- #nav a:link {
- color: black;
- font-weight: bold;
- text-decoration: none;
- }
-
- #nav a:visited {
- color: black;
- font-weight: bold;
- text-decoration: none;
- }
-
- pre {
- max-height: 300px;
- overflow: scroll;
- font-size: 0.9em;
- padding: 10px;
- margin: 1em;
- border-style: solid;
- border-width: 2px;
- border-color: orange;
- border-radius: 10px;
- }
-
- iframe[id^='twitter-widget-'] {
- width: 100%;
- }
-
- #footer {
- color: gray;
- text-align: center;
- margin-top: 1em;
- font-size: small;
- }
-
- #footer a:link {
- color: gray;
- }
-
- #footer a:visited {
- color: gray;
- }
|