This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
glasnost/templates/eclova/web/css/eclova.css

265 lines
3.1 KiB
CSS

@import "default.css";
/* 2 columns, header and footer layout working with NN4
thanks to http://realworldstyle.com/ */
html, body {
margin: 0;
padding: 0;
color: black;
font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}
#nav {
width: 190px;
float: left;
margin-left: -1px;
padding: 10px;
margin-right: 10px;
}
#main-content {
padding: 10px;
margin-left: 210px;
margin-top: 10px;
}
#header {
margin-bottom: 0px;
padding: 0px;
}
#footer {
font-size: 70%;
text-align: right;
padding: 2px 10px 10px 0;
}
.spacer {
clear: both;
}
p {
padding: 0;
margin-top: 0px;
}
/* left and right, same place*/
.left {
float: left;
text-align: left;
width: 47%;
}
.right {
float: right;
text-align: right;
width: 47%;
}
/* what follows is mine */
body {
background: white;
}
img {
border: 0px;
}
a:link {
color: #222222;
}
a:hover {
background-color: #c4acac;
}
#header {
}
#header h1 {
background: #543838 url(/images/eclova-topleft.png) fixed top left no-repeat;
margin: 0px;
color: #e94840;
font-style: italic;
font-size: 300%;
padding-left: 100px;
}
#header h2 {
background: #705555 url(/eclova/eclova-topleft.png) fixed top left no-repeat;
margin: 0px;
color: white;
padding-bottom: 10px;
padding-left: 115px;
}
#header a:hover {
background-color: white;
}
#main-content {
margin-right: 2em;
}
#footer {
margin-left: 30%;
border-top: 1px dashed black;
}
/* the navbar */
#nav {
font-size: 80%;
}
#nav div {
background: #f0f0f0;
}
#nav h2 {
font-size: 120%;
display: block;
border: 1px solid black;
margin-bottom: 0;
margin-top: 10px;
background: black;
color: white;
}
#nav h2 a {
color: white;
}
#nav h2 span.navH2 {
padding-left: 5px;
}
#nav a {
text-decoration: none;
display: block;
padding-left: 5px;
}
a.navindent {
border: 1px solid black;
border-top: 0px;
}
span.navindent {
text-decoration: none;
display: block;
padding-left: 5px;
padding-right: 5px;
border: 1px solid black;
border-top: 0px;
background-color: #cfd3dc;
text-align: right;
}
#nav a.sel {
color: red;
}
/* the main content */
#main-content p {
text-align: justify;
}
/* the footer */
#footer div.left {
position: relative;
top: -8px;
margin-left: 10px;
}
#footer div.left a {
font-size: 120%;
}
/* UI */
a.button {
border: 1px solid black;
background: #f0f0f0;
padding-right: 5px;
padding-left: 5px;
text-decoration: none;
}
a.button:hover {
background-color: #c4acac;
}
input, select, textarea {
border: 1px solid black;
background: #f0f0f0;
}
input.button:hover {
background-color: #c4acac;
}
input.button {
padding-right: 5px;
padding-left: 5px;
cursor: pointer;
}
/* coloring the diffs */
div.diff-context {
}
div.diff-error {
font-size: 80%;
}
div.diff-new {
background-color: #80ff80;
border-style: none;
border-width: thin;
width: 100%;
}
div.diff-old {
background-color: #ffff80;
border-style: none;
border-width: thin;
width: 100%;
}
hr.diff {
}
span.diff-equal {
}
span.diff-new {
background-color: #80ff80;
}
span.diff-old {
background-color: #ffff80;
}
#urls-choice {
text-align: right;
}