| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- /* BODY */
- body {
- background: #020202;
- }
- .container {
- margin-right: auto;
- margin-left: auto;
- padding-bottom: 30px;
- }
- .content {position: relative;}
- .contentcontact {
- position: relative;
- background: #550101;
- }
- /* TEXT */
- p.main {
- font-family: Verdana, serif;
- color: white;
- font-size: 110%;
- }
- h1 {
- font-size: 1.3em;
- color: white;
- line-height: 1.5;
- font-family: Verdana, serif;
- text-align: left;
- text-decoration: bold;
- }
- li {
- font-family: Tahoma, Geneva, sans-serif;
- color: white;
- font-size: 110%;
- }
- a:link, a:visited, a:active {
- color: #932525;
- font-family: Verdana, serif;
- font-size: 110%;
- text-decoration: underline;
- }
- a:hover {
- color: #932525;
- font-family: Verdana, serif;
- font-size: 110%;
- text-decoration: none;
- }
- /* NAVIGATION BAR */
- .ul {text-align:center;}
- .theme-showcase .navbar .menu {
- margin-right: auto;
- margin-left: auto;
- width: auto;
- }
- .navbar-inverse .navbar-nav > li > a {
- background-color: transparent;
- color: #d1e9f3;
- font-weight: bold;
- font-size: 18px;
- font-family: Baskerville, serif;
- text-decoration: none;
- }
- .navbar-inverse .navbar-nav > li > a:hover,
- .navbar-inverse .navbar-nav > li > a:focus {
- color: white;
- font-weight: bold;
- font-size: 18px;
- text-shadow: 2px 2px black;
- font-family: Baskerville, serif;
- background-color: #550101;
- }
- .navbar {
- background: transparent;
- margin-bottom: 0;
- border: none;
- }
- .navbar-toggle {
- position: relative;
- padding: 9px 10px;
- margin-top: 8px;
- margin-right:15px;
- margin-bottom: 0;
- background-color: darkblue;
- background-image: none;
- border: none;
- border-radius: 4px;
- }
- .dropup .caret,
- .navbar-fixed-bottom .dropdown .caret {
- content: "";
- border-top: 0;
- border-bottom: none;
- }
- .links {
- float: right;
- padding-top: 10px;
- background-color: transparent;
- }
- .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
- background: #1d42ac;
- }
- .theme-dropdown .dropdown-menu {
- position: static;
- display: block;
- margin-bottom: 0;
- }
- .theme-showcase > p > .btn {
- margin: 5px 0;
- }
- .theme-showcase .navbar .container {
- width: auto;
- }
- .navbar-inverse {
- background-color: transparent;
- border-color: transparent;
- }
- /* FOOTER */
- p.footer {
- font-family: Verdana, serif;
- color: white;
- font-size: 70%;
- text-align: center;
- font-weight: bold;
- }
- .footer {
- margin-right: auto;
- margin-left: auto;
- background-color: transparent;
- }
- /* IMAGES */
- img.fluid {
- border: 0;
- padding:0;
- margin:0;
- vertical-align: bottom;
- max-width: 100%;
- }
- img.fluid2 {
- border: 3px solid #550101;
- padding:0;
- float: left;
- vertical-align: bottom;
- max-width: 100%;
- margin-right: 20px;
- }
- img.fluid3 {
- border: 3px solid #550101;
- padding:0;
- float: right;
- vertical-align: bottom;
- max-width: 100%;
- margin-right: 20px;
- }
|