aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/cp.css')
-rw-r--r--phpBB/styles/prosilver/theme/cp.css216
1 files changed, 109 insertions, 107 deletions
diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css
index 0041417022..eb80e6040e 100644
--- a/phpBB/styles/prosilver/theme/cp.css
+++ b/phpBB/styles/prosilver/theme/cp.css
@@ -1,13 +1,16 @@
-/* Control Panel Styles
----------------------------------------- */
+/* -------------------------------------------------------------- /*
+ $Contorl Panel
+/* -------------------------------------------------------------- */
+/* stylelint-disable selector-max-compound-selectors */
+/* stylelint-disable selector-no-qualifying-type */
/* Main CP box
-----------------------------------------*/
+---------------------------------------- */
.cp-menu {
- float:left;
+ float: left;
width: 19%;
- margin-top: 1em;
+ margin-top: 10px;
margin-bottom: 5px;
}
@@ -21,30 +24,31 @@
}
.panel-container .panel p {
- font-size: 1.1em;
+ font-size: 11px;
}
.panel-container .panel ol {
- margin-left: 2em;
- font-size: 1.1em;
+ font-size: 11px;
+ margin-left: 22px;
}
.panel-container .panel li.row {
- border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
+ border-bottom: 1px solid transparent;
}
ul.cplist {
- margin-bottom: 5px;
border-top: 1px solid transparent;
+ margin-bottom: 5px;
}
-.panel-container .panel li.header dd, .panel-container .panel li.header dt {
+.panel-container .panel li.header dd,
+.panel-container .panel li.header dt {
margin-bottom: 2px;
}
.panel-container table.table1 {
- margin-bottom: 1em;
+ margin-bottom: 10px;
}
.panel-container table.table1 thead th {
@@ -61,21 +65,22 @@ ul.cplist {
.cp-main .pm-message {
border: 1px solid transparent;
- margin: 10px 0;
- width: auto;
float: none;
+ width: auto;
+ margin: 10px 0;
}
.pm-message h2 {
padding-bottom: 5px;
}
-.cp-main .postbody h3, .cp-main .box2 h3 {
+.cp-main .postbody h3,
+.cp-main .box2 h3 {
margin-top: 0;
}
.panel-container .postbody p.author {
- font-size: 1.1em;
+ font-size: 11px;
}
.cp-main .buttons {
@@ -93,41 +98,45 @@ ul.cplist {
.tabs-container h2 {
float: left;
- margin-bottom: 0px;
+ margin-bottom: 0;
}
/* CP tabs shared
-----------------------------------------*/
-.tabs, .minitabs {
+---------------------------------------- */
+.tabs,
+.minitabs {
line-height: normal;
}
-.tabs > ul, .minitabs > ul {
- list-style: none;
+.tabs > ul,
+.minitabs > ul {
+ position: relative;
margin: 0;
padding: 0;
- position: relative;
+ list-style: none;
}
-.tabs .tab, .minitabs .tab {
+.tabs .tab,
+.minitabs .tab {
+ font-size: 10px;
+ font-weight: bold;
+ line-height: 14px;
display: block;
float: left;
- font-size: 1em;
- font-weight: bold;
- line-height: 1.4em;
}
-.tabs .tab > a, .minitabs .tab > a {
+.tabs .tab > a,
+.minitabs .tab > a {
+ white-space: nowrap;
+ text-decoration: none;
+ position: relative;
display: block;
padding: 5px 9px;
- position: relative;
- text-decoration: none;
- white-space: nowrap;
cursor: pointer;
}
/* CP tabbed menu
-----------------------------------------*/
+---------------------------------------- */
.tabs {
margin: 20px 0 0 7px;
}
@@ -144,11 +153,11 @@ ul.cplist {
}
/* Mini tabbed menu used in MCP
-----------------------------------------*/
+---------------------------------------- */
.minitabs {
float: right;
- margin: 15px 7px 0 0;
max-width: 50%;
+ margin: 15px 7px 0 0;
}
.minitabs .tab {
@@ -165,45 +174,47 @@ ul.cplist {
}
/* Responsive tabs
-----------------------------------------*/
+---------------------------------------- */
.responsive-tab {
position: relative;
}
.responsive-tab > a.responsive-tab-link {
- display: block;
- font-size: 1.6em;
+ font-size: 16px;
+ line-height: 14px;
+ text-decoration: none;
position: relative;
+ display: block;
width: 16px;
- line-height: 0.9em;
- text-decoration: none;
}
.responsive-tab .responsive-tab-link:before {
- content: '';
+ border-top: 6px double rgba(0, 0, 0, 0);
+ border-bottom: 2px solid rgba(0, 0, 0, 0);
position: absolute;
- left: 10px;
top: 7px;
- height: .125em;
+ left: 10px;
width: 14px;
- border-bottom: 0.125em solid transparent;
- border-top: 0.375em double transparent;
+ height: 2px;
+ content: "";
}
-.tabs .dropdown, .minitabs .dropdown {
+.tabs .dropdown,
+.minitabs .dropdown {
+ font-size: 11px;
+ font-weight: normal;
top: 20px;
margin-right: -2px;
- font-size: 1.1em;
- font-weight: normal;
}
.minitabs .dropdown {
margin-right: -4px;
}
-.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown {
- bottom: 20px;
+.tabs .dropdown-up .dropdown,
+.minitabs .dropdown-up .dropdown {
top: auto;
+ bottom: 20px;
}
.tabs .dropdown li {
@@ -215,7 +226,8 @@ ul.cplist {
}
/* UCP navigation menu
-----------------------------------------*/
+---------------------------------------- */
+
/* Container for sub-navigation list */
.navigation {
width: 100%;
@@ -228,18 +240,19 @@ ul.cplist {
/* Default list state */
.navigation li {
- display: inline;
font-weight: bold;
+ display: inline;
margin: 1px 0;
padding: 0;
}
/* Link styles for the sub-section links */
.navigation a {
+ font-size: 10px;
+ text-decoration: none;
display: block;
- padding: 5px;
margin: 1px 0;
- text-decoration: none;
+ padding: 5px;
}
.navigation a:hover {
@@ -247,20 +260,21 @@ ul.cplist {
}
/* Preferences pane layout
-----------------------------------------*/
+---------------------------------------- */
.cp-main h2 {
border-bottom: none;
- padding: 0;
margin-left: 10px;
+ padding: 0;
}
/* Friends list */
.cp-mini {
- margin: 10px 15px 10px 5px;
- max-height: 200px;
+ font-size: 10px;
+ border-radius: 7px;
overflow-y: auto;
+ max-height: 200px;
+ margin: 10px 15px 10px 5px;
padding: 5px 10px;
- border-radius: 7px;
}
dl.mini dt {
@@ -280,14 +294,15 @@ dl.mini dd {
}
/* PM Styles
-----------------------------------------*/
+---------------------------------------- */
+
/* Defined rules list for PM options */
ol.def-rules {
padding-left: 0;
}
ol.def-rules li {
- line-height: 180%;
+ line-height: 18px;
padding: 1px;
}
@@ -301,75 +316,62 @@ ol.def-rules li {
}
/* DEPRECATED 3.2.6
-.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
- border-left-color: transparent;
+.pmlist li.pm_message_reported_colour,
+.pm_message_reported_colour {
border-right-color: transparent;
+ border-left-color: transparent;
}
*/
-.pmlist li.pm_message_reported_colour, .pm_message_reported_colour,
-.pmlist li.pm_marked_colour, .pm_marked_colour,
-.pmlist li.pm_replied_colour, .pm_replied_colour,
-.pmlist li.pm_friend_colour, .pm_friend_colour,
-.pmlist li.pm_foe_colour, .pm_foe_colour {
- padding: 0;
+.pmlist li.pm_message_reported_colour,
+.pm_message_reported_colour,
+.pmlist li.pm_marked_colour,
+.pm_marked_colour,
+.pmlist li.pm_replied_colour,
+.pm_replied_colour,
+.pmlist li.pm_friend_colour,
+.pm_friend_colour,
+.pmlist li.pm_foe_colour,
+.pm_foe_colour {
border: solid 3px transparent;
border-width: 0 3px;
+ padding: 0;
}
.pm-legend {
+ border-right-width: 0;
border-left-width: 10px;
border-left-style: solid;
- border-right-width: 0;
margin-bottom: 3px;
padding-left: 3px;
}
/* Avatar gallery */
.gallery label {
+ text-align: center;
+ border: 1px solid transparent;
position: relative;
float: left;
+ width: auto;
margin: 10px;
padding: 5px;
- width: auto;
- border: 1px solid transparent;
- text-align: center;
}
-/* Responsive *CP navigation
-----------------------------------------*/
-@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
-{
- .nojs .tabs a span, .nojs .minitabs a span {
- max-width: 40px;
- overflow: hidden;
- text-overflow: ellipsis;
- letter-spacing: -.5px;
- }
-
- .cp-menu, .navigation, .cp-main {
- float: none;
- width: auto;
- margin: 0;
- }
-
- .navigation {
- padding: 0;
- margin: 0 auto;
- max-width: 320px;
- }
-
- .navigation a {
- background-image: none;
- }
-
- .navigation li:first-child a {
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
-
- .navigation li:last-child a {
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
+.cplist .topictitle {
+ line-height: 30px;
}
+
+p.notification-title,
+p.notification-forum,
+p.notification-reason,
+p.notification-time {
+ line-height: 14px;
+ margin-bottom: 4px;
+}
+
+p.notification-time {
+ margin-bottom: 0;
+}
+
+/* stylelint-enable selector-max-compound-selectors */
+/* stylelint-enable selector-no-qualifying-type */