Skip to content
Snippets Groups Projects
Commit 98699818 authored by Arkerthan's avatar Arkerthan
Browse files

Move corporation styles in CSS module

parent 8f773b10
No related branches found
No related tags found
1 merge request!8577Move CSS styles to their own directory: Part 1
.founding {
font-size: 0.8em;
margin-top: -0.8em;
margin-left: 0.5em;
font-style: italic;
}
table.corporate {
border: 3px darkgreen double;
border-collapse: collapse;
min-width: 33%;
}
table.corporate tbody tr:nth-child(even) {
background-color: rgb(0, 30, 0);
}
table.corporate tbody tr:nth-child(odd) {
background-color: rgb(15, 40, 15);
}
table.corporate td {
vertical-align: top;
}
table.corporate tbody th, table.corporate thead th {
background-color: black;
font-weight: bold;
}
.minor-note {
font-size: 0.75em;
font-style: italic;
}
.majorText {
margin-top: 0.5em;
margin-bottom: 1.5em;
}
......@@ -59,38 +59,6 @@ h1, h2, h3 {
margin-bottom: 0;
margin-top: 0.25em;
}
.founding {
font-size: 0.8em;
margin-top: -0.8em;
margin-left: 0.5em;
font-style: italic;
}
table.corporate {
border: 3px darkgreen double;
border-collapse: collapse;
min-width: 33%;
}
table.corporate tbody tr:nth-child(even) {
background-color: rgb(0, 30, 0);
}
table.corporate tbody tr:nth-child(odd) {
background-color: rgb(15, 40, 15);
}
table.corporate td {
vertical-align: top;
}
table.corporate tbody th, table.corporate thead th {
background-color: black;
font-weight: bold;
}
.minor-note {
font-size: 0.75em;
font-style: italic;
}
.majorText {
margin-top: 0.5em;
margin-bottom: 1.5em;
}
.tab {
margin-left: 2em;
}
......
......@@ -8,7 +8,7 @@
<div class="note">Blank ovum prepared, please select genetic source and surrogate.</div>
<div>Chosen source: _impreg</div>
<div class="majorText">
<p>
[[Yourself|Cloning Workaround][$donatrix = $PC]]
<<for _cw = 0; _cw < $slaves.length; _cw++>>
<<capture _cw>>
......@@ -20,10 +20,10 @@
<</if>>
<</capture>>
<</for>>
</div>
</p>
<h2>Surrogate</h2>
<div>Chosen surrogate: _receive</div>
<div class="majorText">
<p>
<<for _cw1 = 0; _cw1 < $slaves.length; _cw1++>>
<<capture _cw1>>
<<if ($slaves[_cw1].ovaries > 0 || $slaves[_cw1].mpreg > 0) && isSlaveAvailable($slaves[_cw1]) && $slaves[_cw1].preg >= 0 && $slaves[_cw1].preg < 4 && $slaves[_cw1].pregWeek >= 0 && $slaves[_cw1].pubertyXX == 1 && $slaves[_cw1].pregType < 12 && $slaves[_cw1].bellyImplant == -1 && $slaves[_cw1].broodmother == 0 && $slaves[_cw1].inflation <= 2 && $slaves[_cw1].physicalAge < 70>>
......@@ -52,9 +52,9 @@
<</if>>
</div>
<</if>>
</div>
</p>
<h2>Implantation</h2>
<div class="majorText">
<p>
<<if _impreg != "Undecided" && _receive != "Undecided">>
_impreg will be cloned and _receive shall act as the incubator.
[[Implant clone ovum|Surrogacy][cashX(forceNeg($surgeryCost*2), "slaveSurgery"), $surgeryType = "clone"]]
......@@ -65,4 +65,4 @@ _receive shall act as the incubator. //Please select a genetic source//
<<else>>
//Please select a genetic source and surrogate//
<</if>>
</div>
</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment