Skip to content

Commit 7c5ea19

Browse files
committed
table styling again
1 parent 81fd355 commit 7c5ea19

2 files changed

Lines changed: 21 additions & 25 deletions

File tree

ssn/chapters/Modularization.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h5 id="sosa-common-module">SOSA Common</h5>
4444
Actuation, Observation and Sampling applications, documented in section <a href="#Common"></a>.
4545
</p>
4646

47-
<table class="simple">
47+
<table>
4848
<tr>
4949
<th colspan="2">OGC Requirements class</th>
5050
</tr>
@@ -279,7 +279,7 @@ <h5 id="sosa-actuation-module">SOSA Actuation</h5>
279279
documented in section <a href="#Actuation"></a>.
280280
</p>
281281

282-
<table class="simple">
282+
<table>
283283
<tr>
284284
<th colspan="2">OGC Requirements class</th>
285285
</tr>
@@ -347,7 +347,7 @@ <h5 id="sosa-observation-module">SOSA Observation</h5>
347347
documented in section <a href="#Observation"></a>.
348348
</p>
349349

350-
<table class="simple">
350+
<table>
351351
<tr>
352352
<th colspan="2">OGC Requirements class</th>
353353
</tr>
@@ -464,7 +464,7 @@ <h5 id="sosa-sampling-module">SOSA Sampling</h5>
464464
documented in section <a href="#Sampling"></a>.
465465
</p>
466466

467-
<table class="simple">
467+
<table>
468468
<tr>
469469
<th colspan="2">OGC Requirements class</th>
470470
</tr>
@@ -586,7 +586,7 @@ <h5 id="sosa-all-module">SOSA (All)</h5>
586586
more expressivity and further ontological commitments to the lightweight semantics of <i>SOSA</i>.
587587
</p>
588588

589-
<table class="simple">
589+
<table>
590590
<tr>
591591
<th colspan="2">OGC Requirements class</th>
592592
</tr>
@@ -629,7 +629,7 @@ <h5 id="ssn-common-module">SSN Common</h5>
629629
Actuation, Observation and Sampling applications, as documented in section <a href="#Common"></a>.
630630
</p>
631631

632-
<table class="simple">
632+
<table>
633633
<tr>
634634
<th colspan="2">OGC Requirements class</th>
635635
</tr>
@@ -692,7 +692,7 @@ <h5 id="ssn-actuation-module">SSN Actuation</h5>
692692
properties used in Actuations, as documented in section <a href="#Actuation"></a>.
693693
</p>
694694

695-
<table class="simple">
695+
<table>
696696
<tr>
697697
<th colspan="2">OGC Requirements class</th>
698698
</tr>
@@ -738,7 +738,7 @@ <h5 id="ssn-observation-module">SSN Observation</h5>
738738
properties used in Observations, as documented in section <a href="#Observation"></a>.
739739
</p>
740740

741-
<table class="simple">
741+
<table>
742742
<tr>
743743
<th colspan="2">OGC Requirements class</th>
744744
</tr>
@@ -790,7 +790,7 @@ <h5 id="ssn-sampling-module">SSN Sampling</h5>
790790
properties used in Samplings, as documented in section <a href="#Sampling"></a>.
791791
</p>
792792

793-
<table class="simple">
793+
<table>
794794
<tr>
795795
<th colspan="2">OGC Requirements class</th>
796796
</tr>
@@ -864,7 +864,7 @@ <h5 id="ssn-all-module">SSN (All)</h5>
864864
<b>SSN</b> imports <b>SSN Actuation</b>, <b>SSN Observation</b> and <b>SSN Sampling</b>.
865865
</p>
866866

867-
<table class="simple">
867+
<table>
868868
<tr>
869869
<th colspan="2">OGC Requirements class</th>
870870
</tr>
@@ -920,7 +920,7 @@ <h5 id="sosa-oms-module">SOSA-OMS</h5>
920920
is a requirement</b>
921921
</p>
922922

923-
<table class="simple">
923+
<table>
924924
<tr>
925925
<th colspan="2">OGC Requirements class</th>
926926
</tr>
@@ -1000,7 +1000,7 @@ <h5 id="ssn-oms-module">SSN-OMS</h5>
10001000
requirement, with reasoning support.
10011001
</p>
10021002

1003-
<table class="simple">
1003+
<table>
10041004
<tr>
10051005
<th colspan="2">OGC Requirements class</th>
10061006
</tr>
@@ -1036,7 +1036,7 @@ <h4 id="sample-relations-module">Sample Relations</h4>
10361036
The <i>Sample Relations module</i> is documented in section <a href="#Sample-Relations"></a>.
10371037
</p>
10381038

1039-
<table class="simple">
1039+
<table>
10401040
<tr>
10411041
<th colspan="2">OGC Requirements class</th>
10421042
</tr>

ssn/style.css

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,30 +138,26 @@ ul.align-on-symbol li .rhs {
138138

139139
/* --- TABLE --- */
140140

141-
table.simple {
141+
table {
142142
border-spacing: 0;
143143
border-collapse: collapse;
144144
border-bottom: 3px solid #005a9c;
145145
}
146-
147-
.simple th {
148-
background: #005a9c;
149-
color: #fff;
146+
th {
147+
background-color: #518fac;
148+
color: #ffffff;
150149
padding: 3px 5px;
151150
text-align: left;
152151
}
153-
154-
.simple th[scope="row"] {
152+
th[scope="row"] {
155153
background: inherit;
156154
color: inherit;
157155
border-top: 1px solid #ddd;
158156
}
159-
160-
.simple td {
157+
td {
161158
padding: 3px 10px;
162159
border-top: 1px solid #ddd;
163160
}
164-
165-
.simple tr:nth-child(even) {
166-
background: #f0f6ff;
161+
tr:nth-child(even) {
162+
background: #c1d2e7;
167163
}

0 commit comments

Comments
 (0)