Commit 611c158c by Bence Danyi

stylesheet changes

parent 469d2175
.contentblock { *{margin:0;padding:0;}
background-color: #ccc; .clear{
border-radius: 10px; clear: both;
margin: 5px;
} }
a{
.contentblock p, dl { text-decoration: none;
padding: 5px;
margin: 0;
} }
a:link,a:visited{
.contentblock h2 { color:black;
background-color: #000;
background-image: url(hexabar.png);
background-position: right center;
background-repeat: no-repeat;
border-radius: 10px;
color: #fff;
font-weight: bold;
padding: 10px;
border-style: none!important;
margin-bottom: 5px;
font-size: 1.3em;
} }
.contentblock
/* TABLES */ {
table { background-color:#ccc;
/*border-left: 1px solid #ccc; border-radius:4px;
border-right: 1px solid #ccc;*/ border:1px solid #aaa;
background-color: #ccc; box-shadow:0 0 30px rgba(0,0,0,0.3);
border-radius: 10px; margin:20px;
margin: 5px;
} }
.contentblock p,dl
td, th { {
border-bottom: 1px solid #bbb; margin:0;
padding: 5px; padding:5px;
vertical-align: top;
} }
table input, .contentblock h2
table select, {
table textarea { background-color:#000;
min-width: 300px; background-image:url(hexabar.png);
border: 1px solid #aaa; background-position:right center;
display: block; background-repeat:no-repeat;
} border-radius:4px;
input[type=submit], .button, .smallbutton { border-bottom-left-radius: 0px;
background-color: #072c61; border-bottom-right-radius: 0px;
padding: 5px; color:#eee;
text-decoration: none; font-size:1.5em;
color: #fff!important; margin-top:0;
border: 2px solid #fff; padding:10px;
border-radius: 10px;
min-width: 5em;
margin: 0;
font-size: .9em;
line-height: .9em;
font-weight: bold;
}
.smallbutton {
padding: 1px 5px;
}
p.rightbuttons {
float: right;
margin: 7px 0;
} }
table p.help { #new-wm-tooltip{
font-size: .85em; position: relative;
color: #666;
} }
#new-wm-tooltip-container{
th.fieldset { margin: 10px 10px 5px 150px;
background-color: #000; border-radius: 4px;
background-image: url(hexabar.png); border: 1px solid #888;
background-position: right center; background: #FFFF66;
background-repeat: no-repeat; box-shadow: 0 0 20px rgba(0,0,0,0.2);
border-radius: 10px;
color: #fff;
font-weight: bold;
padding: 10px;
border-style: none!important;
margin-bottom: 5px;
font-size: 1.3em;
}
html {
/* background: #b3b3b3;*/
min-height: 100%;
margin: 0;
padding: 0;
}
body {
min-height: 100%;
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: .9em;
background: #dadada url("site_bgr.png") repeat-x;
background-position: 80px 0;
}
div#header {
margin: 0;
padding: 0;
height: 80px;
background-color: #379acc; /* per www.ik.bme.hu */
background-color: #072c61; /* per www.ik.bme.hu */
padding-left: 200px;
background-image: url(bme_feher2.png);
background-repeat: no-repeat;
background-position: 20px 18px;
border-bottom: 2px solid #fff;
} }
div#header a:link, #new-wm-tooltip #new-wm-tooltip-container p{
div#header a:visited { text-align: left;
color: #fff; font-size: 0.8em;
word-spacing: 2px;
} }
div#header #loginblock { #new-wm-tooltip-container:after{
content: "";
position: absolute; position: absolute;
right: 0; left: 300px;
top: 0; border-width: 15px;
margin: 0; border-style: solid;
padding: 7px; border-color: #FFFF66 transparent transparent transparent;
background-color: #000; }
background-image: url(hexabar.png); .wm .summary{
background-position: center center; padding: 15px 5px;
border-radius: 0 0 0 10px; border-top: 1px solid #888;
color: #fff; cursor: pointer;
font-weight: bold; background-color: #c1c1c1;
} }
div#header #loginblock p { .wm .details{
margin: 0; border-top: 1px solid #888;
} background-color: #d1d1d1;
div#header h1 { padding: 15px 5px;
margin: 0; display: none;
padding: 0 1em; }
font-size: 2em; .wm .details h3{
line-height: 80px; font-weight: normal;
}
.wm .details ul{
list-style: none;
margin: 10px 3px;
}
.wm .details li{
margin: 12px 0px;
padding: 3px 0px 3px 20px;
border-bottom: 1px dotted #aaa;
background-repeat: no-repeat;
background-position: 0px 4px;
}
.wm .details .name{
float: none;
background-image: url(icons/computer.png);
}
.wm .details .os-win{
background-image: url(icons/windows.png)
}
.wm .details .os-linux{
background-image: url(icons/animal-penguin.png)
}
.wm .details .type{
background-image: url(icons/processor.png)
}
.wm .details .date{
background-image: url(icons/calendar-day.png)
}
.wm .details .value{
float: right;
}
.wm:hover{
background-color: #b1b1b1;
}
.wm .name{
float: left; float: left;
color: #fff;
} }
div#header h1 a { .wm .status{
color: #fff; float: right;
text-decoration: none;
} }
.wm .id{
div#content { float: right;
width: 850px; width: 30px;
margin: 0 auto;
text-align: left;
} }
.file-list{
div.boxes{ list-style: none;
width: 420px; }
.file-list .name{
float: left; float: left;
} }
div.box { .file-list .info{
background-color: #000; float: right;
background-image: url(hexa.png); width: 60px;
background-position: center 30%; }
.wm .actions{
float: right;
width: 60px;
margin-left: 5px;
}
.wm .actions a{
height: 16px;
width: 16px;
display: block;
float: left;
margin-left: 2px;
}
.wm .actions a:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.4);
background-color: rgba(0,0,0,0.4);
}
.wm .name{
padding-left: 25px;
background-repeat: no-repeat; background-repeat: no-repeat;
color: #fff; background-position: 0 0;
font-weight: bold; }
line-height: 1.5em; .filetype-c {
width: 400px; background-image: url(icons/document-visual-studio.png);
margin: 10px; }
padding: 2px; .filetype-image {
border-radius: 10px; background-image: url(icons/document-image.png);
border-top-width: 30px; }
margin-right: 420px; .filetype-folder {
} background-image: url(icons/folder-horizontal.png);
div.box h3 { }
color: #fff; .filetype-more {
margin: 0; background-image: url(icons/arrow-circle-double.png);
padding: 3px; }
text-align: center; .filetype-up {
} background-image: url(icons/upload-cloud.png);
div.box .content { }
padding: 5px; #new-wm-button .name{
margin: 0; background-image: url(icons/computer--plus.png);
min-height: 100px; }
} .wm-on{
div.box a:link, div.box a:visited { background-image: url(icons/computer-cloud.png);
color: #fff; }
} .wm-off{
a:link, a:visited { background-image: url(icons/computer-off.png);
color: #892034; }
}
table
#project_running ul a:link, #project_running ul a:visited, {
#project_closed ul a:link, #project_closed ul a:visited { background-color:#ccc;
color: #fff; border-radius:10px;
text-decoration: none; margin:5px;
}
td,th
{
border-bottom:1px solid #bbb;
vertical-align:top;
padding:5px;
}
table input,table select,table textarea
{
min-width:300px;
border:1px solid #aaa;
display:block;
}
input[type=submit],.button,.smallbutton
{
background-color:#072c61;
text-decoration:none;
color:#fff!important;
border:2px solid #fff;
border-radius:10px;
min-width:5em;
font-size:.9em;
line-height:.9em;
font-weight:700;
margin:0;
padding:5px;
} }
/* MESSAGES & ERRORS */ .smallbutton
{
padding:1px 5px;
}
p.rightbuttons
{
float:right;
margin:7px 0;
}
table p.help
{
font-size:.85em;
color:#666;
}
th.fieldset
{
background-color:#000;
background-image:url(hexabar.png);
background-position:right center;
background-repeat:no-repeat;
border-radius:10px;
color:#fff;
font-weight:700;
margin-bottom:5px;
font-size:1.3em;
border-style:none!important;
padding:10px;
}
html
{
min-height:100%;
margin:0;
padding:0;
}
body
{
min-height:100%;
font-family:'Metrophobic',sans-serif;
font-size:.9em;
background:#dadada url(site_bgr.png) repeat-x;
background-position:80px 0;
margin:0;
padding:0;
}
#header
{
height:80px;
background-color:#072c61;
background-image:url(bme_feher2.png);
background-repeat:no-repeat;
background-position:20px 18px;
border-bottom:3px solid #0B4599;
box-shadow:0 0 30px rgba(0,0,0,0.4);
margin:0;
padding:0 0 0 200px;
}
div#header #loginblock
{
position:absolute;
right:0;
top:0;
background-color:#000;
background-image:url(hexabar.png);
background-position:center center;
border-radius:0 0 0 10px;
color:#fff;
font-weight:700;
margin:0;
padding:7px;
}
div#header #loginblock p
{
margin:0;
}
div#header h1
{
font-size:2em;
line-height:80px;
float:left;
color:#fff;
margin:0;
padding:0 1em;
}
div#content
{
width:850px;
text-align:left;
margin:0 auto;
}
div.boxes
{
width:420px;
float:left;
}
div.box
{
background-color:#000;
background-image:url(hexa.png);
background-position:center 30%;
background-repeat:no-repeat;
color:#fff;
font-weight:700;
line-height:1.5em;
width:400px;
border-radius:10px;
border-top-width:30px;
margin:10px 420px 10px 10px;
padding:2px;
}
div.box h3
{
color:#fff;
text-align:center;
margin:0;
padding:3px;
}
ul.messagelist { div.box .content
padding: 0 0 5px 0; {
margin: 0; min-height:100px;
text-align: left; margin:0;
padding:5px;
} }
ul.messagelist li { ul.messagelist
font-size: 12px; {
display: block; text-align:left;
padding: 4px 5px 4px 25px; margin:0;
margin: 0 0 3px 0; padding:0 0 5px;
border-bottom: 1px solid #ddd; }
color: #666;
background: #ffc url(admin/img/icon_success.gif) 5px .3em no-repeat; ul.messagelist li
{
font-size:12px;
display:block;
border-bottom:1px solid #ddd;
color:#666;
background:#ffc url(admin/img/icon_success.gif) 5px .3em no-repeat;
margin:0 0 3px;
padding:4px 5px 4px 25px;
} }
ul.messagelist li.warning{ ul.messagelist li.warning
background-image: url(admin/img/icon_alert.gif); {
background-image:url(admin/img/icon_alert.gif);
} }
ul.messagelist li.error{ ul.messagelist li.error
background-image: url(admin/img/icon_error.gif); {
background-image:url(admin/img/icon_error.gif);
} }
.errornote { .errornote
font-size: 12px !important; {
display: block; font-size:12px!important;
padding: 4px 5px 4px 25px; display:block;
margin: 0 0 3px 0; border:1px solid red;
border: 1px solid red; color:red;
color: red; background:#ffc url(admin/img/icon_error.gif) 5px .3em no-repeat;
background: #ffc url(admin/img/icon_error.gif) 5px .3em no-repeat; margin:0 0 3px;
padding:4px 5px 4px 25px;
} }
ul.errorlist { .errorlist li
margin: 0 !important; {
padding: 0 !important; font-size:12px!important;
display:block;
border:1px solid red;
color:#FFF;
background:red url(admin/img/icon_alert.gif) 5px .3em no-repeat;
margin:0 0 3px;
padding:4px 5px 4px 25px;
} }
.errorlist li { .errorlist li a
font-size: 12px !important; {
display: block; color:#FFF;
padding: 4px 5px 4px 25px; text-decoration:underline;
margin: 0 0 3px 0;
border: 1px solid red;
color: white;
background: red url(admin/img/icon_alert.gif) 5px .3em no-repeat;
} }
.errorlist li a { td ul.errorlist li
color: white; {
text-decoration: underline; margin:0!important;
} }
td ul.errorlist { .errors
margin: 0 !important; {
padding: 0 !important; background:#ffc;
} }
td ul.errorlist li { .errors input,.errors select,.errors textarea
margin: 0 !important; {
border:1px solid red;
} }
.errors { div.system-message
background: #ffc; {
background:#ffc;
font-size:.8em;
margin:10px;
padding:6px 8px;
} }
.errors input, .errors select, .errors textarea { div.system-message p.system-message-title
border: 1px solid red; {
color:red;
background:#ffc url(admin/img/icon_error.gif) 5px .3em no-repeat;
margin:0;
padding:4px 5px 4px 25px;
} }
div.system-message { .description
background: #ffc; {
margin: 10px; font-size:12px;
padding: 6px 8px; padding:5px 0 0 12px;
font-size: .8em;
} }
div.system-message p.system-message-title { #state .content p
padding: 4px 5px 4px 25px; {
margin: 0; text-align:center;
color: red;
background: #ffc url(admin/img/icon_error.gif) 5px .3em no-repeat;
} }
.description { input.widebutton
font-size: 12px; {
padding: 5px 0 0 12px; font-size:25px;
line-height:1em;
text-align:left;
width:100%;
display:block;
cursor:pointer;
} }
#state .content p {
text-align: center; .icon-delete
{
background-image:url(/static/icons/Edit-delete-2.png);
background-repeat:no-repeat;
padding-left:26px!important;
} }
#state .content a img {
border: solid #072C61 2px; div#header a:link,div#header a:visited,div.box a:link,div.box a:visited
border-radius:10px; {
background-color: #fff; color:#fff;
padding: 3px;
} }
input.widebutton {
font-size:25px; div#header h1 a,#project_running ul a:link,#project_running ul a:visited,#project_closed ul a:link,#project_closed ul a:visited
line-height:1em; {
text-align:left; color:#fff;
width:400px; text-decoration:none;
display:block;
cursor:pointer;
} }
.icon-delete { ul.errorlist,td ul.errorlist
background-image: url(/static/icons/Edit-delete-2.png); {
background-repeat: no-repeat; margin:0!important;
padding-left: 26px!important; padding:0!important;
} }
#modal{
position: absolute;
width: 100%;
height: 100%;
}
#shadow{
position: absolute;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.6);
}
#modal-container{
width: 500px;
position: fixed;
left:50%;
top:50%;
margin-left: -270px;
margin-top: -100px;
min-height: 200px;
background-color: #fff;
border-radius: 4px;
padding: 20px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment