Index: master.nacl.sdk/public_html/buildbot.css |
=================================================================== |
--- master.nacl.sdk/public_html/buildbot.css (revision 67605) |
+++ master.nacl.sdk/public_html/buildbot.css (working copy) |
@@ -1,402 +0,0 @@ |
-body { |
- margin-bottom:50px; |
-} |
- |
-body, td { |
- font-family: Verdana, Cursor; |
- font-size: 10px; |
- font-weight: bold; |
-} |
- |
-a:link,a:visited,a:active { |
- color: #444; |
-} |
-a:hover { |
- color: #000000; |
-} |
- |
-table { |
- border-spacing: 1px 1px; |
-} |
- |
-table td { |
- padding: 3px 0px 3px 0px; |
- text-align: center; |
-} |
- |
-.Project { |
- width: 100px; |
-} |
- |
-.LastBuild, .Activity { |
- padding: 0 0 0 4px; |
-} |
- |
-.LastBuild, .Activity, .Builder, .BuildStep { |
- width: 155px; |
- max-width: 155px; |
-} |
- |
-div.BuildResultInfo { |
- color: #444; |
-} |
- |
-div.Announcement { |
- margin-bottom: 1em; |
-} |
- |
-div.Announcement > a:hover { |
- color: black; |
-} |
- |
-div.Announcement > div.Notice { |
- background-color: #afdaff; |
- padding: 0.5em; |
- font-size: 16px; |
- text-align: center; |
-} |
- |
-div.Announcement > div.Open { |
- border: 3px solid #8fdf5f; |
- padding: 0.5em; |
- font-size: 16px; |
- text-align: center; |
-} |
- |
-div.Announcement > div.Closed { |
- border: 5px solid #e98080; |
- padding: 0.5em; |
- font-size: 24px; |
- font-weight: bold; |
- text-align: center; |
-} |
- |
-div.BuildWaterfall { |
- -webkit-border-radius: 7px; |
- position: absolute; |
- left: 0px; |
- top: 0px; |
- background-color: #FFFFFF; |
- padding: 4px 4px 4px 4px; |
- float: left; |
- display: none; |
- border-width: 1px; |
- border-style: solid; |
-} |
- |
-td.Time { |
- color: #000; |
- border-bottom: 1px solid #aaa; |
- background-color: #eee; |
-} |
- |
-td.Activity, td.Change, td.Builder { |
- color: #333333; |
- background-color: #CCCCCC; |
-} |
- |
-td.Change { |
- border-radius: 5px; |
- -webkit-border-radius: 5px; |
-} |
-td.Event { |
- color: #777; |
- background-color: #ddd; |
- border-radius: 5px; |
- -webkit-border-radius: 5px; |
-} |
- |
-td.DevRev { |
- padding: 4px 8px 4px 8px; |
- color: #333333; |
- -webkit-border-top-left-radius: 5px; |
- background-color: #eee; |
- width: 1%; |
-} |
- |
-td.DevRevCollapse { |
- -webkit-border-bottom-left-radius: 5px; |
-} |
- |
-td.DevName { |
- padding: 4px 8px 4px 8px; |
- color: #333333; |
- background-color: #eee; |
- width: 1%; |
- text-align: left; |
-} |
- |
-td.DevStatus { |
- padding: 4px 4px 4px 4px; |
- color: #333333; |
- background-color: #eee; |
-} |
- |
-td.DevSlave { |
- padding: 4px 4px 4px 4px; |
- color: #333333; |
- background-color: #eee; |
-} |
- |
-td.first { |
- -webkit-border-top-left-radius: 5px; |
-} |
- |
-td.last { |
- -webkit-border-top-right-radius: 5px; |
-} |
- |
-td.DevStatusCategory { |
- border-radius: 5px; |
- -webkit-border-radius: 5px; |
- border-width:1px; |
- border-style:solid; |
-} |
- |
-td.DevStatusCollapse { |
- -webkit-border-bottom-right-radius: 5px; |
-} |
- |
-td.DevDetails { |
- font-weight: normal; |
- padding: 8px 8px 8px 8px; |
- color: #333333; |
- background-color: #eee; |
- text-align: left; |
-} |
- |
-td.DevComment { |
- font-weight: normal; |
- padding: 8px 8px 8px 8px; |
- color: #333333; |
- -webkit-border-bottom-right-radius: 5px; |
- -webkit-border-bottom-left-radius: 5px; |
- background-color: #eee; |
- text-align: left; |
-} |
- |
-td.Alt { |
- background-color: #CCCCCC; |
-} |
- |
-td.Activity { |
- border-top-left-radius: 10px; |
- -webkit-border-top-left-radius: 10px; |
- min-height: 20px; |
- padding: 2px 0 2px 0; |
-} |
- |
-td.idle, td.waiting, td.offline, td.building { |
- border-top-left-radius: 0px; |
- -webkit-border-top-left-radius: 0px; |
-} |
- |
-.LastBuild { |
- border-top-left-radius: 5px; |
- -webkit-border-top-left-radius: 5px; |
- border-top-right-radius: 5px; |
- -webkit-border-top-right-radius: 5px; |
-} |
- |
-.legend { |
- border-radius: 5px; |
- -webkit-border-radius: 5px; |
- width: 100px; |
- max-width: 100px; |
- text-align:center; |
- padding: 2px 2px 2px 2px; |
- height:14px; |
- white-space:nowrap; |
-} |
- |
-.DevStatusBox { |
- text-align:center; |
- height:20px; |
- padding:0 2px; |
- line-height:0; |
- white-space:nowrap; |
-} |
- |
-.DevStatusBox a { |
- opacity: 0.85; |
- border-width:1px; |
- border-style:solid; |
- border-radius: 4px; |
- -webkit-border-radius: 4px; |
- display:block; |
- width:90%; |
- height:20px; |
- line-height:20px; |
- margin-left: auto; |
- margin-right: auto; |
-} |
- |
-.DevSlaveBox { |
- text-align:center; |
- height:10px; |
- padding:0 2px; |
- line-height:0; |
- white-space:nowrap; |
-} |
- |
-.DevSlaveBox a { |
- opacity: 0.85; |
- border-width:1px; |
- border-style:solid; |
- border-radius: 4px; |
- -webkit-border-radius: 4px; |
- display:block; |
- width:90%; |
- height:10px; |
- line-height:20px; |
- margin-left: auto; |
- margin-right: auto; |
-} |
- |
-a.noround { |
- border-radius: 0px; |
- -webkit-border-radius: 0px; |
- position: relative; |
- margin-top: -8px; |
- margin-bottom: -8px; |
- height: 36px; |
- border-top-width: 0; |
- border-bottom-width: 0; |
-} |
- |
-a.begin { |
- border-top-width:1px; |
- position: relative; |
- margin-top: 0px; |
- margin-bottom: -7px; |
- height: 27px; |
- border-top-left-radius: 4px; |
- -webkit-border-top-left-radius: 4px; |
- border-top-right-radius: 4px; |
- -webkit-border-top-right-radius: 4px; |
-} |
- |
-a.end { |
- border-bottom-width:1px; |
- position: relative; |
- margin-top: -7px; |
- margin-bottom: 0px; |
- height: 27px; |
- border-bottom-left-radius: 4px; |
- -webkit-border-bottom-left-radius: 4px; |
- border-bottom-right-radius: 4px; |
- -webkit-border-bottom-right-radius: 4px; |
-} |
- |
-.center_align { |
- text-align: center; |
-} |
- |
-.right_align { |
- text-align: right; |
-} |
- |
-.left_align { |
- text-align: left; |
-} |
- |
- |
-/* LastBuild, BuildStep states */ |
-.success { |
- color: #FFFFFF; |
- background-color: #8fdf5f; |
- border-color: #4F8530; |
-} |
- |
-.failure { |
- color: #FFFFFF; |
- background-color: #e98080; |
- border-color: #A77272; |
-} |
- |
-.warnings { |
- color: #FFFFFF; |
- background-color: #ffc343; |
- border-color: #C29D46; |
-} |
- |
-.exception, td.offline { |
- color: #FFFFFF; |
- background-color: #e0b0ff; |
- border-color: #ACA0B3; |
-} |
- |
-.start,.running, td.building { |
- color: #666666; |
- background-color: #fffc6c; |
- border-color: #C5C56D; |
-} |
- |
-.running_failure { |
- color: #FFFFFF; |
- background-color: #fffc6c; |
- outline: 2px solid #e98080; |
- border-color: #e98080; |
- border-radius: 0 !important; |
- -webkit-border-radius: 0 !important; |
-} |
- |
-.start { |
- border-bottom-left-radius: 10px; |
- -webkit-border-bottom-left-radius: 10px; |
- border-bottom-right-radius: 10px; |
- -webkit-border-bottom-right-radius: 10px; |
-} |
- |
-.notstarted { |
- border-width:1px; |
- border-style:solid; |
- border-color:#aaa; |
-} |
- |
-.closed { |
- background-color: #ff0000; |
-} |
- |
-.closed .large { |
- font-size: 1.5em; |
- font-weight: bolder; |
-} |
- |
-td.Project a:hover, td.start a:hover { |
- color: #000; |
-} |
- |
-.mini-box { |
- text-align:center; |
- height:20px; |
- padding:0 2px; |
- line-height:0; |
- white-space:nowrap; |
-} |
- |
-.mini-box a { |
- border-radius:0; |
- -webkit-border-radius:0; |
- display:block; |
- width:100%; |
- height:20px; |
- line-height:20px; |
- margin-top:-30px; |
- font-size: 75%; |
- text-decoration: none; |
-} |
- |
-.mini-box a:after { |
- content: attr(title); |
-} |
- |
-.mini-box a:link { color: #000 } |
-.mini-box a:visited { color: #000 } |
-.mini-box a:hover { color: #000 } |
- |
-.mini-closed { |
- -box-sizing:border-box; |
- -webkit-box-sizing:border-box; |
- border:4px solid red; |
-} |