Index la mission bancale dans la carte
This commit is contained in:
+13
-2
@@ -17,15 +17,26 @@
|
||||
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
||||
<style>
|
||||
body { font-size:16pt; max-width:42rem; margin: 1em; color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
|
||||
body {
|
||||
font-size:16pt;
|
||||
max-width:42rem;
|
||||
min-width: 18rem;
|
||||
margin: 1em;
|
||||
color: black;
|
||||
background: white;
|
||||
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
|
||||
text-align:right;
|
||||
}
|
||||
a { color: darkred; }
|
||||
a:hover { background: gold; }
|
||||
a:visited, a:active { color: dimgrey; }
|
||||
nav { text-align:center; font-size:smaller; padding: 0; margin: 0; }
|
||||
nav li { list-style-type: none; }
|
||||
.portrait { margin: 1em; }
|
||||
h2 > a, h2 > a:active, h2 > a:visited { color: lightgrey; text-decoration:none;}
|
||||
h2 > a:hover { color: black; text-decoration:underline }
|
||||
|
||||
|
||||
@media (max-width: 1000px) { #portrait {display:none;} }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user