mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
252 lines
3.9 KiB
CSS
252 lines
3.9 KiB
CSS
body, html{
|
|
font-family:Helvetica,Verdana,Arial,sans-serif;
|
|
font-size:13px;
|
|
color:white;
|
|
background-color:#000000;
|
|
}
|
|
|
|
code{
|
|
border: 2px dotted #CCCCCC;
|
|
border-radius: 5px 5px 5px 5px;
|
|
display: block;
|
|
font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
|
|
margin: 10px;
|
|
padding: 10px 20px;
|
|
width: 70%;
|
|
}
|
|
|
|
a,
|
|
a:hover,
|
|
a:visited{
|
|
color:#3CAADC;
|
|
}
|
|
|
|
.PNB10{
|
|
position:absolute;
|
|
top:10px;
|
|
left:10px;
|
|
right:10px;
|
|
bottom:10px;
|
|
overflow:auto;
|
|
}
|
|
|
|
.PNB{
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
right:0px;
|
|
bottom:0px;
|
|
}
|
|
|
|
input,select{
|
|
border:none;
|
|
background:white;
|
|
margin:2px;
|
|
padding:2px;
|
|
border-radius:4px;
|
|
}
|
|
.steps .wrapper
|
|
{
|
|
background-color:#111111;
|
|
overflow:auto;
|
|
height:410px;
|
|
position:relative;
|
|
}
|
|
|
|
.steps .wrapper .wrapper_left
|
|
{
|
|
right:240px;
|
|
overflow-x:hidden;
|
|
}
|
|
.steps .buttons
|
|
{
|
|
background-color:#111111;
|
|
height:40px;
|
|
}
|
|
.steps .buttons table{
|
|
width:80%;
|
|
margin:0px auto;
|
|
}
|
|
.steps
|
|
{
|
|
background-color:#414141;
|
|
padding:10px;
|
|
border-radius:10px;
|
|
height:450px;
|
|
}
|
|
.steps,
|
|
.header
|
|
{
|
|
width:840px;
|
|
position:relative;
|
|
margin:0 auto;
|
|
}
|
|
.header h1{
|
|
font-size: 3em;
|
|
font-weight: normal;
|
|
color:#3CAADC;
|
|
}
|
|
.header h1 .version_number,
|
|
.header h1 .version_name{
|
|
font-size: 0.6em;
|
|
font-weight: bold;
|
|
color:#e41370;
|
|
}
|
|
.database_exists, .not_writable, .wrong_database{
|
|
background-color:orange;
|
|
color:black;
|
|
padding:5px;
|
|
font-wright:bold;
|
|
}
|
|
|
|
.main_content_table{
|
|
width:520px;
|
|
margin:0 20px;
|
|
}
|
|
.main_content_wrapper{
|
|
width:100%;
|
|
border:none;
|
|
height:100%;
|
|
vertical-align:middle;
|
|
}
|
|
p.error {
|
|
font-weight: bold;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
vertical-align: center;
|
|
border:1px dotted #EA1919;
|
|
padding-left:20px;
|
|
background: url("/skins/icons/delete.png") no-repeat left center;
|
|
}
|
|
|
|
.main_content_wrapper td .warning{
|
|
vertical-align:middle;
|
|
padding-left:20px;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
background: url('/skins/icons/alert.png') no-repeat left center;
|
|
}
|
|
|
|
.section_title{
|
|
height:30px;
|
|
bottom:auto;
|
|
}
|
|
.side_infos{
|
|
width:220px;
|
|
left:auto;
|
|
overflow:hidden;
|
|
}
|
|
.side_infos .table_wrapper{
|
|
background: none repeat scroll 0 0 #414141;
|
|
border-radius: 10px 10px 10px 10px;
|
|
height: 380px;
|
|
position: relative;
|
|
top: 10px;
|
|
width: 100%;
|
|
font-size: 1.1em;
|
|
}
|
|
.side_infos table{
|
|
width:200px;
|
|
height:350px;
|
|
position:relative;
|
|
left:10px;
|
|
top:10px;
|
|
}
|
|
.side_infos table tr{
|
|
vertical-align: middle;
|
|
}
|
|
p{
|
|
margin:10px 0;
|
|
line-height:20px;
|
|
}
|
|
h2{
|
|
text-align:left;
|
|
font-size:1.4em;
|
|
font-weight:bold;
|
|
}
|
|
.optional_ab_datas{
|
|
display:none;
|
|
}
|
|
|
|
h3{
|
|
font-size:1.2em;margin:10px 0;font-weight:bold
|
|
}
|
|
|
|
ul, dl{
|
|
position:relative;
|
|
float:left;
|
|
width:360px;
|
|
list-style-type:none;
|
|
padding:0 0 0 40px;
|
|
margin:5px 0;
|
|
border:1px solid #404040;
|
|
}
|
|
li{
|
|
margin:5px 0;
|
|
padding:5px 5px 5px 30px;
|
|
background-image:url(/skins/icons/ok.png);
|
|
background-repeat:no-repeat;
|
|
background-position:5px center;
|
|
}
|
|
li.non-blocker{
|
|
background-image:url(/skins/icons/alert.png);
|
|
}
|
|
li.blocker{
|
|
background-image:url(/skins/icons/delete.png);
|
|
}
|
|
|
|
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
|
|
background-image: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.password-meter {
|
|
position:relative;
|
|
width: 180px;
|
|
}
|
|
.password-meter-message {
|
|
text-align: right;
|
|
font-weight: bold;
|
|
color: #676767;
|
|
}
|
|
.password-meter-bg, .password-meter-bar {
|
|
height: 4px;
|
|
}
|
|
.password-meter-bg {
|
|
top: 8px;
|
|
background: #e0e0e0;
|
|
}
|
|
|
|
.password-meter-message-very-weak {
|
|
color: #aa0033;
|
|
}
|
|
.password-meter-message-weak {
|
|
color: #f5ac00;
|
|
}
|
|
.password-meter-message-good {
|
|
color: #6699cc;
|
|
}
|
|
.password-meter-message-strong {
|
|
color: #008000;
|
|
}
|
|
|
|
.password-meter-bg .password-meter-very-weak {
|
|
background: #aa0033;
|
|
width: 30px;
|
|
}
|
|
.password-meter-bg .password-meter-weak {
|
|
background: #f5ac00;
|
|
width: 60px;
|
|
}
|
|
.password-meter-bg .password-meter-good {
|
|
background: #6699cc;
|
|
width: 135px;
|
|
}
|
|
.password-meter-bg .password-meter-strong {
|
|
background: #008000;
|
|
width: 180px;
|
|
} |