4 Star 0 Fork 1

锅巴汉化 / Ankyria

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dark.css 11.57 KB
一键复制 编辑 原始数据 按行查看 历史
wen1now 提交于 2018-03-14 14:42 . mini-changelog
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
/*
If anyone is reading this then heed this message too;
Although I'll let you alter this I'll ask one thing of you -
As long as you have want of it, please edit this, and then:
Click 'pull' on github, send it here and 'twill be viewed by wen
- wen1now
Basically what I'm saying (with that terrible rhyme) is:
if you want to, feel free to 'upgrade' this, and
I'll review the changes in due course - if I approve,
the theme will be changed on the actual website as well!
Alternatively, I'm fine with anyone who wants to create
their own theme - if it proves sufficiently 'good'
(entirely dependant on my subjective opinion of goodness)
then I'll add it as an entirely new styling option :)
Happy styling
*/
html,body {
height:100%;
overflow: hidden;
background-color: #111;
font-family: times new roman;
color: #aaa;
}
#gameContainer {
width: 100%;
height: 96%;
position: relative;
}
#license {
font-size: 12pt;
display: inline-block;
float: right;
}
#changelog {
font-size: 12pt;
display: inline-block;
float: right;
margin-right: 6px;
}
#changelogpopup {
width: 300px;
height: 210px;
top: 30px;
right: 80px;
position: fixed;
visibility: hidden;
background-color: black;
padding: 10px;
border: 2px solid #aaa;
border-radius: 2px;
}
#topbar {
float: top;
width: 100%;
clear: both;
height: 40px;
}
#topbarjob {
float: left;
margin-right: 20px;
}
#topbarnextjob {
float: left;
}
#canceljob {
padding: 1px;
cursor: pointer;
height: 16px;
}
#canceljob:active {
color: #777;
}
#notenoughwarning {
position: fixed;
border-radius: 8px;
background-color: #ff5555;
width: 30%;
font-size: 20px;
left: 400px;
border: solid black;
text-align: center;
}
/*--------------------------
logstuff*/
#logCont {
float: left;
width: 30%;
height: 70%;
border-style: solid solid none solid;
border-width: 1px;
}
#logHead {
font-size: 16pt;
}
.logtimestamp {
font-weight: bold;
}
.logwarning {
color: red;
font-weight: bold;
}
/*--------------------------------
Options*/
#optionsico {
width: 16px;
height: 16px;
position: absolute;
right: 0px;
bottom: 40px;
}
#optionsmenu {
position: absolute;
visibility: hidden;
overflow: hidden;
top: -116px;
left: -180px;
}
#optionsico:hover #optionsmenu {
visibility: visible;
}
.optionsitem {
margin: 1px;
cursor: pointer;
float: top;
background-color: #676767;
color: white;
width: 200px;
border-radius: 2px;
border: 1px solid black;
padding-left: 5px;
font-size: 20px;
}
#savenotify {
position: fixed;
right: 10px;
top: 40px;
background-color: #54a;
font-style: bold;
width: 100px;
border-radius: 3px;
border: 2px solid black;
padding-left: 5px;
height: 20px;
}
#skipstory {
width: 120px;
font-size: 12pt;
background-color: #a1f1c3;
border: 2px solid black;
border-radius: 1px;
cursor: pointer;
margin-right: 10px;
}
/*
#nextstory {
width: 120px;
font-size: 12pt;
background-color: #a1f1c3;
border: 2px solid black;
border-radius: 1px;
cursor: pointer;
}*/
textarea {
background-color: black;
color: #aaa;
}
.exportbox {
width: 500px;
height: 400px;
top: 20px;
right: 20px;
position: fixed;
visibility: hidden;
background-color: black;
padding: 10px;
border: 2px solid #aaa;
border-radius: 2px;
}
.exportbox.show {
visibility: visible;
}
#exporttext {
width: 100%;
height: 95%;
}
#importtext {
width: 100%;
height: 90%;
}
.closepopup {
position: absolute;
right: 6px;
top: 6px;
/*
width: 10px;
height: 10px;*/
padding: 1px;
background-color: white;
}
/*--------------------------------
Rightside stuff*/
#middle {
float: left;
width: 50%;
margin-left: 25px;
}
.tabbars {
float: left;
width: 100%;
}
/*============================================Main GAME=========================================*/
#maingame {
padding-top: 25px;
margin: 10px;
height: 75vh;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
#sidebar {
position: fixed;
width: 200px;
right: 10px;
top: 80px;
}
/*this is where the tab buttons are styled*/
.tabBut {
width: 120px;
float: left;
margin-left: 10px; /*probs style this more later*/
margin-bottom: 2px;
font-size: 12pt;
background-color: #5ca0cc;
border: 2px solid black;
border-radius: 1px;
color: #1b4386;
cursor: pointer;
}
#tooltip {
width: 140px;
padding: 5px;
border: 1px solid #777;
background-color: #333;
/* Position the tooltip text - see examples below! */
position: fixed;
z-index: 2;
}
/*----------------------------------
Calendar*/
#cal {
float: right;
}
#calhour {
float: left;
padding-right: 4px;
}
#calday {
float: left;
padding-right: 4px;
}
#calyear {
float: left;
padding-right: 4px;
}
/*----------------------------------
fade ins*/
.fadein {
opacity:0;
transition: opacity 0.8s;
}
/*----------------------------------
shuttle stuff*/
#shuttleReslistTitle {
float: left;
clear: both;
font-weight: bold;
font-family: 'Helvetica Neue', sans-serif;
letter-spacing: -1px;
font-size: 24px;
color: #aaaaaa;
}
.shuttleReslistItem {
float: left;
clear: both;
display: inline-block;
}
.shuttleReslistNum {
width: 100px;
display: inline-block;
}
.shuttleReslistCap {
width: 100px;
display: inline-block;
}
.shuttleReslistName {
width: 120px;
float: left;
}
.shuttleReslistGain {
width: 80px;
display: inline-block;
}
.shuttleReslistGainTime {
width: 50px;
display: inline-block;
}
/*Sidebar stuff*/
#miniResTitle {
float: left;
clear: both;
font-weight: bold;
font-family: 'Helvetica Neue', sans-serif;
letter-spacing: -1px;
font-size: 24px;
color: #333333
}
.sidebarReslistItem {
float: left;
clear: both;
display: inline-block;
}
.sidebarReslistNum {
width: 60px;
display: inline-block;
}
.sidebarReslistCap {
width: 60px;
display: inline-block;
}
.sidebarReslistName {
width: 80px;
float: left;
}
/*-----------------------------------------*/
/*explore stuff*/
#explorebox {
width: 500px;
height: 500px;
overflow: auto;
position: relative;
}
.exploreico {
width: 16px;
height: 16px;
position: absolute;
border-style: solid;
border-color: #aaa;
border-width: 1px;
cursor: pointer;
}
.explorebought {
background-color: black;
}
.exploreline {
width: 2px;
position: absolute;
}
/* Tooltip text */
.exploretooltip {
visibility: hidden;
width: 160px;
background-color: black;
color: #eee;
text-align: center;
padding: 5px 0;
border-radius: 6px;
border-width: 1px;
border-style: solid;
border-color: #eee;
/* Position the tooltip text */
position: absolute;
z-index: 1;
top: -5px;
left: calc(100% + 18px);
}
/* Show the tooltip text when you mouse over the tooltip container */
.exploreico:hover .exploretooltip {
visibility: visible;
opacity: 1;
}
.explorelocname {
font-size: 18px;
color: #abcdef;
}
.explored {
color: #aefc9e
}
.exploretime {
color: #ff8c8a
}
.exploreitemcostitem {
color: #ff8c8a
}
/*----------------------------------
job stuff*/
#eatsnack {
float: top;
border: solid;
border-radius: 2px;
margin: 10px 5px;
padding: 5px 5px 10px;
display: inline-block;
}
#eatsnack:active {
background-color: #777;
}
.jobitem {
float: top;
background-color: #452;
display: inline-block;
width: 45%;
margin: 10px 5px;
border: solid;
border-radius: 8px;
padding: 5px 5px 10px;
cursor: pointer;
color: #bbb;
border-color: #555;
}
.jobitem:active {
background-color: #341
}
.jobitemtitle {
font-size: 20px;
}
.jobitemtime {
}
.jobitembox {
background-color: #171;
border-radius: 6px;
border: solid;
border-width: 1px;
position: relative;
width: 40%;
float: left;
padding: 2px;
}
.jobitemgetgrid {
left: 0%;
}
.jobitemcostgrid {
left: 10%;
}
.jobitemlistcaption {
border-radius: 5px;
background-color: #581;
font-size: 18px;
}
.jobitemdes {
float: left;
clear: both;
}
/*time stuff*/
#timebar {
width: 100px;
height: 20px;
position: relative;
background-color: black;
}
#timedone {
background-color: #283;
width: 0px;
height: 20px;
position: absolute;
}
/* Tooltip text */
.restooltip {
visibility: hidden;
width: 160px;
background-color: black;
color: #eeeeee;
text-align: center;
padding: 5px 0;
border-radius: 6px;
/* Position the tooltip text */
position: absolute;
z-index: 1;
top: -5px;
left: calc(100% + 18px);
}
/* Show the tooltip text when you mouse over the tooltip container */
.shuttleReslistName:hover .exploretooltip {
visibility: visible;
opacity: 1;
}
/*---------------------------------------------
Workshop */
#workshoptabbar {
float: left;
display: inline-block;
width: 100%;
}
.workshoptab {
background-color: #806533;
float: left;
display: inline-block;
width: 120px;
margin-left: 10px; /*probs style this more later*/
margin-bottom: 2px;
font-size: 14pt;
border: 3px solid black;
border-radius: 3px;
cursor: pointer;
text-align: center;
color: #113;
}
.workshoptab:active {
background-color: #604513;
}
.workshopboughtitem {
float: top;
border-radius: 8px;
background-color: #806533;
display: inline-block;
width: 28%;
margin: 10px 5px;
border: solid black;
padding: 5px 5px 10px;
color: #cbbba8;
padding-left: 10px;
}
.workshopclickable:active {
background-color: #604513;
}
.workshopclickable {
cursor: pointer;
}
.workshopitem {
float: top;
border-radius: 8px;
background-color: #806533;
display: inline-block;
width: 28%;
margin: 10px 5px;
border: solid black;
padding: 5px 5px 10px;
color: #cbbba8;
padding-left: 10px;
}
.workshopitemlistcaption {
background-color: #8fbe42;
border-radius: 5px;
font-size: 18px;
font-size: 18px;
}
.workshopitembox {
border-radius: 5px;
background-color: #a8de62;
color: #405533;
padding-left: 10px;
padding: 2px;
border: solid black 1px;
}
.workshopitemdes {
float: left;
clear: both;
}
.workshopitemtitle {
font-size: 20px;
}
/*--------------------------Buildings--------------------*/
.buildingcontainer {
float: top;
display: inline-block;
margin: 10px 5px;
position: relative;
width: 30%;
height: ;
}
.buildingitem {
width: 90%;
float: left;
position: relative;
border-radius: 8px;
background-color: #333;
border: solid black;
padding: 5px 5px 10px;
cursor: pointer;
padding-left: 10px;
}
.buildingitem:active {
background-color: #8a8a79;
}
.buildingitemlistcaption {
background-color: #777766;
border-radius: 5px;
font-size: 18px;
}
.buildingitembox {
position: relative;
border-radius: 5px;
background-color: #888877;
color: #cccc99;
padding: 2px;
border: solid black 1px;
}
.buildingshopitemdes {
float: left;
clear: both;
}
.buildingitemtitle {
font-size: 20px;
}
.convertbuttons {
position: absolute;
right: 5px;
top: 10px;
opacity: 0.2;
}
.convertbuttons:hover {
opacity: 1;
}
1
https://gitee.com/likexia/Ankyria.git
git@gitee.com:likexia/Ankyria.git
likexia
Ankyria
Ankyria
master

搜索帮助