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.
99 lines
1.4 KiB
CSS
99 lines
1.4 KiB
CSS
body {
|
|
background-color: #F4EBE8;
|
|
font-family: Roboto Mono;
|
|
|
|
}
|
|
|
|
|
|
.projtextcont{
|
|
display: block;
|
|
/*align-items: center;
|
|
justify-content: center*/
|
|
color:#371F10;
|
|
margin-left:200px;
|
|
margin-bottom: 100px;
|
|
}
|
|
|
|
.projtext{
|
|
width: 80%;
|
|
display: block;
|
|
text-align: justify;
|
|
}
|
|
|
|
h1{
|
|
font-size:50px;
|
|
display: block;
|
|
width:65%;
|
|
text-align: left;
|
|
background-color: transparent;
|
|
right:auto;
|
|
position: relative;
|
|
padding: 0px;
|
|
top:0%;
|
|
z-index: 0;
|
|
margin:0px;
|
|
/*margin-top: 50px;*/
|
|
}
|
|
|
|
h2{
|
|
font-size:23px;
|
|
display: block;
|
|
width:65%;
|
|
text-align: justify;
|
|
}
|
|
|
|
/*.pagelink{
|
|
position: fixed;
|
|
display: inline;
|
|
left:0px;
|
|
width:20px;
|
|
height:20px;
|
|
padding:10px;
|
|
background-color: white;
|
|
z-index: 10;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
/*border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #371F10;
|
|
|
|
}
|
|
|
|
.pagelink:hover{
|
|
background-color: #0BEFEB;
|
|
}
|
|
|
|
.pagelink{
|
|
background-color: white;
|
|
}
|
|
|
|
.pagelink a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
/*.pagelink a:active{
|
|
background-color: #0BEFEB;
|
|
}
|
|
|
|
.active .pagelink:after{
|
|
background-color: #0BEFEB;
|
|
}
|
|
|
|
|
|
.pagelink .pagename{
|
|
display: inline;
|
|
position: absolute;
|
|
width: auto;
|
|
padding: 5px;
|
|
margin-left: 25px;
|
|
font-size: 13px;
|
|
background-color: white;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.pagelink:hover .pagename{
|
|
visibility: visible;
|
|
}*/ |