Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion wwwroot/phpbb/styles/spring/theme/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 15px;
}

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
Expand Down
150 changes: 150 additions & 0 deletions wwwroot/phpbb/styles/spring/theme/materialish.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
/* Materialize */

html, body {
background-color: #f0f0f0;
background: #f0f0f0;
}

#wrapper {
width: auto !important;
}

#maincontentwrapper {
border-radius: 0;
background: none;
background-color: none;
box-shadow: none;
}

#maincontentwrapper #wrap {
background-color: #f0f0f0;
}

#wrap {
background-color: #f0f0f0;
border: none;
padding: 0px;
}

#maincontentwrapper .navbar {
background-color: #fff;
border-radius: 0;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.locationbar {
background-color: none;
background-repeat: none;
background: none;
border-radius: 0px;
border: none;
box-shadow: none;
color: #000;
}

.forabg {
background-color: #f0f0f0 !important;
background-image: none !important;
border-radius: 0;
border: none;
color: #000;
padding: 0;
margin: 20px 0px;
}

.forumbg {
background-color: #f0f0f0 !important;
background-image: none !important;
border-radius: 0;
border: none;
color: #000;
padding: 0;
margin: 20px 0px;
}

ul.topiclist.topics {
background-color: #fff;
border-radius: 0;
padding: 1px 0px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.bg1 {
background-color: inherit;
}

.bg2 {
background-color: inherit;
}

.forumbg .header a, .forabg .header a, th a {
color: #000;
}

.forabg .header a:hover, th a:hover {
color: #909090;
}

li.header dt, li.header dd {
color: #000;
}

ul.forums {
background-color: #fff;
background-image: none;
border: none;
padding: 1px 0px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.post {
background-color: #fff;
background-image: none;
border: none;
border-radius: 0;
padding: 10px;
margin-top: 20px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

ul.topiclist li {
margin: 0px 0px;
}

li.row {
border-bottom: 1px solid #dcdcdc;
margin: 0px;
padding: 10px;
}

.bottombar {
background-color: #fff;
background-image: none;
border: none;
border-radius: 0px;
color: #4C5D77;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.bottombar a:link, .bottombar a:visited {
color: #105289;
}

.bottombar a:hover {
color: #D31141;
text-decoration: underline;
}

div#postingbox {
background-color: #fff;
background-image: none;
border: none;
border-radius: 0px !important;
padding: 20px;

box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.inputbox {
background-color: #f0f0f0
}
155 changes: 29 additions & 126 deletions wwwroot/phpbb/styles/spring/theme/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

*/

/* 0.1 - Responsive fixes */
/* 0.1 - Color Fixes */

.forabg {
background-color: #0076b1 !important;
Expand Down Expand Up @@ -239,72 +239,36 @@ a.postlink {
.button1 {
font-weight: bold !important;
padding: 5px 10px !important;
margin: 10px !important;
margin: 0px !important;
color: #fff !important;

background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.9, #455761),
color-stop(0.9, #3c4c55)
) !important;
background-image: -o-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -moz-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -webkit-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -ms-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: linear-gradient(to bottom, #455761 95%, #3c4c55 95%) !important;

border: 0px solid #000 !important;
border-radius: 10px !important;
box-shadow: 2px 2px 5px rgba(0,0,0,0.4) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) !important;

-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
background-color: #6a1918 !important;
background-image: none !important;
border: none !important;
border-radius: 6px;

}
.button1:hover {
color: #f0f0f0 !important;
box-shadow: 2px 2px 20px rgba(0,0,0,0.8) !important;
background-color: #a22512 !important;
text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4) !important;
}

.button2 {
font-weight: bold !important;
padding: 5px 10px !important;
margin: 5px !important;
margin: 2px !important;
color: #fff !important;

background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.9, #455761),
color-stop(0.9, #3c4c55)
) !important;
background-image: -o-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -moz-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -webkit-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -ms-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: linear-gradient(to bottom, #455761 95%, #3c4c55 95%) !important;

border: 0px solid #000 !important;
border-radius: 10px !important;
box-shadow: 2px 2px 5px rgba(0,0,0,0.4) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) !important;

-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
background-color: #102949 !important;
background-image: none !important;
border: none !important;
border-radius: 6px;

}
.button2:hover {
color: #f0f0f0 !important;
box-shadow: 2px 2px 20px rgba(0,0,0,0.8) !important;
background-color: #1c4c86 !important;
text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4) !important;
}

Expand All @@ -316,68 +280,27 @@ a.postlink {
margin: 2px !important;
color: #fff !important;

background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.9, #455761),
color-stop(0.9, #3c4c55)
) !important;
background-image: -o-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -moz-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -webkit-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -ms-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;

background-image: linear-gradient(to bottom, #455761 95%, #3c4c55 95%) !important;

border: 0px solid #000 !important;
border-radius: 10px !important;
box-shadow: 2px 2px 5px rgba(0,0,0,0.4) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) !important;

-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
background-color: #102949 !important;
background-image: none !important;
border: none !important;
border-radius: 6px !important;
}
.pagination ul li a:hover {
color: #f0f0f0 !important;
box-shadow: 2px 2px 20px rgba(0,0,0,0.8) !important;
background-color: #1c4c86 !important;
text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4) !important;
}

.pagination ul li.active span {
font-weight: bold !important;
padding: 2px 4px !important;
margin: 2px !important;
color: #f0f0f0 !important;
box-shadow: 0px 0px 0px rgba(0,0,0,0.8) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) !important;

background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.9, #455761),
color-stop(0.9, #3c4c55)
) !important;
background-image: -o-linear-gradient(bottom, #536482 95%, #3c4c55 95%) !important;
background-image: -moz-linear-gradient(bottom, #536482 95%, #3c4c55 95%) !important;
background-image: -webkit-linear-gradient(bottom, #536482 95%, #3c4c55 95%) !important;
background-image: -ms-linear-gradient(bottom, #536482 95%, #3c4c55 95%) !important;

background-image: linear-gradient(to bottom, #536482 95%, #3c4c55 95%) !important;

border: 0px solid #000 !important;
border-radius: 10px !important;

color: #fff !important;

-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
background-color: #1c4c86 !important;
background-image: none !important;
border: none !important;
border-radius: 6px !important;
}

.pagination ul li.ellipsis span {
Expand All @@ -386,30 +309,10 @@ a.postlink {
margin: 2px !important;
color: #fff !important;

background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.9, #455761),
color-stop(0.9, #3c4c55)
) !important;
background-image: -o-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -moz-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -webkit-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;
background-image: -ms-linear-gradient(bottom, #455761 95%, #3c4c55 95%) !important;

background-image: linear-gradient(to bottom, #455761 95%, #3c4c55 95%) !important;

border: 0px solid #000 !important;
border-radius: 10px !important;
box-shadow: 2px 2px 5px rgba(0,0,0,0.4) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) !important;

-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
background-color: #1c4c86 !important;
background-image: none !important;
border: none !important;
border-radius: 6px !important;
}

.pagination ul li.page-jump a {
Expand Down
6 changes: 2 additions & 4 deletions wwwroot/phpbb/styles/spring/theme/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ body {
----------------------------------------*/
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
border-radius: 0;
margin-left: -5px;
margin-right: -5px;
}

#cp-main .forabg, #cp-main .forumdb, #cp-main .post, #cp-main .panel {
Expand Down Expand Up @@ -67,7 +65,7 @@ body {
/* Navigation
----------------------------------------*/
.headerbar + .navbar {
margin-top: -5px;
margin-top: 5px;
}

/* Search
Expand Down Expand Up @@ -571,4 +569,4 @@ fieldset.display-actions {
margin-top: 5px;
width: 100%;
}
}
}
Loading