Newer
Older
border:1px solid green;
background-color:transparent;
background-color:rgba(0,0,0,0);
color:green;
text-shadow:none;
}
.label-danger {
border:1px solid red;
background-color:transparent;
background-color:rgba(0,0,0,0);
color:red;
text-shadow:none;
}
.tab_content {
position: relative;
.left-tabs {
margin-left: 48px;
}
.floating-options {
display: inline-block;
position: absolute;
right: 0;
padding-right: 5px;
}
i.note-type {
color: #2a67ac;
opacity: 0.8;
border-right: 1px solid rgba(0, 0, 0, 0.2);
padding-right: 8px;
}
table.custom-info th {
background: transparent;
border: none;
padding-top: 10px;
border-bottom: 1px dotted rgba(0,0,0,0.9);
}
table.custom-info tr {
vertical-align: top;
}
table.custom-info td {
border-bottom: 1px dotted rgba(0,0,0,0.3);
}
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
.faq-title {
font-size: 170%;
font-weight: 400;
padding-right: 200px;
}
.faq-content {
width: 670px;
margin: 0 15px;
}
.faq-meta section + section {
margin-top: 15px;
}
button a {
color: ButtonText !important;
text-decoration: none;
}
button a:hover {
text-decoration: none;
}
.bleed {
padding: 0;
margin: 0;
}
.doc-desc-title {
font-weight: bold;
text-transform: capitalize;
}
.form_table tr:hover i.help-tip,
.form_table tr i.help-tip.warning {
opacity: 1;
color: #ffc20f;
}
.form_table tr i.help-tip {
opacity: 0.2;
z-index: 200 !important;
.draft-saved {
background-color: black;
background-color: rgba(0, 0, 0, 0.7);
color: white;
padding: 4px 8px 6px;
border-radius: 3px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
line-height: 14px;
position: absolute;
top: 3em;
right: 0.5em;
.delete-draft:hover {
background-color: #fc9f41 !important;
}
.hidden {
display: none;
}
.pull-right {
float: right;
}
.flush-right {
text-align: right;
}
.flush-left {
text-align: left;
}
.ltr {
direction: ltr;
unicode-bidi: embed;
}
.required {
font-weight: bold;
}
.truncate {
width: auto;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
td.indented {
padding-left: 20px;
}
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
.secondary_lang {
padding:3px 0;
margin: 3px 0;
border-bottom: 1px dotted #ccc;
}
.saved-search {
padding: 5px;
}
.saved-search + .saved-search {
border-top: 1px dotted #ccc;
}
.accordian {
margin-bottom: 10px;
}
.accordian dt {
border-radius: 4px;
border: 1px solid #ccc;
}
.accordian dt.active {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.accordian dt, dd {
padding: 5px;
}
.accordian dt a {
color: black;
font-weight: bold;
display: block;
}
.accordian dt.active a {
color: #184E81;
}
.accordian dt:not(.active) a i {
display: none;
}
.accordian dd {
border-top: 0;
font-size: 12px;
margin-left: 0;
border: 1px solid #ccc;
border-top: none;
box-shadow: inset 0px 10px 5px -10px rgba(0,0,0,0.1);
background-color:rgba(42,103,172,0.1);
}
.accordian dt ~ dt {
margin-top: 5px;
}
.accordian dd:last-of-type {
position: relative;
top: -1px;
}
#topic-forms tbody + tbody td.handle {
padding-top: 15px;
}
#dynamic-actions > tr > td {
padding: 5px;
}
.no-margin {
margin: 0 !important;
}
.form-simple select, .form-simple input, .form-simple textarea {
margin-left: 0;
}
.sticky.bar.fixed {
position: fixed;
top: 0;
left: 0;
z-index: 6;
width: 100%;
border-bottom: 5px solid #ffffff;
background-color: white;
padding: 10px 20px 5px;
box-sizing: border-box;
box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.sticky.bar .content {
margin: auto;
}
.thread-event {
padding: 15px 5px 5px;
}
.thread-event .type-icon {
border-radius: 8px;
background-color: #f4f4f4;
padding: 5px 8px;
margin-right: 5px;
text-align: center;
display: inline-block;
font-size: 1.2em;
border: 1px solid #eee;
}