Consolidate shared CSS rules
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
@@ -42,19 +42,6 @@
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
#wiki_files .pagebuttons {
|
||||
text-align: center;
|
||||
}
|
||||
#wiki_files .pagebuttons a {
|
||||
background: #efefef;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
#wiki_files .pagebuttons .previous {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
#wiki_files td a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -41,18 +41,8 @@
|
||||
}
|
||||
|
||||
#blog_list .pagebuttons {
|
||||
text-align: center;
|
||||
margin: 40px 0 30px 0;
|
||||
}
|
||||
#blog_list .pagebuttons a {
|
||||
background: #efefef;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
#blog_list .pagebuttons .previous {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
/*********************************/
|
||||
/** Blog view article page **/
|
||||
@@ -269,9 +259,3 @@ form.form label {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
form.form input[type=submit] {
|
||||
width: auto;
|
||||
margin: auto;
|
||||
border-bottom: 2px solid blue;
|
||||
}
|
||||
@@ -55,6 +55,27 @@ pre {
|
||||
background: #eeeeff;
|
||||
}
|
||||
|
||||
.pagebuttons {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pagebuttons a {
|
||||
background: #efefef;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.pagebuttons .previous {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
form.form input[type=submit] {
|
||||
width: auto;
|
||||
margin: auto;
|
||||
border-bottom: 2px solid blue;
|
||||
}
|
||||
|
||||
/* FONTS */
|
||||
|
||||
@font-face {
|
||||
|
||||
@@ -673,4 +673,3 @@ form.form input[type="checkbox"]:checked + span:before {
|
||||
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -24,12 +24,6 @@ form.form input {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
form.form input[type=submit] {
|
||||
width: auto;
|
||||
margin: auto;
|
||||
border-bottom: 2px solid blue;
|
||||
}
|
||||
|
||||
/*********************************/
|
||||
/** Profile page **/
|
||||
/*********************************/
|
||||
@@ -204,16 +198,3 @@ form.edituser #picturebuttons a {
|
||||
padding: 0;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
#member_list .pagebuttons {
|
||||
text-align: center;
|
||||
}
|
||||
#member_list .pagebuttons a {
|
||||
background: #efefef;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
#member_list .pagebuttons .previous {
|
||||
margin-right: -1px;
|
||||
}
|
||||
@@ -32,12 +32,6 @@ form.form input {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
form.form input[type=submit] {
|
||||
width: auto;
|
||||
margin: auto;
|
||||
border-bottom: 2px solid blue;
|
||||
}
|
||||
|
||||
#wikiContent {
|
||||
margin: 50px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user