Delete 'css/stove.css'
parent
d1a029fc24
commit
5f96701c87
@ -1,135 +0,0 @@
|
|||||||
.nav {
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 100px;
|
|
||||||
overflow: hidden;
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.test {
|
|
||||||
background-color: #ffffff;
|
|
||||||
margin: 10px;
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
float: none;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.test2 {
|
|
||||||
list-style: disc;
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
margin: 10px;
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
float: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.test3 {
|
|
||||||
margin: 10px;
|
|
||||||
overflow: hidden;
|
|
||||||
float: none;
|
|
||||||
background-color: burlywood;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav li {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "Vollkron";
|
|
||||||
src: url(fonts/Vollkorn-VariableFont_wght.ttf);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sources {
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: 'Vollkron', sans-serif;
|
|
||||||
background-color: bisque;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.news a {
|
|
||||||
display: block;
|
|
||||||
color: white;
|
|
||||||
text-align: center;
|
|
||||||
padding: 14px 16px;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.nav li a:hover {
|
|
||||||
background-color: rgb(47, 0, 255);
|
|
||||||
color: rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
background-color: #7ad1ef;
|
|
||||||
}
|
|
||||||
|
|
||||||
.floatright {
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
||||||
.float {
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.floatright2 {
|
|
||||||
float: right;
|
|
||||||
clear: right;
|
|
||||||
margin-right: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.floatleft {
|
|
||||||
float: left;
|
|
||||||
clear: left;
|
|
||||||
margin-right: 10px;
|
|
||||||
margin-bottom: 5px
|
|
||||||
}
|
|
||||||
|
|
||||||
.mar {
|
|
||||||
margin-left: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
article {
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin-bottom: 5px;
|
|
||||||
margin-top: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin-bottom: 3px;
|
|
||||||
margin-left: 3px
|
|
||||||
}
|
|
||||||
|
|
||||||
p{
|
|
||||||
margin: 10px;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.test li, .test2 li{
|
|
||||||
margin: 5px;
|
|
||||||
margin-left: 30px;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.test3 li {
|
|
||||||
font-size: 17px;
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
.table th, .try td, .No td {
|
|
||||||
background-color:#7ad1ef;
|
|
||||||
}
|
|
||||||
.okay td, .yes td {
|
|
||||||
background-color:aquamarine;
|
|
||||||
}
|
|
Loading…
Reference in New Issue