Files
phpbb_mchat-extension-board…/adm/style/css/mchatacp.css
talonos 1e3ef7e64c local bugfix build
fixed app.php/portal display
fixed if page has ?style=2 or any ? in link as that was breaking the
load scripts
2016-02-12 18:51:32 +00:00

104 lines
2.7 KiB
CSS

/* Extension details */
.requirements_title {
display: inline-block;
color: #115098;
font-weight: bold;
vertical-align: top;
margin-top: 8px;
font-size: 1.1em;
}
.description_bubble {
display: inline-block;
overflow: hidden;
border-radius: 15px;
border: 1px solid #D7D7D7;
margin-right: 20px;
text-align: center;
}
.description_name {
display: inline-block;
padding: 7px 15px;
}
.description_value {
display: inline-block;
padding: 6px 15px;
border-left: 1px solid #D7D7D7;
font-weight: bold;
font-size: 1.1em;
}
.description_value_ok {
display: inline-block;
padding: 6px 15px;
border: 0;
border-radius: 15px;
color: #edfbf7;
font-weight: bold;
font-size: 1.1em;
background: #228822;
background: -moz-linear-gradient(top, #92d992 0%, #228822 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92d992), color-stop(100%, #228822));
background: -webkit-linear-gradient(top, #92d992 0%, #228822 100%);
background: -o-linear-gradient(top, #92d992 0%, #228822 100%);
background: -ms-linear-gradient(top, #92d992 0%, #228822 100%);
background: linear-gradient(to bottom, #92d992 0%, #228822 100%);
}
.description_value_old {
display: inline-block;
padding: 6px 15px;
border: 0;
border-radius: 15px;
color: #edfbf7;
font-weight: bold;
font-size: 1.1em;
background: #BC2A4D;
background: -moz-linear-gradient(top, #e08389 0%, #BC2A4D 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e08389), color-stop(100%, #BC2A4D));
background: -webkit-linear-gradient(top, #e08389 0%, #BC2A4D 100%);
background: -o-linear-gradient(top, #e08389 0%, #BC2A4D 100%);
background: -ms-linear-gradient(top, #e08389 0%, #BC2A4D 100%);
background: linear-gradient(to bottom, #e08389 0%, #BC2A4D 100%);
}
fieldset {
border-radius: 15px;
}
h1.ExtensionName {
color: #115098;
}
.big_bubble .description_name {
width: 90px;
}
.big_bubble .description_value {
width: 210px;
}
.small_bubble .description_name {
width: 70px;
}
.small_bubble .description_value {
width: 80px;
}
.extension_author_link {
display: inline-block;
padding: 6px 15px;
border-radius: 15px;
font-weight: bold;
font-size: 1.1em;
border: 1px solid #D7D7D7;
}
.extension_author_link:hover {
background-color: #115098;
color: #edfbf7;
border: 1px solid #115098;
}
.extension_latest_version_wrapper {
display: inline-block;
overflow: hidden;
border-radius: 15px;
margin-left: 5px;
text-align: center;
font-size: 1.1em;
}
.extension_latest_version {
display: inline-block;
padding: 5px 15px;
}