Reste à prévoir la pagination et la recherche
This commit is contained in:
59
html/styles.css
Normal file
59
html/styles.css
Normal file
@@ -0,0 +1,59 @@
|
||||
a:link {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: orange;
|
||||
text-decoration: none;
|
||||
}
|
||||
.blogtitle {
|
||||
color: coral;
|
||||
text-decoration:underline;
|
||||
}
|
||||
/*
|
||||
.shortpost {
|
||||
|
||||
}
|
||||
.shortpostheader {
|
||||
|
||||
}
|
||||
*/
|
||||
.shortposttitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
.shortpostdate {
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
font-weight: lighter;
|
||||
}
|
||||
/*
|
||||
.shortpostcontent {
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
.post {
|
||||
|
||||
}
|
||||
.postheader {
|
||||
|
||||
}
|
||||
*/
|
||||
.posttitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
.postdate {
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
/*
|
||||
.postcontent {
|
||||
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user