/* background-image: url("../images/header.png"); */
background-position: left top;
background-repeat: repeat-x;
-
min-width: 800px;
width: 100%;
}
background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e7f2fd));
background-image: -o-linear-gradient(#fff, #e7f2fd);
background-image: linear-gradient(#fff, #e7f2fd);
-
}
/* Header Navigation */
section#content {
background-color: #fff;
-
display: table-cell;
padding: 25px;
width: 100%;
position: relative;
color: #69c;
text-shadow: 0 1px 0 #fff;
- overflow: hidden;
-}
-
-nav.sidebarMenu > div a {
- color: #69c;
- text-shadow: 0 1px 0 #fff;
}
nav.sidebarMenu > div a:hover {
nav.sidebarMenu > div ul li {
font-size: 110%;
+}
+
+nav.sidebarMenu > div ul li a {
+ color: #69c;
+ text-shadow: 0 1px 0 #fff;
+ display: block;
padding: 5px 25px 7px 35px;
}
nav.sidebarMenu > div ul li.activeMenuItem {
background-color: #fff;
+ overflow: hidden;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
color: #69c;
}
-/* Structure */
+/* Structure (deprecated?) */
div.formElement {
clear: both;
text-align: center;
}
+/* Form Elements */
+
input[type='reset'],
input[type='submit'],
input[type='checkbox'],
cursor: pointer;
}
-/* Form Elements */
-
input[type='text'],
input[type="search"],
input[type="email"],
padding: 5px 3px;
}
+/* inputs normal */
input[type='text'],
input[type="search"],
input[type="email"],
box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);
}
+/* inputs hover */
input[type='text']:hover,
input[type="search"]:hover,
input[type="email"]:hover,
border: 1px solid #69c;
}
+/* inputs active */
input[type='text']:active,
input[type="search"]:active,
input[type="email"]:active,
display: inline;
}
-.largeButtons ul li a {
- font-size: 90%;
-}
-
+/* buttons normal */
input[type='reset'],
input[type='submit'],
.largeButtons ul li a {
+ font-size: 100%;
+ border: 1px solid #ccc;
+ border-radius: 30px;
+ color: #999;
+ font-weight: bold;
+ display: inline-block;
+ padding: 5px 13px;
+ text-shadow: 0 1px 0 #fff;
+
background-color: #fefefe;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#eee));
background-image: -moz-linear-gradient(0% 0% 270deg, #fefefe, #eee);
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
-
- border: 1px solid #ccc;
- border-radius: 30px;
- color: #666;
- font-weight: bold;
- display: inline-block;
- padding: 5px 13px;
- text-shadow: 0 1px 0 #fff;
}
+/* buttons hover */
input[type='reset']:hover,
input[type='submit']:hover,
.largeButtons ul li a:hover {
+ border: 1px solid #999;
+ color: #666;
+ text-decoration: none;
+}
+
+/* buttons active */
+input[type='reset']:focus,
+input[type='submit']:focus,
+.largeButtons ul li a:focus,
+input[type='reset']:active,
+input[type='submit']:active,
+.largeButtons ul li a:active{
+ color: #333;
+ text-decoration: none;
+
background-color: #fefefe;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fefefe));
background-image: -moz-linear-gradient(0% 0% 270deg, #eee, #fefefe);
background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fefefe));
background-image: -o-linear-gradient(#eee, #fefefe);
background-image: linear-gradient(#eee, #fefefe);
-
- color: #333;
- text-decoration: none;
}
+/* default buttons glow */
@-webkit-keyframes glowLargeButtons {
0% {
-webkit-box-shadow: 0 0 13px rgba(102, 153, 204, .3);
}
}
+/* default buttons normal */
input[type='submit'],
.largeButtons ul li.default a {
+ border: 1px solid #bcd;
+ color: #69c;
+
background-color: #69c;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d8e7f5));
background-image: -moz-linear-gradient(0% 0% 270deg, #fff, #d8e7f5);
background-image: -o-linear-gradient(#fff, #d8e7f5);
background-image: linear-gradient(#fff, #d8e7f5);
- border: 1px solid #69c;
- color: #369;
-
-webkit-box-shadow: 0 0 10px #369;
-moz-box-shadow: 0 0 10px #369;
-ms-box-shadow: 0 0 10px #369;
animation-timing-function: ease-in-out;
}
+/* default buttons hover */
input[type='submit']:hover,
.largeButtons ul li.default a:hover {
+ border: 1px solid #69c;
+ color: #036;
+}
+
+/* default buttons active */
+input[type='submit']:focus,
+.largeButtons ul li.default a:focus,
+input[type='submit']:active,
+.largeButtons ul li.default a:active{
+ color: #369;
+ text-decoration: none;
+
background-color: #69c;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8e7f5), to(#fff));
background-image: -moz-linear-gradient(0% 0% 270deg, #d8e7f5, #fff);
background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#d8e7f5), to(#fff));
background-image: -o-linear-gradient(#d8e7f5, #fff);
background-image: linear-gradient(#d8e7f5, #fff);
-
- color: #036;
}
+/* ToDo: depracated? */
.largeButtons ul li a img {
vertical-align: middle;
margin: 0;
text-decoration: none;
text-shadow: 0 -1px 0 #000;
border: 1px solid rgba(0, 0, 0, .3);
- background-color: transparent;
+ background-color: rgba(0, 0, 0, .1);
padding: 2px 10px;
border-radius: 13px;
.menu a:hover {
color: #fff !important;
border: 1px solid rgba(0, 0, 0, .3);
- background-color: rgba(0, 0, 0, .1);
+ background-color: rgba(0, 0, 0, .2);
}
.menu a:active, .menu a:focus, .menu a.active {
/* Table Header */
+thead th {
+ font-size: 87%;
+ white-space: nowrap;
+}
+
thead th:first-child {
border-top-left-radius: 5px;
}
border-top-right-radius: 5px;
}
-thead th {
+thead th p a, thead th p.emptyHead {
+ color: #69c !important;
+ text-shadow: 0 -1px 0 #000;
+ display: block;
+ text-decoration: none !important;
+ padding: 7px;
background-color: rgba(0, 0, 0, .4);
/*
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#000));/* ToDo: Transparency missing *//*
background-image: -o-linear-gradient(#444, #000);
background-image: linear-gradient(#444, #000);
*/
+}
+
+thead th p a {
border-right: 1px solid rgba(0, 0, 0, .4);
- font-size: 87%;
- white-space: nowrap;
}
-thead th:last-child {
+thead th:last-child p a {
border-right-width: 0;
}
-thead th:hover {
+thead th:hover p a {
+ color: #fff !important;
background-color: rgba(0, 0, 0, .5);
}
-thead th.active {
+thead th.active p a {
background-color: rgba(0, 0, 0, .5);
+ font-weight: bold;
+ color: #fff !important;
-webkit-box-shadow: inset 0 5px 15px rgba(0, 0, 0, .5);
-moz-box-shadow: inset 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: inset 0 5px 15px rgba(0, 0, 0, .5);
}
-thead th.active:hover {
+thead th.active:hover p a {
background-color: rgba(0, 0, 0, .5);
}
-thead th a, thead th .emptyHead {
- color: #69c !important;
- text-shadow: 0 -1px 0 #000;
+thead th.columnMark p.emptyHead {
+ background-color: transparent;
+ padding: 0 !important;
display: block;
- text-decoration: none !important;
- padding: 5px 7px;
+ width: 30px;
}
-thead th a:hover {
- color: #fff !important;
-}
-
-thead th.active a {
- font-weight: bold;
- color: #fff !important;
+thead th p a img {
+ margin-top: -5px !important;
+ margin-bottom: -3px !important;
}
/* Table Body */
}
-
-
-#actionProxyLoading {
- background-color: #faebd7;
- border: 1px solid #f80;
- border-top-width: 0;
- border-radius: 0 0 5px 5px;
- left: 43%;
- padding: 7px 21px 7px;
- position: fixed;
- top: 0;
-}
+/* -- -- -- -- -- ToDo: Fieldset -- -- -- -- -- */
fieldset {
background-color: rgba(230, 230, 230, .1);
/* ToDo */
+#actionProxyLoading {
+ background-color: #faebd7;
+ border: 1px solid #f80;
+ border-top-width: 0;
+ border-radius: 0 0 5px 5px;
+ left: 43%;
+ padding: 7px 21px 7px;
+ position: fixed;
+ top: 0;
+}
+
div.wcfDimensions {
display: inline-block;
}
}
.ui-tabs .ui-tabs-nav li a {
- background-color: #fefefe;
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#eee));
- background-image: -moz-linear-gradient(0% 0% 270deg, #fefefe, #eee);
- background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#eee));
- background-image: -o-linear-gradient(#fefefe, #eee);
- background-image: linear-gradient(#fefefe, #eee);
-
+ float: left;
+ padding: 7px 14px;
+ text-decoration: none;
border: 1px solid #ccc;
border-bottom-width: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
- float: left;
- padding: 7px 14px;
- text-decoration: none;
+ background-color: #fefefe;
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#eee));
+ background-image: -moz-linear-gradient(0% 0% 270deg, #fefefe, #eee);
+ background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#eee));
+ background-image: -o-linear-gradient(#fefefe, #eee);
+ background-image: linear-gradient(#fefefe, #eee);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
background-color: #fefefe;
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fefefe));
- background-image: -moz-linear-gradient(0% 0% 270deg, #eee, #fefefe);
- background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fefefe));
- background-image: -o-linear-gradient(#eee, #fefefe);
- background-image: linear-gradient(#eee, #fefefe);
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fefefe));
+ background-image: -moz-linear-gradient(0% 0% 270deg, #fff, #fefefe);
+ background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fefefe));
+ background-image: -o-linear-gradient(#fff, #fefefe);
+ background-image: linear-gradient(#fff, #fefefe);
border-bottom: 1px solid #fefefe;
}
}
.ui-tabs .ui-tabs-panel {
- background-color: #fefefe;
+ background-color: #fefefe);
border: 1px solid #ccc !important;
z-index: 89; /* Prevents border overlay during transition */
display: block;
<legend>{lang}wcf.acp.user.sendMail.mail{/lang}</legend>
<div>
- <div id="subjectDiv" class="formElement{if $errorField == 'subject'} formError{/if}">
- <div class="formFieldLabel">
- <label for="subject">{lang}wcf.acp.user.sendMail.subject{/lang}</label>
- </div>
- <div class="formField">
- <input type="text" id="subject" name="subject" value="{$subject}" class="inputText" />
- {if $errorField == 'subject'}
- <p class="innerError">
- {if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if}
- </p>
- {/if}
- </div>
- <div id="subjectHelpMessage" class="formFieldDesc hidden">
- <p>{lang}wcf.acp.user.sendMail.subject.description{/lang}</p>
- </div>
- </div>
+ <dl id="subjectDiv"{if $errorField == 'subject'} class="formError"{/if}>
+ <dt><label for="subject">{lang}wcf.acp.user.sendMail.subject{/lang}</label></dt>
+ <dd><input type="text" id="subject" name="subject" value="{$subject}" class="inputText" /></dd>
+ {if $errorField == 'subject'}
+ <small class="innerError">{if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if}</small>
+ {/if}
+ <small id="subjectHelpMessage">{lang}wcf.acp.user.sendMail.subject.description{/lang}</small>
+ </dl>
<script type="text/javascript">//<![CDATA[
inlineHelp.register('subject');
//]]></script>
- <div id="fromDiv" class="formElement{if $errorField == 'from'} formError{/if}">
- <div class="formFieldLabel">
- <label for="from">{lang}wcf.acp.user.sendMail.from{/lang}</label>
- </div>
- <div class="formField">
- <input type="text" id="from" name="from" value="{$from}" class="inputText" />
- {if $errorField == 'from'}
- <p class="innerError">
- {if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if}
- </p>
- {/if}
- </div>
- <div id="fromHelpMessage" class="formFieldDesc hidden">
- <p>{lang}wcf.acp.user.sendMail.from.description{/lang}</p>
- </div>
- </div>
+ <dl id="fromDiv"{if $errorField == 'from'} class="formError"{/if}>
+ <dt><label for="from">{lang}wcf.acp.user.sendMail.from{/lang}</label></dt>
+ <dd><input type="text" id="from" name="from" value="{$from}" class="inputText" /></dd>
+ {if $errorField == 'from'}
+ <small class="innerError">{if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if}</small>
+ {/if}
+ <small id="fromHelpMessage">{lang}wcf.acp.user.sendMail.from.description{/lang}</small><!-- ToDo: Language variable contains paragraphs! -->
+ </dl>
<script type="text/javascript">//<![CDATA[
inlineHelp.register('from');
//]]></script>
- <div id="textDiv" class="formElement{if $errorField == 'text'} formError{/if}">
- <div class="formFieldLabel">
- <label for="text">{lang}wcf.acp.user.sendMail.text{/lang}</label>
- </div>
- <div class="formField">
- <textarea id="text" name="text" rows="15" cols="40">{$text}</textarea>
- {if $errorField == 'text'}
- <p class="innerError">
- {if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if}
- </p>
- {/if}
- </div>
- <div id="textHelpMessage" class="formFieldDesc hidden">
- <p>{lang}wcf.acp.user.sendMail.text.description{/lang}</p>
- </div>
- </div>
+ <dl id="textDiv"{if $errorField == 'text'} class="formError"{/if}>
+ <dt class="formFieldLabel"><label for="text">{lang}wcf.acp.user.sendMail.text{/lang}</label></dt>
+ <dd class="formField"><textarea id="text" name="text" rows="15" cols="40">{$text}</textarea></dd>
+ {if $errorField == 'text'}
+ <small class="innerError">{if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if}</small>
+ {/if}
+ <small id="textHelpMessage" class="formFieldDesc hidden">{lang}wcf.acp.user.sendMail.text.description{/lang}</small>
+ </dl>
<script type="text/javascript">//<![CDATA[
inlineHelp.register('text');
//]]></script>
- <div class="formElement">
- <div class="formField">
+ <dl>
+ <dt></dt>
+ <dd>
<label><input type="checkbox" id="enableHTML" name="enableHTML" {if $enableHTML == 1}checked="checked" {/if}value="1" /> {lang}wcf.acp.user.sendMail.enableHTML{/lang}</label>
- </div>
- </div>
+ </dd>
+ </dl>
</div>
{if $additionalFields|isset}{@$additionalFields}{/if}