You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
1.3 KiB
CSS
108 lines
1.3 KiB
CSS
|
|
body {
|
|
background: white;
|
|
color: black;
|
|
width: 700px;
|
|
font-family: 'Roboto Mono', monospace;
|
|
/* cursor: pointer;*/
|
|
}
|
|
|
|
h1{
|
|
font-family: 'Roboto Mono', monospace;
|
|
font-weight: bold;
|
|
color: #CC3333;
|
|
padding-left: 20px;
|
|
/*padding-right: 20px;*/
|
|
font-size: 20pt;
|
|
}
|
|
|
|
h2{
|
|
font-family: 'Roboto Mono', monospace;
|
|
font-weight: bold;
|
|
color: #0000CC;
|
|
padding-left: 20px;
|
|
/*padding-right: 20px;*/
|
|
font-size: 15pt;
|
|
|
|
}
|
|
|
|
|
|
p{
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
font-weight: normal;
|
|
font-size: 13pt;
|
|
text-align:justify;
|
|
font-family: 'Roboto Mono', monospace;
|
|
}
|
|
|
|
a{
|
|
color: #0000CC;
|
|
/*background-color: yellow;*/
|
|
/*font-size: */
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
small{
|
|
font-size: 12px
|
|
|
|
}
|
|
|
|
a:hover {
|
|
/*text-decoration: underline;*/
|
|
color: #FFCC33;
|
|
|
|
}
|
|
|
|
img.logo{
|
|
width: 100px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
|
|
.indexphoto{
|
|
width: 100pxl
|
|
}
|
|
|
|
.header {
|
|
/*float: none;*/
|
|
width: 90%;
|
|
height: 20%;
|
|
}
|
|
|
|
.content {
|
|
/*float: left;*/
|
|
width: 900px;
|
|
height: 1000px;
|
|
background-color: white;
|
|
/*overflow: scroll;*/
|
|
position: right;
|
|
|
|
}
|
|
|
|
div.maintext {
|
|
/*float: left;*/
|
|
width: 95%;
|
|
height: 50%;
|
|
background-color: white;
|
|
position: right;
|
|
;
|
|
}
|
|
|
|
.href{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.menu {
|
|
/* float: left;*/
|
|
padding-top: 0px;
|
|
width: 200px;
|
|
height: 1000px;
|
|
margin: 10px;
|
|
/*text-decoration: underline;*/
|
|
background-color: white;
|
|
}
|
|
|
|
|