mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-24 12:05:24 -04:00
44 lines
763 B
CSS
44 lines
763 B
CSS
/*
|
|
Geoffrey Elliott wrote these for the Ecce website, and they have been modified (somewhat)
|
|
by Mahin Hackler for the NWChem website
|
|
*/
|
|
|
|
body{
|
|
font-family: verdana, helvetica, sans-serif;
|
|
font-size: 12px;
|
|
bgcolor: #FFFFFF;
|
|
}
|
|
|
|
hr {
|
|
background-color: #F3EDDD;
|
|
color: #F3EDDD;
|
|
border: none;
|
|
height: 2px;
|
|
}
|
|
|
|
h1{
|
|
color: #6E6652;
|
|
font-weight: bold;
|
|
font-family: verdana, helvetica, sans-serif;
|
|
font-size: 26px;
|
|
}
|
|
|
|
h2{
|
|
color: #6E6652;
|
|
font-weight: bold;
|
|
font-family: verdana, helvetica, sans-serif;
|
|
font-size: 18px;
|
|
}
|
|
|
|
h3{
|
|
color: #6E6652;
|
|
font-weight: bold;
|
|
font-family: verdana, helvetica, sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#a{
|
|
# color: #006860;
|
|
#}
|
|
|
|
|