2018-07-16 10:38:14 -04:00
|
|
|
@import "mixins";
|
2018-07-16 11:54:35 -04:00
|
|
|
@import "theme";
|
|
|
|
|
2016-11-24 16:30:33 -06:00
|
|
|
/* CSS for different main menu pages, such as character info, script editor, etc (but excluding
|
2018-07-09 23:10:31 -04:00
|
|
|
terminal which has its own page) */
|
2017-07-24 20:06:40 -05:00
|
|
|
|
2021-09-16 15:04:20 -04:00
|
|
|
#generic-react-container {
|
2021-09-11 12:42:41 -04:00
|
|
|
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
|
|
|
scrollbar-width: none; /* for Firefox */
|
2021-09-14 14:44:23 -04:00
|
|
|
flex-grow: 1;
|
2021-09-10 17:29:07 -04:00
|
|
|
}
|
|
|
|
|
2021-09-11 12:28:31 -04:00
|
|
|
#generic-react-container::-webkit-scrollbar {
|
|
|
|
display: none; /* for Chrome, Safari, and Opera */
|
2017-01-27 21:10:16 -06:00
|
|
|
}
|
|
|
|
|
2017-05-06 14:12:45 -05:00
|
|
|
#world-city-name,
|
|
|
|
#world-city-desc {
|
2021-09-04 19:09:30 -04:00
|
|
|
padding: 4px;
|
|
|
|
margin: 4px;
|
2017-05-06 14:12:45 -05:00
|
|
|
}
|
|
|
|
|
2017-07-03 14:42:11 -05:00
|
|
|
#create-program-page-text,
|
2017-05-25 03:09:51 -05:00
|
|
|
#create-program-list {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 70%;
|
2017-05-25 03:09:51 -05:00
|
|
|
}
|
|
|
|
|
2017-08-13 00:01:33 -05:00
|
|
|
.faction-work-div {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 70%;
|
|
|
|
height: 100%;
|
2017-01-09 16:14:18 -06:00
|
|
|
}
|
|
|
|
|
2017-08-13 00:01:33 -05:00
|
|
|
.faction-work-div-wrapper {
|
2021-09-04 19:09:30 -04:00
|
|
|
overflow: hidden;
|
|
|
|
border: 2px solid #333;
|
|
|
|
padding: 6px;
|
|
|
|
margin: 6px;
|
|
|
|
width: 70%;
|
2017-01-09 16:14:18 -06:00
|
|
|
}
|
|
|
|
|
2021-09-11 23:29:04 -04:00
|
|
|
.faction-container p,
|
|
|
|
.faction-container pre {
|
2021-09-04 19:09:30 -04:00
|
|
|
padding: 4px 6px;
|
|
|
|
margin: 4px 6px;
|
2017-04-19 14:19:33 -05:00
|
|
|
}
|
|
|
|
|
2021-09-11 23:29:04 -04:00
|
|
|
.faction-container pre {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 70%;
|
|
|
|
white-space: pre-wrap; /* Since CSS 2.1 */
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
2017-07-30 14:11:30 -05:00
|
|
|
}
|
|
|
|
|
2017-01-30 21:41:42 -06:00
|
|
|
/* World */
|
|
|
|
#world-container li {
|
2021-09-04 19:09:30 -04:00
|
|
|
margin: 0 0 15px 0;
|
|
|
|
list-style-type: none;
|
2017-01-30 21:41:42 -06:00
|
|
|
}
|
|
|
|
|
2017-01-27 21:10:16 -06:00
|
|
|
/* Tutorial */
|
|
|
|
#tutorial-container {
|
2021-09-04 19:09:30 -04:00
|
|
|
position: fixed;
|
|
|
|
padding-top: 10px;
|
2017-05-06 17:19:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-text {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 70%;
|
|
|
|
margin: 10px;
|
2017-02-02 17:33:47 -06:00
|
|
|
}
|
|
|
|
|
2017-07-24 20:06:40 -05:00
|
|
|
#tutorial-container a {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 50%;
|
2017-07-24 20:06:40 -05:00
|
|
|
}
|
|
|
|
|
2018-06-12 15:27:37 -04:00
|
|
|
/* Dev menu */
|
|
|
|
#dev-menu-container {
|
2021-09-04 19:09:30 -04:00
|
|
|
position: fixed;
|
|
|
|
padding-top: 10px;
|
2018-06-12 15:27:37 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dev-menu-text {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 70%;
|
|
|
|
margin: 10px;
|
2018-06-12 15:27:37 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dev-menu-container a {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 50%;
|
2018-06-12 15:27:37 -04:00
|
|
|
}
|
|
|
|
|
2017-02-02 17:33:47 -06:00
|
|
|
/* Location */
|
|
|
|
#location-container {
|
2021-09-04 19:09:30 -04:00
|
|
|
position: fixed;
|
|
|
|
padding: 6px;
|
|
|
|
overflow-x: hidden;
|
2017-07-03 14:42:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#location-container a {
|
2021-09-04 19:09:30 -04:00
|
|
|
display: inline-block;
|
|
|
|
width: 30%;
|
2017-02-02 17:33:47 -06:00
|
|
|
}
|
|
|
|
|
2017-05-04 02:05:43 -05:00
|
|
|
#location-slums-description {
|
2021-09-04 19:09:30 -04:00
|
|
|
width: 70%;
|
|
|
|
margin: 10px;
|
2017-05-04 02:05:43 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#location-return-to-world-button {
|
2021-09-04 19:09:30 -04:00
|
|
|
margin: 10px;
|
|
|
|
padding: 6px;
|
2017-05-04 02:05:43 -05:00
|
|
|
}
|
|
|
|
|
2018-08-30 01:12:33 +10:00
|
|
|
#location-container > * {
|
2021-09-04 19:09:30 -04:00
|
|
|
margin: 10px 5px 10px 5px;
|
2017-05-04 02:05:43 -05:00
|
|
|
}
|
|
|
|
|
2018-08-30 01:12:33 +10:00
|
|
|
#location-job-reputation,
|
|
|
|
#location-company-favor {
|
2021-09-04 19:09:30 -04:00
|
|
|
display: inline;
|
2017-06-20 11:11:33 -05:00
|
|
|
}
|
2017-06-28 15:53:12 -05:00
|
|
|
|
|
|
|
/* Infiltration */
|
|
|
|
#infiltration-container {
|
2021-09-04 19:09:30 -04:00
|
|
|
position: fixed;
|
|
|
|
margin: 5px;
|
|
|
|
width: 70%;
|
2017-07-03 14:42:11 -05:00
|
|
|
}
|