Augmentation vers version 3.3.0

This commit is contained in:
Gauvain Boiché
2020-03-31 15:31:03 +02:00
parent d926806907
commit a1864c0414
2618 changed files with 406015 additions and 31377 deletions

View File

@@ -4,7 +4,7 @@ Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
color: #4C5D77;
color: rgba(0,0,0,.4);
background-color: #ECF0F1;
}
@@ -37,6 +37,10 @@ Colours and backgrounds for links.css
a { color: #676767; }
a:hover { transition:.2s; }
a.forumtitle, a.topictitle {
color: #303030;
}
body.high_contrast_links .navbar_footer a,
body.high_contrast_links .copyright_bar a {
color: #CCCCCC !important;
@@ -93,7 +97,7 @@ body.content_block_header_block .forumbg .header a:hover, body.content_block_hea
}
.forabg, .forumbg, .viewtopic_wrapper {
background-color: #F8F8F8;
background-color: rgba(0,0,0,.025);
}
.navbar {
@@ -426,7 +430,7 @@ blockquote blockquote blockquote {
.codebox code {
color: #2E8B57;
background-color: #F8F8F8;
border-left: 5px solid;
border-left: 3px solid;
}
/* Attachments
@@ -616,9 +620,7 @@ Colours and backgrounds for buttons.css
---------------------------------------- */
.pagination li a {
background: #ECEDEE;
filter: none;
border-color: #B4BAC0;
box-shadow: none;
-webkit-box-shadow: none;
color: #5C758C;
@@ -1085,13 +1087,12 @@ body.content_block_header_stripe li.header {
background: #FFFFFF;
}
.forumlist_grid .grid_image_container {
background: #FFFFFF;
}
.forumlist_grid .grid_colour_overlay {
color: #FFFFFF;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.55+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}