initial commit
This commit is contained in:
41
assets/html/css/style.css
Normal file
41
assets/html/css/style.css
Normal file
@@ -0,0 +1,41 @@
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
font-size:14pt;
|
||||
line-height:1.5em;
|
||||
font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
|
||||
width: 44em;
|
||||
margin:4ex 0 12ex 5%;
|
||||
}
|
||||
.fire {
|
||||
font-size: 40pt;
|
||||
color: #ff0000;
|
||||
}
|
||||
.always {
|
||||
font-size: 25pt;
|
||||
color: #0000ff;
|
||||
}
|
||||
.safe {
|
||||
font-size: 40pt;
|
||||
color: #00af00;
|
||||
}
|
||||
P.little {
|
||||
line-height:1em;
|
||||
font-size: 35pt;
|
||||
color: #f97b04;
|
||||
}
|
||||
small {
|
||||
font-size: 10pt;
|
||||
}
|
||||
A:link {
|
||||
color: #aa0000;
|
||||
}
|
||||
A:visited {
|
||||
color: #606060;
|
||||
}
|
||||
A:active {
|
||||
color: #ffffff;
|
||||
}
|
||||
img.c1 {
|
||||
border:0;width:88px;height:31px
|
||||
}
|
Reference in New Issue
Block a user