top: -9000px;
}
+.marginTop {
+ margin-top: 15px;
+}
+
+.marginBottom {
+ margin-top: 15px;
+}
/* ############## Containers ############## */
.wcf-container {
overflow: hidden;
+ box-sizing: border-box;
}
.wcf-containerIcon {
/* Badge Types */
-.wcf-badgeNote {
+.wcf-badgeBorder {
border: 1px solid #ccc;
}
-.wcf-badgeInfo {
+.wcf-badgeBlue {
color: #68b;
border: 1px solid #9be;
background-color: #def;
}
-.wcf-badgeSuccess {
+.wcf-badgeGreen {
color: #090;
border: 1px solid #0c0;
background-color: #efe;
}
-.wcf-badgeWarning {
+.wcf-badgeYellow {
color: #990;
border: 1px solid #cc0;
background-color: #ffd;
}
-.wcf-badgeError {
+.wcf-badgeRed {
color: #c00;
border: 1px solid #f99;
background-color: #fee;
right: 0;
left: 0;
z-index: 300;
+ box-sizing: border-box;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
top: -50px;
}
60% {
- top: 0px;
+ top: 0;
}
80% {
top: -15px;
top: -50px;
}
60% {
- top: 0px;
+ top: 0;
}
80% {
top: -15px;
top: -50px;
}
60% {
- top: 0px;
+ top: 0;
}
80% {
top: -15px;
top: -50px;
}
60% {
- top: 0px;
+ top: 0;
}
80% {
top: -15px;
top: -50px;
}
60% {
- top: 0px;
+ top: 0;
}
80% {
top: -15px;
.wcf-logo {
margin: 0 23px 0;
position: relative;
+ box-sizing: border-box;
}
.wcf-logo > a,
margin: 0 30px;
display: block;
position: relative;
+ box-sizing: border-box;
}
.wcf-mainMenu:after {
display: block;
min-height: 7px;
position: relative;
+ box-sizing: border-box;
}
.wcf-headerNavigation {
position: relative;
min-height: 100px;
z-index: 20;
+ box-sizing: border-box;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
margin-top: 15px;
display: table;
width: 100%;
+ box-sizing: border-box;
}
border-bottom: 1px solid #ccc;
margin: 10px 0;
padding: 10px 0;
+ box-sizing: border-box;
}
@media screen and (min-width: 480px), screen and (min-device-width: 480px) {
background-color: rgba(0, 0, 0, .015);
margin: 15px 0 0;
padding: 15px;
+ box-sizing: border-box;
}
fieldset:last-child,
dl > dt {
text-align: right;
color: rgba(102, 153, 204, 1);
- margin-top: 5px; /* not so nice */
+ margin-top: 5px;
float: left;
}
input[type='password'],
textarea {
padding: 5px 3px;
+ box-sizing: border-box;
}
/* Normal State */
@media screen and (min-width: 480px), screen and (min-device-width: 480px) {
textarea {
- width: 99%;
- min-width: 300px;
+ width: 100%;
+ min-width: 200px;
}
.tiny {
.short {
width: 10%;
- min-width: 100px;
+ min-width: 75px;
}
.medium {
width: 50%;
- min-width: 200px;
+ min-width: 150px;
}
.long {
- width: 99%;
- min-width: 300px;
+ width: 100%;
+ min-width: 200px;
}
}
}
.long {
- width: 99%;
+ width: 100%;
min-width: 150px;
}
display: inline-block;
}
-/* Special */
+/* ToDo: Special */
.wcf-sidebar .wcf-largeButtons *,
.wcf-sidebar input {
border: 1px solid #ccc;
border-radius: 5px;
margin-top: 15px;
+ box-sizing: border-box;
-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
display: block;
position: relative;
overflow: hidden;
+ box-sizing: border-box;
}
.wcf-breadcrumbs > ul > li {
border-radius: 7px;
margin-top: 15px;
padding: 7px 15px 7px 50px;
+ box-sizing: border-box;
}
/* Types */
font-size: 110%;
}
+
+
+
+
/* Like colors */
.wcf-liked {
<td class="columnID"><p>{@$updateServer->packageUpdateServerID}</p></td>
<td class="columnText columnTitle"><p><a href="{link controller='UpdateServerEdit' id=$updateServer->packageUpdateServerID}{/link}" title="{lang}wcf.global.button.edit{/lang}">{$updateServer->serverURL}</a></p></td>
<td class="columnDigits"><p>{#$updateServer->packages}</p></td>
- <td class="columnStatus"><p class="wcf-badge{if $updateServer->status == 'online'} wcf-badgeSuccess{else} wcf-badgeError{/if}">{@$updateServer->status}</p></td>
+ <td class="columnStatus"><p class="wcf-badge{if $updateServer->status == 'online'} wcf-badgeGreen{else} wcf-badgeRed{/if}">{@$updateServer->status}</p></td>
<td class="columnText"><p title="{@$updateServer->errorMessage}">{@$updateServer->errorMessage|truncate:"30"}</p></td>
<td class="columnDate"><p>{if $updateServer->lastUpdateTime}{@$updateServer->lastUpdateTime|time}{/if}</p></td>
<dl>
<dt>{lang}wcf.global.systemRequirements.element.required{/lang} 5.3.0</dt>
<dd>
- {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.phpVersion.result}wcf-badgeWarning{else}wcf-badgeSuccess{/if}">{$system.phpVersion.value}</span>
+ {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.phpVersion.result}wcf-badgeYellow{else}wcf-badgeGreen{/if}">{$system.phpVersion.value}</span>
{if !$system.phpVersion.result}<small>{lang}wcf.global.systemRequirements.php.description{/lang}</small>{/if}
</dd>
</dl>
<dl>
<dt>{lang}wcf.global.systemRequirements.element.required{/lang} {lang}wcf.global.systemRequirements.active{/lang}</dt>
<dd>
- {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.sql.result}wcf-badgeWarning{else}wcf-badgeSuccess{/if}">
+ {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.sql.result}wcf-badgeYellow{else}wcf-badgeGreen{/if}">
{if !$system.sql.result}{lang}wcf.global.systemRequirements.sql.notFound{/lang}{else}
{implode from=$system.sql.value item=$sqlType glue=', '}{lang}wcf.global.configureDB.class.{@$sqlType}{/lang}{/implode}
{/if}</span>
<dl>
<dt>{lang}wcf.global.systemRequirements.element.required{/lang} {lang}wcf.global.systemRequirements.active{/lang}</dt>
<dd>
- {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.mbString.result}wcf-badgeWarning{else}wcf-badgeSuccess{/if}">{if !$system.mbString.result}{lang}wcf.global.systemRequirements.notActive{/lang}{else}{lang}wcf.global.systemRequirements.active{/lang}{/if}</span>{if !$system.mbString.result}<small>{lang}wcf.global.systemRequirements.mbString.description{/lang}</small>{/if}
+ {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.mbString.result}wcf-badgeYellow{else}wcf-badgeGreen{/if}">{if !$system.mbString.result}{lang}wcf.global.systemRequirements.notActive{/lang}{else}{lang}wcf.global.systemRequirements.active{/lang}{/if}</span>{if !$system.mbString.result}<small>{lang}wcf.global.systemRequirements.mbString.description{/lang}</small>{/if}
</dd>
</dl>
<dl>
<dt>{lang}wcf.global.systemRequirements.element.recommended{/lang} > 0</dt>
<dd>
- {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.uploadMaxFilesize.result}wcf-badgeWarning{else}wcf-badgeSuccess{/if}">{$system.uploadMaxFilesize.value}</span>
+ {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.uploadMaxFilesize.result}wcf-badgeYellow{else}wcf-badgeGreen{/if}">{$system.uploadMaxFilesize.value}</span>
{if !$system.uploadMaxFilesize.result}<small>{lang}wcf.global.systemRequirements.uploadMaxFilesize.description{/lang}</small>{/if}
</dd>
</dl>
<dl>
<dt>{lang}wcf.global.systemRequirements.element.recommended{/lang} 2.0.0</dt>
<dd>
- {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.gdLib.result}wcf-badgeWarning{else}wcf-badgeSuccess{/if}">{$system.gdLib.value}</span>
+ {lang}wcf.global.systemRequirements.element.yours{/lang} <span class="wcf-badge {if !$system.gdLib.result}wcf-badgeYellow{else}wcf-badgeGreen{/if}">{$system.gdLib.value}</span>
{if !$system.gdLib.result}<small>{lang}wcf.global.systemRequirements.gdLib.description{/lang}</small>{/if}
</dd>
</dl>