bitburner-src/css/workinprogress.css

56 lines
1.0 KiB
CSS
Raw Normal View History

2017-07-22 00:54:55 +02:00
/* Both Work in progress and BitNode stuff */
.generic-fullscreen-container {
2017-07-04 23:18:42 +02:00
color: var(--my-font-color);
width: 99%;
height: 100%;
2017-07-04 23:18:42 +02:00
}
2017-02-06 06:01:01 +01:00
#work-in-progress-container {
position: fixed;
2017-02-06 06:01:01 +01:00
}
#work-in-progress-text {
2017-06-07 03:23:51 +02:00
color: var(--my-font-color);
width: 70%;
2017-07-22 00:54:55 +02:00
margin: 10px;
2017-02-06 06:01:01 +01:00
}
#work-in-progress-cancel-button {
color: #aaa;
2017-05-07 00:19:18 +02:00
float: left;
2017-02-06 06:01:01 +01:00
font-size: 20px;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
margin: 10px;
padding: 5px;
2017-02-06 06:01:01 +01:00
border-radius: 12px;
border: 3px solid #fff;
2017-02-06 06:01:01 +01:00
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
#work-in-progress-cancel-button:hover,
#work-in-progress-cancel-button:focus {
color: #fff;
2017-02-06 06:01:01 +01:00
text-decoration: none;
cursor: pointer;
2017-07-22 00:54:55 +02:00
}
2018-05-02 19:38:11 +02:00
#red-pill-container,
#cinematic-text-container {
2017-07-22 00:54:55 +02:00
position: fixed;
}
.bitnode {
color: #00f;
2017-07-22 00:54:55 +02:00
}
.bitnode-destroyed {
color: #f00;
2017-07-22 00:54:55 +02:00
}
.bitnode:hover,
.bitnode-destroyed:hover {
color: #fff;
2017-07-22 00:54:55 +02:00
}