/* 10th June 2024, Designer: Suleyman Farajli */ body { font: 15px monospace; width: 60em; /* make width window size independent */ display:block; padding-top: 4em; margin: auto; background-color: #1c1c1c; /* Almost Black */ color: #ffffff; /* White */ } p { font-size: 1.3em; } a { text-decoration: none; color: #5E81AC; /* Blue */ } a:hover { font-weight: bold; color: #B48EAD; /* Purple */ } small { padding: 0.6em; } table { padding-left: 1em; } .text{ margin-right: 1em; margin-left: 1em; } .menu_item { color: #BB6767; /* Red */ font-weight: bold; padding: 0.4em; padding-right: 3em; font-size: 1.3em; margin-right: 0.2em; margin-left: 0.2em; } .right_menu_item { float: right; padding-right: 1em; } .menu { /*Left blank intentionally*/ } .orange_text { color: #EBCB8B; /* Orange */ } .green_text { color: #A3BE8C; /* Green */ } .purple_text { color: #B48EAD; /* Purple */ } .red_text { color: #BB6767; /* Red */ } .light_gray_text { color: #bbbbbb; /* Light Gray */ } .white_text { color: #FFFFFF; /* White */ } #copyleft { color: #696969; /* Dark Gray */ margin-left: 1em; } /* * "pointer-events: none" doesn't work on some browsers, * to deactivate hover effect on this tag, * hover and regular styles are defined as the same */ #header-link, #header-link:hover { text-align: left; font-size: 2.0em; color: #FFFFFF; /* White */ font-weight: normal; } #quote { font-size: 1.3em; text-align: right; color: #C0C0C0; /* Darkish gray */ font-weight: 430; } #bar{ width: 100%; line-height: 35px; }