mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 20:24:08 +02:00
[ticket/14038] Stylize & differintiate
This commit is contained in:
@@ -197,6 +197,32 @@ dl.details dd {
|
||||
background-image: url("./images/icon_pages.gif");
|
||||
}
|
||||
|
||||
.jumpbox .dropdown li {
|
||||
border-top-color: #0076B1;
|
||||
}
|
||||
|
||||
.jumpbox-cat-link {
|
||||
background-color: #0076b1;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.jumpbox-cat-link:hover {
|
||||
background-color: #12A3EB;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.jumpbox-forum-link {
|
||||
background-color: #E1EBF2;
|
||||
}
|
||||
|
||||
.jumpbox-forum-link:hover {
|
||||
background-color: #F6F4D0;
|
||||
}
|
||||
|
||||
.jumpbox-sub-link {
|
||||
background-color: #E1EBF2;
|
||||
}
|
||||
|
||||
/* Miscellaneous styles
|
||||
---------------------------------------- */
|
||||
|
||||
|
@@ -487,9 +487,36 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
position: relative;
|
||||
min-width: 40px;
|
||||
max-height: 300px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.dropdown-contents a {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
.jumpbox .dropdown li {
|
||||
border-top: 1px solid transparent;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-select {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents {
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents a {
|
||||
margin-right: 20px;
|
||||
padding: 5px 10px;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dropdown li {
|
||||
|
@@ -58,7 +58,9 @@ li.breadcrumbs span:first-child > a {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.jumpbox-header-link { font-weight: bold; }
|
||||
.jumpbox-cat-link,
|
||||
.jumpbox-forum-link { font-weight: bold; }
|
||||
|
||||
|
||||
/* Links for forum/topic lists */
|
||||
a.forumtitle {
|
||||
|
Reference in New Issue
Block a user