forked from Botanical/BotanJS
Style changes
This commit is contained in:
@@ -1,24 +1,36 @@
|
||||
.build-list > a {
|
||||
font-family: monospace;
|
||||
|
||||
padding: 0.25em 0.25em;
|
||||
margin: 0.25em 0;
|
||||
display: block;
|
||||
|
||||
float: left;
|
||||
line-height: 0;
|
||||
|
||||
position: relative;
|
||||
|
||||
margin: 1px;
|
||||
padding: 1.5em;
|
||||
|
||||
background-color: rgba( 0, 0, 0, 0 );
|
||||
}
|
||||
|
||||
.build-list > a[data-status^="-"] > .newsha {
|
||||
color: red;
|
||||
.build-list > a:hover {
|
||||
background-color: rgba( 0, 0, 0, 1 );
|
||||
}
|
||||
|
||||
.build-list > a > .newsha {
|
||||
color: green;
|
||||
.build-list > a:after
|
||||
, .build-list > a:before {
|
||||
content: "";
|
||||
background-color: rgba( 0, 255, 0, 0.5 );
|
||||
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.newsha {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.build-list > a * {
|
||||
padding: 0.25em 0.5em;
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
.build-list > a[data-clone="false"]:before
|
||||
, .build-list > a[data-build="false"]:after
|
||||
{ background-color: rgba( 255, 0, 0, 0.5 ); }
|
||||
|
@@ -10,7 +10,7 @@ div.project-list > a {
|
||||
height: 50px;
|
||||
|
||||
color: #909396;
|
||||
background-color: #48494A;
|
||||
background-color: rgba( 0, 0, 0, 0.8 );
|
||||
|
||||
font-size: 4em;
|
||||
|
||||
|
Reference in New Issue
Block a user