Commit ce14c31a by Dányi Bence

.less files added

parent 03fbd626
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;
overflow: scroll;
}
#content
{
width:970px;
text-align:left;
margin:0 auto;
}
.contentblock
{
background-color:#ccc;
border-radius:4px;
border:1px solid #aaa;
box-shadow:0 0 30px rgba(0,0,0,0.3);
margin:20px;
p,dl
{
margin:0;
padding:5px;
}
h2
{
background-color:#000;
background-image:url(hexabar.png);
background-position:right center;
background-repeat:no-repeat;
border-radius:4px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
color:#eee;
font-size:1.5em;
margin-top:0;
padding:10px;
}
}
.wm-list{
list-style: none;
}
.boxes
{
width:480px;
float:left;
}
.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;
h3
{
color:#fff;
text-align:center;
margin:0;
padding:3px;
}
.content
{
min-height:100px;
margin:0;
padding:5px;
}
}
#new-wm-tooltip{
position: relative;
}
#new-wm-tooltip-container{
margin: 10px 10px 5px 150px;
border-radius: 4px;
border: 1px solid #888;
background: #FFFF66;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
p{
text-align: left;
font-size: 0.8em;
word-spacing: 2px;
}
&:after{
content: "";
position: absolute;
left: 300px;
border-width: 15px;
border-style: solid;
border-color: #FFFF66 transparent transparent transparent;
}
}
.wm{
&.opened .actions{
display: block !important;
}
.summary{
padding: 15px 5px;
border-top: 1px solid #888;
cursor: pointer;
background-color: #c1c1c1;
&.unfinished{
background-color: #FFFF66;
}
&:hover{
background-color: #b1b1b1;
.actions{
display: block;
}
}
.id{
float: right;
width: 30px;
}
.name{
float: left;
padding-left: 25px;
background-repeat: no-repeat;
background-position: 0 0;
}
.status{
text-align: right;
float: right;
width: 60px;
}
.actions{
float: right;
margin-left: 5px;
display: none;
a{
height: 16px;
width: 16px;
display: block;
float: left;
margin-left: 2px;
&:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.4);
background-color: rgba(0,0,0,0.4);
}
}
}
}
.details{
border-top: 1px solid #888;
background-color: #d1d1d1;
padding: 15px 5px;
display: none;
h3{
font-weight: normal;
}
ul{
list-style: none;
margin: 10px 3px;
}
li{
margin: 12px 0px;
padding: 3px 0px 3px 20px;
border-bottom: 1px dotted #aaa;
background-repeat: no-repeat;
background-position: 0px 4px;
}
a{
text-decoration: underline;
}
.name{
float: none;
background-image: url(icons/computer.png);
}
.os-win{
background-image: url(icons/windows.png)
}
.os-linux{
background-image: url(icons/animal-penguin.png)
}
.type{
background-image: url(icons/box-share.png)
}
.date{
background-image: url(icons/calendar-day.png)
}
.cpu{
background-image: url(icons/processor.png)
}
.memory{
background-image: url(icons/memory.png)
}
.count{
background-image: url(icons/documents-stack.png)
}
.value{
float: right;
width: 200px;
text-align: right;
}
.description{
font-size: inherit;
background-image: url(icons/document-snippet.png);
.value{
font-size: 0.8em;
}
}
}
&.opened .details{
display: block;
}
&.new .name{
background-image: url(icons/computer--plus.png);
}
}
.file-list{
list-style: none;
.name{
float: left;
}
.info{
float: right;
width: 60px;
text-align: right;
}
}
.filetype-c {
background-image: url(icons/document-visual-studio.png);
}
.filetype-text {
background-image: url(icons/document.png);
}
.filetype-image {
background-image: url(icons/document-image.png);
}
.filetype-zip {
background-image: url(icons/folder-zipper.png);
}
.filetype-folder {
background-image: url(icons/folder-horizontal.png);
}
.filetype-more {
background-image: url(icons/arrow-circle-double.png);
}
.filetype-up {
background-image: url(icons/upload-cloud.png);
}
.wm-on{
background-image: url(icons/computer-cloud.png);
}
.wm-off{
background-image: url(icons/computer-off.png);
}
#template .wm .summary .name{
background-image: url(icons/document-template.png)
}
#new-template-button .name{
background-image: url(icons/document--plus.png) !important
}
.wm-list.modal{
border-radius: 4px;
border: 1px solid #666;
}
.wm-list.modal input{
padding: 2px 10px;
}
.wm-list.modal .wm:nth-child(1) .summary{
border-top: none;
}
#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;
h1
{
font-size:2em;
line-height:80px;
float:left;
margin:0;
padding:0 1em;
a{
color: #fff;
}
}
}
#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;
a{
color: #fff;
text-decoration: underline;
&:hover{
color: #aaa;
}
}
}
@import "base";
@import "head";
@import "box";
@import "wizard";
*{
margin:0;padding:0;
}
.clear{
clear: both;
}
a{
text-decoration: none;
}
abbr{
border-bottom: 1px dotted #666;
}
a:link,a:visited{
color:black;
}
#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: -200px;
min-height: 200px;
background-color: #fff;
border-radius: 4px;
padding: 20px;
box-shadow: 0 0 30px rgba(0,0,0,0.4);
border: 1px solid #333;
.container{
max-height: 400px;
overflow: auto;
}
ul{
list-style: none;
}
}
.wizard{
li{
border-bottom: 1px dotted #999;
}
label{
float: left;
padding: 5px;
margin: 10px 5px;
}
h2{
margin: 10px 0;
}
.progress{
text-align: center;
.bar{
height: 20px;
background-color: rgb(102, 196, 0);
}
.bar-container{
border: 1px solid #666;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
border-radius: 4px;
height: 20px;
position: absolute;
z-index: -1;
width: 500px;
}
}
input[type=text] {
display: block;
float: right;
padding: 5px;
margin: 10px 5px;
width: 200px;
text-align: right;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border: none;
border-radius: 4px;
}
input:focus{
box-shadow: 0 0 12px rgb(128,128,255);
outline: none;
}
textarea{
float: right;
padding: 5px;
margin: 10px 5px;
width: 300px;
height: 100px;
font-family:'Metrophobic',sans-serif;
font-size: 12px;
text-align: right;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border: none;
}
nav{
a{
text-decoration: underline;
display: block;
}
.prev{
float: left;
}
.next{
float: right;
}
}
ul.radio{
float: right;
}
.radio{
li{
float: left;
padding: 5px;
margin: 10px 5px;
border-bottom: none !important;
}
label{
float: none !important;
}
}
}
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