Skip to content

Commit

Permalink
Merge pull request #19 from 504rules/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
OsnaFonz committed Feb 26, 2016
2 parents b4b0c90 + d5e28d8 commit e7435ae
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 170 deletions.
55 changes: 33 additions & 22 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,19 @@ body { background-color:#ddd; }
display:flex;
}

#editbutton, #randomize {
margin-right: 5px;
.quickMenu {
position:absolute;
right:0.6em;
top:1em;
}

.quickMenu div {
display:inline-block;
}

.quickMenu .btn-sm {
font-size:1.5em;
padding:5px 5px;
}

.top p {
Expand Down Expand Up @@ -128,7 +139,11 @@ table th {
.heading p { border:none; margin:0; padding:0; }



.navbar-default {
background-color: #ddd;
border-color: #E7E7E7;
background-image: linear-gradient(to bottom,#ccc 0,#bbb 100%);
}

.top h2 {
font-size: 1.1em;
Expand All @@ -141,6 +156,7 @@ table th {
font-weight: bold;
margin: 1em 0;
line-height: 1.5em;
padding-right:4em;
}

.name h1 span {
Expand All @@ -154,7 +170,7 @@ table th {

.name input {
color: black;
width: 2em;
width: 3em;
}

.top .col-md-2, .top .col-md-3, .top .col-xs-2, .top .col-xs-3 {
Expand Down Expand Up @@ -254,16 +270,16 @@ table th {
display:none;
}

#menu .modules div {
padding:10px;
white-space: nowrap;
width:auto;
display:inline-block;
position:relative;
cursor:pointer;
#menu .modules button img {
width:100%;
max-width:32px;
}

#menu .modules div .locked {


#menu p { color:#000; border:none; margin:0; padding:0; }

#menu .modules button .locked {
position:absolute;
right:0;
top:0;
Expand All @@ -273,20 +289,20 @@ table th {
opacity:0.7;
}

#menu .modules div.stateon {
#menu .modules button.stateon {
}
#menu .modules div.stateon img {
#menu .modules button.stateon img {
opacity:1;
}
#menu .modules div.stateoff {
#menu .modules button.stateoff {
background-color:#ccc;
opacity:0.7;
}
#menu .modules div.stateoff img {
#menu .modules button.stateoff img {
opacity:0.3;
}

#menu .modules div.statelock {
#menu .modules button.statelock {
opacity:1;
}

Expand All @@ -295,11 +311,6 @@ table th {
margin-right:6px;
}

#menu button {
margin-top:10px;
color:#444;
}

#menu label {
margin:0px;
padding:0 0 0 6px;
Expand Down
Loading

0 comments on commit e7435ae

Please sign in to comment.