mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
534 lines
8.8 KiB
CSS
534 lines
8.8 KiB
CSS
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
body, div, dl, dt, dd, ul, ol, li,
|
|
h1, h2, h3, h4, h5, h6,
|
|
pre, form, fieldset,
|
|
p, blockquote, th, td, button {
|
|
margin: 0;
|
|
padding: 0;
|
|
outline: 0;
|
|
border: 0;
|
|
}
|
|
|
|
html {
|
|
padding-bottom: 16em;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
fieldset, img {
|
|
border: 0;
|
|
}
|
|
|
|
address, caption, cite, code, dfn, th, var {
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
|
|
caption, th {
|
|
text-align: left;
|
|
}
|
|
|
|
td, th {
|
|
vertical-align: top;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
body {
|
|
font: 13px/1.231 'lucida grande', tahoma, verdana, arial, sans-serif;
|
|
background: #ACACAC;
|
|
direction: ltr;
|
|
text-align: left;
|
|
unicode-bidi: embed;
|
|
*font-size: small;
|
|
}
|
|
|
|
select, input, button, textarea, button {
|
|
font: 99% 'lucida grande', tahoma, verdana, arial, clean, sans-serif;
|
|
}
|
|
|
|
table {
|
|
font-size: inherit;
|
|
font: 100%;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
a {
|
|
-moz-outline-style: none;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a:visited {
|
|
color: #3b5998;
|
|
}
|
|
|
|
a:link {
|
|
color: #3b5998;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
}
|
|
|
|
/******************************************************************************/
|
|
|
|
/* Buttons */
|
|
|
|
/******************************************************************************/
|
|
|
|
button,
|
|
a.button,
|
|
a.button:visited,
|
|
input.inputsubmit {
|
|
background: #5e77aa url('/rsrc/image/sprite.png') 0 0 repeat-x;
|
|
border: 1px solid #29447e;
|
|
border-bottom-color: #1a356e;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
overflow: visible;
|
|
padding: 2px 8px 3px 8px;
|
|
line-height: 18px;
|
|
vertical-align: baseline;
|
|
width: auto;
|
|
box-shadow: 0px 1px 0px rgba(0,0,0,.12);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0,0,0,.12);
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.12);
|
|
}
|
|
|
|
button {
|
|
*padding: 2px 4px 1px 8px;
|
|
_padding-right: 6px;
|
|
}
|
|
|
|
a.button,
|
|
a.button:visited {
|
|
*padding: 3px 8px 4px;
|
|
}
|
|
|
|
/* Buttons with images (full size only) */
|
|
button.icon,
|
|
a.icon,
|
|
a.icon:visited {
|
|
padding-left: 0;
|
|
position: relative;
|
|
text-indent: 29px;
|
|
}
|
|
|
|
/* Fix for IE7 within table cells ? */
|
|
td button {
|
|
*width: 100%;
|
|
*padding-right: 8px;
|
|
}
|
|
|
|
button:active,
|
|
a.button:active {
|
|
background-color: #4f6aa3;
|
|
background-position: 0 -100px;
|
|
border-bottom-color: #29447e;
|
|
}
|
|
|
|
button.green,
|
|
a.green,
|
|
a.green:visited {
|
|
background-color: #6da952;
|
|
background-position: 0 -50px;
|
|
border: 1px solid #3b6e22;
|
|
border-bottom-color: #2c5a15;
|
|
}
|
|
|
|
button.green:active,
|
|
a.green:active {
|
|
background-color: #5e9d43;
|
|
background-position: 0 -150px;
|
|
border-bottom-color: #3b6e22;
|
|
}
|
|
|
|
button.grey,
|
|
input.inputaux,
|
|
a.grey,
|
|
a.grey:visited,
|
|
a.button.disabled,
|
|
button.disabled {
|
|
background-color: #e4e5e5;
|
|
background-position: 0 -250px;
|
|
border: 1px solid #999;
|
|
border-bottom-color: #888;
|
|
color: #333;
|
|
box-shadow: 0px 1px 0px rgba(0,0,0,.07);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0,0,0,.07);
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.07);
|
|
}
|
|
|
|
a.disabled,
|
|
button.disabled {
|
|
filter:alpha(opacity=50);
|
|
-moz-opacity:0.5;
|
|
-khtml-opacity: 0.5;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
button.grey:active,
|
|
a.grey:active,
|
|
button.grey_active {
|
|
background-color: #dddddd;
|
|
background-position: 0 -200px;
|
|
border-bottom-color: #999;
|
|
}
|
|
|
|
button:active::-moz-focus-inner,
|
|
button:focus::-moz-focus-inner {
|
|
border-color: #405071;
|
|
}
|
|
|
|
button.green:active::-moz-focus-inner,
|
|
button.green:focus::-moz-focus-inner {
|
|
border-color: #4c713b;
|
|
}
|
|
|
|
button.grey:active::-moz-focus-inner,
|
|
button.grey:focus::-moz-focus-inner {
|
|
border-color: #666;
|
|
}
|
|
|
|
a.button:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
button.small,
|
|
a.small,
|
|
a.small:visited {
|
|
padding: 2px 7px;
|
|
height: auto;
|
|
font-size: 11px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
/* Aphront */
|
|
|
|
/******************************************************************************/
|
|
|
|
.aphront-standard-page {
|
|
background: #ffffff;
|
|
border-bottom: 1px solid #888888;
|
|
font-size: 14px;
|
|
|
|
-webkit-box-shadow: 0 0 6px #000;
|
|
-mox-box-shadow: 0 0 6px #000;
|
|
box-shadow: 0 0 6px #000;
|
|
}
|
|
|
|
.aphront-standard-header {
|
|
background: #003366;
|
|
color: white;
|
|
padding: 1em 1em 0.5em 1em;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.aphront-standard-header a {
|
|
color: white;
|
|
}
|
|
|
|
.aphront-standard-header .aphront-head-tabs {
|
|
padding: 0 1em;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.aphront-standard-header .aphront-head-tabs a {
|
|
border-bottom: 3px solid transparent;
|
|
padding: 0.5em 0.75em;
|
|
position: relative;
|
|
bottom: 2px;
|
|
}
|
|
|
|
.aphront-standard-header .aphront-head-tabs a.aphront-selected-tab {
|
|
border-bottom-color: #cccccc;
|
|
}
|
|
|
|
.aphront-standard-header .aphront-head-appname {
|
|
padding: 0 1em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
|
|
.aphront-directory-list {
|
|
margin: 1em 3% 8em;
|
|
}
|
|
|
|
.aphront-directory-category h1 {
|
|
border-bottom: 1px solid #cccccc;
|
|
margin-bottom: .5em;
|
|
padding-bottom: .1em;
|
|
}
|
|
|
|
.aphront-directory-list h2 {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.aphront-directory-list p {
|
|
color: #444444;
|
|
font-size: 12px;
|
|
padding: .05em .5em .5em;
|
|
}
|
|
|
|
.aphront-directory-category {
|
|
padding: 10px;
|
|
width: 300px;
|
|
float: left;
|
|
}
|
|
|
|
.aphront-directory-group {
|
|
padding: 0 .5em 3em;
|
|
}
|
|
|
|
|
|
.aphront-panel-view {
|
|
background: #f3f3f3;
|
|
border: 1px solid #c0c0c0;
|
|
border-width: 1px 0 0;
|
|
padding: 1em 2em;
|
|
margin: 1em 2em;
|
|
}
|
|
|
|
.aphront-panel-view h1 {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: 2px 0 8px;
|
|
}
|
|
|
|
.aphront-panel-view a.create-button {
|
|
float: right;
|
|
}
|
|
|
|
.aphront-panel-width-form {
|
|
width: 720px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.aphront-table-view {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
background: #fdfdfd;
|
|
border: 1px solid #003366;
|
|
}
|
|
|
|
.aphront-table-view tr.alt {
|
|
background: #efefef;
|
|
}
|
|
|
|
.aphront-table-view th {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding: 4px 8px;
|
|
background: #003366;
|
|
color: white;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.aphront-table-view td.header {
|
|
padding: 4px 8px;
|
|
background: #3b5998;
|
|
color: white;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
}
|
|
|
|
.aphront-table-view td {
|
|
vertical-align: top;
|
|
padding: 4px 8px;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.aphront-table-view td.action {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.aphront-table-view td.larger {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.aphront-table-view td.pri {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.aphront-table-view td.wide {
|
|
white-space: normal;
|
|
width: 100%;
|
|
}
|
|
|
|
.aphront-table-view td.right {
|
|
text-align: right;
|
|
}
|
|
|
|
.aphront-table-view td.mono {
|
|
font-family: "Monaco", monospace;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.aphront-table-view tr.no-data td {
|
|
padding: 1em;
|
|
text-align: center;
|
|
color: #888888;
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
/* forms */
|
|
|
|
/******************************************************************************/
|
|
|
|
.aphront-form-view {
|
|
background: #e7e7e7;
|
|
border: 1px solid #c4c4c4;
|
|
padding: 1em;
|
|
}
|
|
|
|
.aphront-form-view label {
|
|
padding-top: 4px;
|
|
width: 14%;
|
|
float: left;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
color: #666666;
|
|
}
|
|
|
|
.aphront-form-input {
|
|
margin-left: 15%;
|
|
margin-right: 25%;
|
|
width: 60%;
|
|
}
|
|
|
|
.aphront-form-error {
|
|
width: 23%;
|
|
float: right;
|
|
color: #aa0000;
|
|
font-weight: bold;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.aphront-form-input input,
|
|
.aphront-form-input textarea {
|
|
font-size: 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
.aphront-form-input textarea {
|
|
height: 12em;
|
|
}
|
|
|
|
.aphront-form-control {
|
|
padding: 4px;
|
|
}
|
|
|
|
.aphront-form-control-submit button,
|
|
.aphront-form-control-submit a.button {
|
|
float: right;
|
|
margin: 1em 0 0em 2%;
|
|
}
|
|
|
|
.aphront-form-view .aphront-form-caption {
|
|
font-size: 11px;
|
|
color: #444444;
|
|
text-align: right;
|
|
clear: both;
|
|
margin-right: 25%;
|
|
margin-left: 15%;
|
|
}
|
|
|
|
.aphront-error-view {
|
|
width: 720px;
|
|
margin: 1em auto;
|
|
border: 1px solid #aa0000;
|
|
padding: 1em;
|
|
background: #f9b9bc;
|
|
}
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
/* dialog */
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
.aphront-dialog-view {
|
|
width: 480px;
|
|
padding: 8px;
|
|
background: #666;
|
|
margin: auto;
|
|
}
|
|
|
|
.aphront-dialog-head {
|
|
background: #003366;
|
|
border: none;
|
|
font-size: 15px;
|
|
padding: 5px 12px 6px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
.aphront-dialog-body {
|
|
background: #ffffff;
|
|
padding: 16px 12px;
|
|
border: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.aphront-dialog-tail {
|
|
border: none;
|
|
background: #ededed;
|
|
padding: 0.5em;
|
|
text-align: right;
|
|
}
|
|
|
|
.aphront-dialog-tail button,
|
|
.aphront-dialog-tail a.button {
|
|
float: right;
|
|
margin-left: .5em;
|
|
}
|
|
|
|
|