Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11708780
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/public/styles.css b/public/styles.css
index 90ad5dc..6db1e5c 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -1,161 +1,161 @@
@-moz-keyframes warning {
0% {opacity: 1}
50% {opacity: 0.75}
100% {opacity: 1}
}
@-webkit-keyframes warning {
0% {opacity: 1}
50% {opacity: 0.75}
100% {opacity: 1}
}
html {
background: #000;
font: 14px "Helvetica Neue", Arial, sans-serif;
height: 100%;
}
body {
height: 100%;
- margin: 0px;
+ margin: 0;
overflow: auto;
}
#wrapper {
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 10px solid #000;
height: 100%;
}
.ipad-scale #wrapper {
-webkit-transform: scaleX(0.533);
-webkit-transform-origin-x: 0;
width: 187.5%;
}
.project {
background-image:
-moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
background-image:
-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
background-image:
-moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
border: 5px solid #000;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
min-height: 45px;
padding: 5px 10px;
position: relative;
width: 33.3%;
}
@media screen and (max-width: 800px) {
.project {
width: 50%;
}
}
@media screen and (max-width: 500px) {
.project {
width: 100%;
}
}
.project.with-details {
z-index: 2;
}
.project.building {background-color: #999;}
.project.best {background-color: #0f0;}
.project.better {background-color: #8f0;}
.project.good {background-color: #ff0;}
.project.bad {background-color: #f80;}
.project.worse {background-color: #f00;}
.project.worst {
-moz-animation: warning 1s infinite ease-in-out;
-webkit-animation: warning 1s infinite ease-in-out;
background-color: #f00;
z-index: 1;
}
.project > .heading {
font-size: 18px;
}
.project > .heading > .name {
color: #fff;
display: inline-block;
font-weight: bold;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
white-space: nowrap;
}
.project > .heading > .build-number {
color: #000;
float: right;
font-weight: bold;
text-decoration: none;
opacity: 0.33;
}
.project > .details {
background: rgba(0, 0, 0, 0.9);
border-radius: 3px;
box-shadow:
0 0 1px rgba(255, 255, 255, 0.5) inset,
0 3px 10px #000;
color: #fff;
display: none;
left: 10px;
padding: 10px;
position: absolute;
top: 35px;
}
.project.with-details > .details {
display: block;
}
.project > .details:before {
border: 8px solid transparent;
bottom: 100%;
border-bottom-color: rgba(0, 0, 0, 0.8);
content: " ";
left: 4%;
margin-bottom: -3px;
margin-left: -4px;
position: absolute;
}
.project > .details > .health {
margin: 10px;
white-space: nowrap;
}
.project > .details > .actions {
margin: 5px;
text-align: center;
}
.project > .details > .actions > a {
background: #444;
border-radius: 15px;
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.3) inset,
0 1px 0 #000;
color: #fff;
display: inline-block;
font-size: 10px;
letter-spacing: 1px;
margin-right: 2px;
padding: 2px 10px;
text-decoration: none;
text-shadow: 0 1px 0 #000;
text-transform: uppercase;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Sep 15, 07:08 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2980693
Default Alt Text
(4 KB)
Attached To
Mode
rTOMMY Tommy
Attached
Detach File
Event Timeline
Log In to Comment