Importing SVN archives - Trunk
This commit is contained in:
parent
fc4c6bd340
commit
ff53af6668
507 changed files with 8866 additions and 2450 deletions
legacyworlds-web/legacyworlds-web-main/WebContent/css
|
@ -839,4 +839,61 @@ tr.alliance-msg * {
|
|||
|
||||
tr.empire-msg * {
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
/* Research and technologies */
|
||||
div.research-entry {
|
||||
padding: 0 0 15px 0;
|
||||
}
|
||||
|
||||
div.research-entry div {
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
|
||||
div.research-entry div.title {
|
||||
color: white;
|
||||
font-size: 110%;
|
||||
font-weight: bold;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.research-entry div.description {
|
||||
padding: 0 0 5px 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.research-entry div.progress {
|
||||
padding: 0 0 5px 20px;
|
||||
}
|
||||
|
||||
div.research-entry span.progress {
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.research-entry form.implement {
|
||||
padding: 5px 0 0 40px;
|
||||
}
|
||||
|
||||
div.tech-category {
|
||||
padding: 0 0 15px 0;
|
||||
}
|
||||
|
||||
div.technology {
|
||||
padding: 15px 0 0 20px;
|
||||
}
|
||||
|
||||
div.technology div {
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
|
||||
div.technology div.title {
|
||||
color: white;
|
||||
font-size: 105%;
|
||||
font-weight: bold;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.technology div.description {
|
||||
padding: 0;
|
||||
}
|
Reference in a new issue