Merge pull request #8 from LeOSW42/copilot/optimize-css-files
Consolidate shared CSS rules to reduce duplication
This commit is contained in:
@@ -42,19 +42,6 @@
|
|||||||
background: #ccc;
|
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 {
|
#wiki_files td a {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,18 +41,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#blog_list .pagebuttons {
|
#blog_list .pagebuttons {
|
||||||
text-align: center;
|
|
||||||
margin: 40px 0 30px 0;
|
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 **/
|
/** Blog view article page **/
|
||||||
@@ -269,9 +259,3 @@ form.form label {
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
form.form input[type=submit] {
|
|
||||||
width: auto;
|
|
||||||
margin: auto;
|
|
||||||
border-bottom: 2px solid blue;
|
|
||||||
}
|
|
||||||
@@ -55,6 +55,27 @@ pre {
|
|||||||
background: #eeeeff;
|
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 */
|
/* FONTS */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|||||||
@@ -673,4 +673,3 @@ form.form input[type="checkbox"]:checked + span:before {
|
|||||||
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,12 +24,6 @@ form.form input {
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.form input[type=submit] {
|
|
||||||
width: auto;
|
|
||||||
margin: auto;
|
|
||||||
border-bottom: 2px solid blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*********************************/
|
/*********************************/
|
||||||
/** Profile page **/
|
/** Profile page **/
|
||||||
/*********************************/
|
/*********************************/
|
||||||
@@ -204,16 +198,3 @@ form.edituser #picturebuttons a {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
height: 28px;
|
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;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.form input[type=submit] {
|
|
||||||
width: auto;
|
|
||||||
margin: auto;
|
|
||||||
border-bottom: 2px solid blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wikiContent {
|
#wikiContent {
|
||||||
margin: 50px 0;
|
margin: 50px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user