files/html/old/simplebluegreen/style.css
- body, html {
- height: 100%;
- }
- body, td, div {
- font-family: ans-serif, arial;
- font-size: 11pt;
- line-height: 15pt;
- }
- body {
- background: #99aaff;
- margin: 0;
- margin-left: 150pt;
- }
- a {
- color: #000000;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- /* ====== */
- /* menu */
- /* ====== */
- #menu {
- position: absolute;
- left: 2em;
- top: 3.5em;
- width: 110pt;
- }
- #menu a {
- padding: 0.2em;
- margin: 0.1em;
- display: block;
- color: #ffffff;
- border: 1px solid #99aaff;
- }
- #menu a:hover {
- border-color: #000000;
- color: #000000;
- text-decoration: none;
- }
- #menu h2 {
- font-weight: bold;
- font-size: 14pt;
- margin: 0.3em;
- margin-bottom: 0.6em;
- color: #ffffff;
- }
- /* ===================== */
- /* container - content */
- /* ===================== */
- #container {
- background: #acbb66 url(bg.jpg) repeat-y;
- background-position: 99% -30px;
- height: 100%;
- border-left: 2px dotted #000000;
- }
- body>#container {
- height: auto;
- min-height: 100%;
- }
- #content {
- padding: 3em;
- padding-left: 2em;
- padding-right: 200px;
- }
- #content h2 {
- background: #556644;
- color: #ffffff;
- font-weight: bold;
- font-size: 14pt;
- margin: 0.5em;
- margin-left: -1em;
- margin-right: -2em;
- padding: 0.1em;
- padding-left: 1em;
- }
- #content img {
- background: #acbb66 url(bg.jpg) repeat-y;
- max-width: 100%;
- border: 2px dotted #000000;
- margin: 3px;
- }
- #content img.gallery_image_big {
- display: block;
- max-width: 90%;
- margin: 0 auto;
- border: 3px solid #000000;
- }