Changes for phpbb 3.3.0
This commit is contained in:
BIN
styles/dark_vision/theme/images/portal/board3clock.swf
Normal file
BIN
styles/dark_vision/theme/images/portal/board3clock.swf
Normal file
Binary file not shown.
BIN
styles/dark_vision/theme/images/portal/icon_portal_search.gif
Normal file
BIN
styles/dark_vision/theme/images/portal/icon_portal_search.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 873 B |
BIN
styles/dark_vision/theme/images/portal/spacer_down.png
Normal file
BIN
styles/dark_vision/theme/images/portal/spacer_down.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
styles/dark_vision/theme/images/portal/spacer_up.png
Normal file
BIN
styles/dark_vision/theme/images/portal/spacer_up.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
597
styles/dark_vision/theme/portal.css
Normal file
597
styles/dark_vision/theme/portal.css
Normal file
@@ -0,0 +1,597 @@
|
||||
/* main menu, user menu and the links */
|
||||
|
||||
.content li {
|
||||
list-style-type: inherit !important;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.portal-navigation{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.portal-navigation ul{
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
|
||||
}
|
||||
|
||||
.portal-navigation ul li{
|
||||
padding-bottom: 2px; /*bottom spacing between menu items*/
|
||||
}
|
||||
|
||||
.portal-navigation ul li a{
|
||||
display: block;
|
||||
padding: 2px 0;
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.portal-navigation div.menutitle{
|
||||
padding: 1px 0;
|
||||
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.portal-navigation hr.dashed:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rtl .portal-navigation .menutitle {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.calendar-info {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.portal-events li.row
|
||||
{
|
||||
border-top: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.portal-user-span {
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.rtl .portal-user-span {
|
||||
float: right;
|
||||
padding: 2px 5px 0 0;
|
||||
}
|
||||
|
||||
.portal-user-annotation {
|
||||
float: right;
|
||||
padding-top: 2px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .portal-user-annotation {
|
||||
float: left;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.portal-title-span {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl .portal-title-span {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .portal-title-link {
|
||||
float: right;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.portal-text-span {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .portal-text-span {
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.portal-data-span {
|
||||
float: right;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .portal-data-span {
|
||||
float: left;
|
||||
padding-right: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.portal-module-postbody {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portal-module-content {
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.portal-stylechanger-select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.portal-whois-online-content {
|
||||
border-left: 0 !important;
|
||||
}
|
||||
.portal-whois-online-content p {
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
|
||||
.portal-donation-center-content {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.portal-donation-center-content > div {
|
||||
text-align: left;
|
||||
margin: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.portal-donation-form {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.portal-centered-content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-read-all-link {
|
||||
float: right;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.portal-module-postbody .post:not(:last-child) {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
a.portal-forumtitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portal-random-member-name {
|
||||
font-size: 12px;
|
||||
padding-top: 1px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.portal-recent-column {
|
||||
width: 33%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.portal-paypal-icon {
|
||||
background-image: url("../../all/theme/images/portal/paypal.gif");
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 73px;
|
||||
padding-top: 44px;
|
||||
float: left;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.portal-poll-subtext {
|
||||
font-size: 1.0em !important;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.portal-poll-vote {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.portal-poll-side-option dt {
|
||||
width: 30% !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-option dt:first-child {
|
||||
width: 60% !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-option-info {
|
||||
width: 58% !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-checkbox {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.portal-poll-side-checkbox input {
|
||||
vertical-align: top;
|
||||
margin-left: 39px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Calendar CSS rules
|
||||
*/
|
||||
.portal-calendar-go-previous {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.portal-calendar-current-month {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-go-next {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.portal-calendar-days-title td, .portal-calendar-days td {
|
||||
width: 14%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-days-title span {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portal-calendar-days td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-events-heading {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.portal-calendar-event-listing {
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.portal-calendar-event-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portal-calendar-event-description {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.portal-calendar-divider {
|
||||
margin: 5px 0;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replacement for table layout
|
||||
*/
|
||||
#portal-left, #portal-right {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl #portal-left, .rtl #portal-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#portal-center-wrapper {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#portal-center-wrapper .panel, #portal-center-wrapper .post,
|
||||
#portal-top .panel, #portal-top .post,
|
||||
#portal-bottom .panel, #portal-bottom .post
|
||||
{
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.rtl #portal-center-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#portal-column-area {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#portal-left {
|
||||
margin-left: -100%;
|
||||
}
|
||||
|
||||
.rtl #portal-left {
|
||||
margin-right: -100%;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* top spacing between portal body table and headerbar spacing is usually 10px
|
||||
*/
|
||||
#portal-body {
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portal-side {
|
||||
text-align: left;
|
||||
margin: 5px 5px 5px 5px
|
||||
}
|
||||
|
||||
.rtl .portal-side {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.portal-side-wrapper {
|
||||
border-left: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* This is needed in order to have the same spacing between blocks
|
||||
* as we have between the top blocks and the headerbar
|
||||
*/
|
||||
#portal-left .forabg, #portal-center .forabg,
|
||||
#portal-right .forabg, #portal-top .forabg,
|
||||
#portal-bottom .forabg {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#portal-body td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#portal-body .row .pagination {
|
||||
margin: 2px 2px 0px 0;
|
||||
}
|
||||
|
||||
#portal-body #viewpoll {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#portal-left li, #portal-center li,
|
||||
#portal-right li, #portal-top li,
|
||||
#portal-bottom li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.portal-news-pagination {
|
||||
line-height: 2em;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.portal-news-pagination .pagination {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* margin spacing as in default prosilver for the forumlist
|
||||
*/
|
||||
#portal-forumlist .forabg {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.portal-no-margin {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.portal-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* RTL language fixes */
|
||||
.rtl .portal-navigation ul li a{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Portal clock
|
||||
-------------------------------------- */
|
||||
.portal-clock-wrapper {
|
||||
text-align: center;
|
||||
min-height: 5em;
|
||||
margin: 0 10%;
|
||||
/* set a fixed height to get rid of the trembling clock in IE9 */
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.rtl .portal-clock-wrapper {
|
||||
/* Arabic clocks are ltr */
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.portal-clock {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.portal-clock-spacer-up {
|
||||
content: url("./images/portal/spacer_up.png");
|
||||
}
|
||||
|
||||
.portal-clock-spacer-down {
|
||||
content: url("./images/portal/spacer_down.png");
|
||||
}
|
||||
|
||||
.portal-clock * img {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.portal-clock-front, .portal-clock-back {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.portal-clock-front-upper div {
|
||||
height: 21px;
|
||||
position: absolute;
|
||||
vertical-align: bottom;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.portal-clock-front-lower div {
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
vertical-align: top;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.portal-clock-back-upper div {
|
||||
position: absolute;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.portal-clock-back-lower div {
|
||||
position: absolute;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-up-left, .portal-clock-back-seconds-up-right,
|
||||
.portal-clock-front-minutes-up-left, .portal-clock-front-minutes-up-right,
|
||||
.portal-clock-back-minutes-up-left, .portal-clock-back-minutes-up-right,
|
||||
.portal-clock-front-seconds-up-left, .portal-clock-front-seconds-up-right,
|
||||
.portal-clock-back-minutes-down-left, .portal-clock-back-minutes-down-right,
|
||||
.portal-clock-back-seconds-down-left, .portal-clock-back-seconds-down-right,
|
||||
.portal-clock-front-minutes-down-left, .portal-clock-front-minutes-down-right,
|
||||
.portal-clock-front-seconds-down-left, .portal-clock-front-seconds-down-right {
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
background-position: 0 0;
|
||||
background: url("../../all/theme/images/portal/portal_clock_single.png") no-repeat;
|
||||
}
|
||||
|
||||
/* Minutes start
|
||||
-------------------------------------- */
|
||||
.portal-clock-back-minutes-up-left{
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 43px;
|
||||
}
|
||||
|
||||
.portal-clock-back-minutes-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 64px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-up-left {
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 43px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 63px;
|
||||
}
|
||||
|
||||
.portal-clock-back-minutes-down-left{
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 43px;
|
||||
}
|
||||
|
||||
.portal-clock-back-minutes-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 64px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-down-left {
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 42px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 63px;
|
||||
}
|
||||
|
||||
/* Seconds start
|
||||
---------------------------------------- */
|
||||
.portal-clock-back-seconds-up-left{
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 85px;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 106px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-up-left {
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 84px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 105px;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-down-left{
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 85px;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 106px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-down-left {
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 84px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 105px;
|
||||
}
|
||||
|
||||
/* Hours start
|
||||
---------------------------------------- */
|
||||
.portal-clock-back-hours-up, .portal-clock-front-hours-up {
|
||||
width: 42px;
|
||||
height: 21px;
|
||||
background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat;
|
||||
background-position: 0 0;
|
||||
vertical-align: bottom;
|
||||
display: inline-block;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
.portal-clock-back-hours-down, .portal-clock-front-hours-down {
|
||||
width: 42px;
|
||||
height: 20px;
|
||||
background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat;
|
||||
background-position: 0 -44px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
margin: 21px 0 0 0;
|
||||
}
|
||||
|
||||
@media all\0 {
|
||||
.portal-clock-back-hours-down, .portal-clock-front-hours-down {
|
||||
margin-left: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-backward, .fa-forward {
|
||||
color: #3499ff;
|
||||
font-size: 1.4em;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.fa-user {
|
||||
color: #ce8600;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.icon_portal_search {
|
||||
background-image: url("../../dark_vision/theme/images/portal/icon_portal_search.gif") !important;
|
||||
background-position: left 1px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 17px;
|
||||
}
|
||||
104
styles/dark_vision/theme/portal_responsive.css
Normal file
104
styles/dark_vision/theme/portal_responsive.css
Normal file
@@ -0,0 +1,104 @@
|
||||
@media only screen and (max-width: 1040px), only screen and (max-device-width: 1040px)
|
||||
{
|
||||
.responsive-portal-announcements dd.views { display: none !important; }
|
||||
dd.responsive-portal-announcements { display: none !important; }
|
||||
|
||||
.responsive-portal-announcements dd.posts, .responsive-portal-announcements dd.views {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
dt#a { width: 125% !important; }
|
||||
.responsive-portal-announcements dt { width: 130% !important; }
|
||||
dd.responsive-portal-news { display: none !important; }
|
||||
|
||||
.responsive-portal-news dd.posts, .responsive-portal-news dd.views {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.responsive-portal-news dt { width: 130% !important; }
|
||||
dt#n { width: 125% !important; }
|
||||
.topiclist .topics, .topiclist .posts { display: none !important; }
|
||||
#portal-forumlist dl.icon dt { width: 125% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
||||
{
|
||||
div#portal-right {
|
||||
width: 49% !important;
|
||||
margin-left: 1% !important;
|
||||
}
|
||||
|
||||
div#portal-left {
|
||||
width: 50% !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.rtl div#portal-right {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 1% !important;
|
||||
}
|
||||
|
||||
.rtl div#portal-left {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
div#portal-center {
|
||||
margin-right: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.responsive-portal-news dt { width: 100% !important; }
|
||||
.responsive-portal-announcements dt { width: 100% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||
{
|
||||
.responsive-portal-news dd.lastpost, .responsive-portal-announcements dd.lastpost { display: none !important; }
|
||||
.responsive-portal-news dt .list-inner, .responsive-portal-announcements dt .list-inner { margin-right: 0 !important; }
|
||||
.responsive-portal-news dt, .responsive-portal-announcements dt { width: 100% !important; }
|
||||
dt#n, dt#a { width: 100% !important; }
|
||||
|
||||
.portal-responsive-poll .resultbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.portal-responsive-poll dt { width: 45% !important; }
|
||||
.portal-responsive-poll dd {
|
||||
width: 45% !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.row .pagination .ellipsis + li {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
#portal-forumlist dl.icon dt { width: 100% !important; }
|
||||
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
|
||||
.portal-responsive-show { display: block !important; }
|
||||
.portal-responsive-hide { display: none !important; }
|
||||
#portal-body { padding-top: 0 !important; }
|
||||
#portal-right > .portal-clear, #portal-body > .portal-clear, #portal-left > .portal-clear,
|
||||
#portal-center > .portal-clear, #portal-login-box .portal-clear { display: none !important; }
|
||||
#portal-right { width: 50% !important; }
|
||||
#portal-left { width: 50% !important; }
|
||||
#portal-center {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.b3p-jumpbox {
|
||||
margin: 15px auto;
|
||||
}
|
||||
.b3p-copyright {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.portal-news-pagination .pagination {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user