Mise-à-jour sur-le-sentier.fr
version 2
This commit is contained in:
@@ -158,12 +158,18 @@
|
||||
.lcl_minimal #lcl_txt * {
|
||||
font-family: Arial, 'sans-serif';
|
||||
color: #ddd;
|
||||
color: rgba(255, 255, 255, 0.5); /* add */
|
||||
mix-blend-mode: difference; /* add */
|
||||
}
|
||||
.lcl_minimal #lcl_title {
|
||||
color: #eee;
|
||||
color: #eee;
|
||||
color: rgba(238, 238, 238, 0.7); /* add */
|
||||
mix-blend-mode: difference; /* add */
|
||||
}
|
||||
.lcl_minimal #lcl_author {
|
||||
color: #bfbfbf;
|
||||
color: #bfbfbf;
|
||||
color: rgba(191, 191, 191, 0.7); /* add */
|
||||
mix-blend-mode: difference; /* add */
|
||||
}
|
||||
.lcl_minimal .lcl_txt_border {
|
||||
border-bottom: 1px dotted #666 !important;
|
||||
|
||||
102
css/sls.css
102
css/sls.css
@@ -12,6 +12,16 @@ h1 {
|
||||
h2, h3, h4 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
h3 {
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
h4 {
|
||||
font-weight: 200;
|
||||
text-align: center;
|
||||
/*margin-bottom: 2em;*/
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
@@ -40,12 +50,15 @@ pre {
|
||||
line-height: 1.6;
|
||||
margin-bottom: 1.6em;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
overflow: auto;
|
||||
padding: 1em 1.5em;
|
||||
display: block;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.lcl_minimal #lcl_txt * {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
/*
|
||||
The grid itself needs only 4 CSS declarations:
|
||||
*/
|
||||
@@ -418,3 +431,90 @@ select:-moz-focusring {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Liste admin.php */
|
||||
/**/
|
||||
|
||||
.base {
|
||||
font-family: sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
/*
|
||||
h3 {
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
}
|
||||
*/
|
||||
|
||||
.center-flex {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 50vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
nav a, button a {
|
||||
font-size: 18px;
|
||||
text-decoration: none;
|
||||
padding: 8px 12px;
|
||||
margin-right: 12px;
|
||||
border: 1px solid rgb(154, 149, 73);
|
||||
border-radius: 5px;
|
||||
transition: all 0.3s ease;
|
||||
/*background-color: rgb(177, 172, 115);*/
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* styles links while mouse is hovered over */
|
||||
nav a:hover, button a:hover {
|
||||
background-color: orange;
|
||||
border: 1px solid rgb(208, 134, 0);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/* styles links while being clicked */
|
||||
nav a:active, button a:active {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
/*
|
||||
.green {
|
||||
background-color: rgb(7, 141, 35);
|
||||
}
|
||||
*/
|
||||
h3.redstyle {
|
||||
color: red;
|
||||
}
|
||||
h3.greenstyle {
|
||||
color: rgb(7, 141, 35);
|
||||
}
|
||||
.red {
|
||||
background-color: rgb(219, 127, 101);
|
||||
}
|
||||
.kaki {
|
||||
background-color: rgb(177, 172, 115);
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
.font10 {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
input[type="text"], textarea {
|
||||
|
||||
background-color : #eeeeee;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user