forked from DGNum/eleves.dgnum.eu
adding css, logo & ico
This commit is contained in:
parent
2fbc925f38
commit
41ef3fb326
3 changed files with 73 additions and 0 deletions
BIN
www/aeens3.png
Normal file
BIN
www/aeens3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
www/favicon.ico
Normal file
BIN
www/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
73
www/style.css
Normal file
73
www/style.css
Normal file
|
@ -0,0 +1,73 @@
|
|||
body {
|
||||
margin-left: 2em
|
||||
}
|
||||
|
||||
h1 {
|
||||
/* color: red; */
|
||||
text-align: center
|
||||
}
|
||||
|
||||
h1:before, h1:after {
|
||||
vertical-align:middle ;
|
||||
display: inline ;
|
||||
content:url(aeens3.png) ;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
background-color: #E0E0FF;
|
||||
/* color: green; */
|
||||
font-family: sans-serif;
|
||||
margin-top: 19px;
|
||||
padding: 5px;
|
||||
margin-bottom: 1px;
|
||||
/* border-bottom: solid thin */
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: medium;
|
||||
padding: 0cm;
|
||||
margin: 0cm
|
||||
}
|
||||
|
||||
.colophon {
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.links {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: square;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
ul li {
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
|
||||
.links ul {
|
||||
}
|
||||
|
||||
.index_onglet {
|
||||
background-color: #E0E0FF;
|
||||
}
|
||||
|
||||
.index_head_navbar {
|
||||
padding-top: .2em;
|
||||
padding-bottom: .2em;
|
||||
border-top: solid thick #E0E0FF;
|
||||
border-bottom: solid thick #E0E0FF;
|
||||
}
|
||||
|
||||
.index_renvois {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mail-antispam {
|
||||
unicode-bidi: bidi-override;
|
||||
direction: rtl;
|
||||
}
|
Loading…
Reference in a new issue