Files
san-reymoros/ext/phpbbstudio/dice/adm/style/css/dice_locations.css
Gauvain Boiché 155e626426 Extensions
2020-04-04 23:28:30 +02:00

64 lines
995 B
CSS

/**
* phpBB Studio's Dice extension for the phpBB Forum Software package.
*
* @copyright (c) 2019 phpBB Studio <https://www.phpbbstudio.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*/
.dice-locations {
background-color: #ffffff;
border: 1px solid #e6e9ed;
border-radius: 8px;
padding: 15px;
}
.dice-locations > p {
margin: 3rem 0 3rem 110px;
}
.navbar {
background-color: #cadceb;
border-radius: 7px;
overflow: visible;
height: 40px;
padding: 3px 10px;
}
.navbar > ul {
display: block;
margin: 0;
padding: 2px 0;
list-style-type: none;
}
.navbar > ul > li {
font-size: 1.1em;
line-height: 2.2em;
float: left;
width: auto;
margin-right: 7px;
padding-top: 1px;
list-style-type: none;
}
.navbar > ul > li.right-side {
text-align: right;
float: right;
margin-right: 0;
margin-left: 7px;
}
.has-dropdown {
position: relative;
}
.dropdown {
z-index: 10;
top: 25px;
left: -15px;
}
.dropdown .pointer {
border-color: #ffffff transparent;
}