Skip to content

Commit 1f8c109

Browse files
Martin BrignallMartin Brignall
authored andcommitted
Fixed table styling and others
1 parent 5ddc34d commit 1f8c109

3 files changed

Lines changed: 67 additions & 58 deletions

File tree

assets/stylesheet.css

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,26 @@
4545
}
4646
}
4747

48+
a {
49+
color: #B6A0FF;
50+
}
51+
52+
a:hover {
53+
color: #236DFF;
54+
}
55+
4856
div.top {
49-
border-bottom: 1px solid black;
57+
border-bottom: 1px solid #0D0E1C;
5058
padding: 10px;
5159
text-align: center;
5260
}
5361

5462
h1.logo {
5563
margin: 0 0 0 0;
56-
color: black !important;
64+
color: #0D0E1C !important;
5765
}
5866

59-
/* --- Postamble/Footer Styling --- */
67+
/* Postamble/Footer Styling */
6068
.postamble {
6169
border-top: 1px solid #4c566a;
6270
font-size: 0.9em;
@@ -69,23 +77,13 @@ h1.logo {
6977
text-align: center !important;
7078
}
7179

72-
.todo.TODO {
73-
background-color: #e79686;
74-
color: #3b4252 !important;
75-
font-weight: bold;
76-
border: 1px solid #dcdccc;
77-
padding: 1px;
78-
border-radius: 4px;
79-
font-size: 0.6em;
80-
}
81-
8280
.status {
8381
background-color: #D5E2E7;
8482
}
8583

8684
h2, h3 {
87-
border-top: 1px solid black;
88-
border-bottom: 1px solid black;
85+
border-top: 1px solid #0D0E1C;
86+
border-bottom: 1px solid #0D0E1C;
8987
background-color: #D5E2E7;
9088
font-size: 90%;
9189
text-align: center;
@@ -122,8 +120,7 @@ img {
122120
padding: 5px;
123121
}
124122

125-
126-
/* Main table container (no changes here) */
123+
/* Tables */
127124
table {
128125
width: 100%;
129126
border-collapse: collapse;
@@ -135,22 +132,21 @@ table {
135132
margin-top: 0.5em;
136133
}
137134

138-
/* Table row styling (no changes here) */
139135
tr {
140136
border-bottom: 1px solid #4c566a;
141137
}
142138

143-
/* General cell styling (no changes here) */
144-
th, td {
145-
padding: 8px 8px;
146-
text-align: left;
147-
border-right: 1px solid black;
139+
th {
140+
background-color: #D5E2E7;
141+
padding: 8px 8px;
142+
text-align: left;
143+
border-right: 1px solid #0D0E1C;
148144
}
149145

150-
/* --- THIS IS THE UPDATED RULE --- */
151-
/* Specific styling for the "Key" column using its class */
152-
td.org-left {
153-
font-weight: bold;
146+
td {
147+
padding: 8px 8px;
148+
text-align: left;
149+
border-right: 1px solid #0D0E1C;
154150
}
155151

156152
ul {
@@ -170,9 +166,9 @@ ul {
170166
color: #555555;
171167
padding: 1em 50px 1em 50px;
172168
border-left: 8px solid #78C0A8;
173-
border-right: 8px solid #a89bb9;
174-
border-top: 1px solid black;
175-
border-bottom: 1px solid black;
169+
border-right: 8px solid #B6A0FF;
170+
border-top: 1px solid #0D0E1C;
171+
border-bottom: 1px solid #0D0E1C;
176172
line-height: 1;
177173
position: relative;
178174
margin-right: 0px;
@@ -181,7 +177,7 @@ ul {
181177

182178
/* Code Block - Inline Code */
183179
code {
184-
background-color: #a89bb9;
180+
background-color: #B6A0FF;
185181
padding: 2px 2px;
186182
}
187183

@@ -226,7 +222,7 @@ ul {
226222
}
227223

228224
pre.src .org-string {
229-
color: #a3be8c;
225+
color: #78C0A8;
230226
}
231227

232228
pre.src .org-constant {
@@ -253,7 +249,7 @@ ul {
253249
}
254250

255251
.todo.DONE {
256-
background-color: #a3be8c;
252+
background-color: #78C0A8;
257253
border: 1px solid #dcdccc;
258254
font-size: 80%;
259255
margin: auto;

content/books.org

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
* To Anyone Who Ever Asks: The Life, Music, and Mystery of Connie Converse :music:folklore:
77

8-
| Author | Howard Fishman |
9-
| Publication date | 2024-05-02 |
8+
| Author | Publication date |
9+
|----------------+------------------|
10+
| Howard Fishman | 2024-05-02 |
1011

1112
https://m.media-amazon.com/images/I/616XekvMCTL._AC_UF894,1000_QL80_.jpg
1213

@@ -16,8 +17,9 @@ There are some surprising moments and a few theories on her disappearance that l
1617

1718
* Code: The Hidden Language of Computer Hardware and Software :computer:science:technology:
1819

19-
| Author | Charles Petzold |
20-
| Publication date | 1999-09-29 |
20+
| Author | Publication date |
21+
|-----------------+------------------|
22+
| Charles Petzold | 1999-09-29 |
2123

2224
https://m.media-amazon.com/images/I/61Hc-9h+-XL.jpg
2325

@@ -29,15 +31,16 @@ In Progress... Still in progress.
2931

3032
* A Trading Game :finance:economics:currentaffairs:
3133

32-
| Author | Gary Stephenson |
33-
| Published date | 2025-01-30 |
34-
34+
| Author | Published date |
35+
|-----------------+----------------|
36+
| Gary Stephenson | 2025-01-30 |
37+
3538
#+begin_quote
3639
The rich get the assets, the poor get the debt, and then the poor have to pay their whole salary to the rich every year just to live in a house. The rich use that money to buy the rest of the assets from the middle class and then the problem gets worse every year.
3740

3841
*Gary Stephenson*
3942
#+end_quote
40-
43+
4144
https://cdn.waterstones.com/bookjackets/large/9781/8020/9781802062731.jpg
4245

4346
Gary's take on economics really helped me understand how economics and trading works both in the UK and internationally. Before reading this I had no idea and hadn't thought too deeply about the topic. Since reading I've also been watching a few channels (including his own) on the topic/current affairs/economics and it has sparked interest in me. I particularly liked hearing about his rise to success in a field dominated by people from privileged backgrounds and how he navigated those relationships.
@@ -48,8 +51,9 @@ Gary is clearly a very smart person. Someone who not only can convey complex ide
4851

4952
* STARTED America Over Water :folklore:music:america:
5053

51-
| Author | Shirley Collins |
52-
| Published date | 2022-01-20 |
54+
| Author | Published date |
55+
|-----------------+----------------|
56+
| Shirley Collins | 2022-01-20 |
5357

5458
#+begin_quote
5559
If people don't like folk music, they haven't heard the real thing.
@@ -68,8 +72,9 @@ Shirley Collins writes her early days and travels with Folklorist, Alan Lomax as
6872

6973
* The Cuckoo's Egg :cybersecurity:truecrime:
7074

71-
| Author | Clifford Stoll |
72-
| Published date | 2005-09-13 |
75+
| Author | Published date |
76+
|----------------+----------------|
77+
| Clifford Stoll | 2005-09-13 |
7378

7479
#+begin_quote
7580
The hacker didn't succeed through sophistication. Rather he poked at obvious places, trying to enter through unlock doors. Persistence, not wizardry, let him through.
@@ -94,17 +99,19 @@ On occasion the book felt a little like groundhog day due to the repetitive even
9499

95100
* Cult of the Dead Cow :cybersecurity:truecrime:hacking:tech:
96101

97-
| Author | Joseph Menn |
98-
| Published date | 2020-06-02 |
102+
| Author | Published date |
103+
|-------------+----------------|
104+
| Joseph Menn | 2020-06-02 |
99105

100106
[[https://www.littlebrown.co.uk/wp-content/uploads/2019/05/hbg-title-9781541724426-49.jpg?w=436]]
101107

102108
@@html:<div style="clear: both;"></div>@@
103109

104110
* Going Dark: The Secret Social Lives of Extremists :extremism:radicalisation:politics:
105111

106-
| Author | Julia Ebner |
107-
| Published date | 2020-02-20 |
112+
| Author | Published date |
113+
|-------------+----------------|
114+
| Julia Ebner | 2020-02-20 |
108115

109116
#+begin_quote
110117
Like the coronavirus pandemic, the current infodemic is a global phenomenon. We need to tackle it on an international level to avoid adding a third layer to this worldwide crisis: a societal one.
@@ -122,8 +129,9 @@ Additional content: [[https://www.youtube.com/watch?v=fAFV49e2W5M][Going Dark: T
122129

123130
* Rinsed: From Cartels to Crypto :truecrime:financial:technology:
124131

125-
| Author | Geoff White |
126-
| Published date | 2024-06-13 |
132+
| Author | Published date |
133+
|-------------+----------------|
134+
| Geoff White | 2024-06-13 |
127135

128136
#+begin_quote
129137
Rinsed is a triumph. If you want to understand how the chaotic world around us really works, read this book!
@@ -143,7 +151,8 @@ Money laundering and Cyber crime in general are mutually exclusive. Even the mos
143151

144152
Here is a list of podcasts I regularly listen to about a variety of topics:
145153

146-
154+
| Link | Description |
155+
|----------------------+---------------------------------------------------------|
147156
| [[https://darknetdiaries.com/][Darknet Diaries]] | cybersecurity, hacking, fraud, technology |
148157
| [[https://www.qanonanonymous.com/][QAA Podcast]] | debunked conspiracy theories, current affairs, politics |
149158
| [[https://opensourcesecurity.io/category/podcast/][Open Source Security]] | cyber security, current affairs, technology |

content/index.org

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ On rotation this month:
2727

2828
** How Bluegrass Music Destroyed My Life
2929

30-
| Author | John Fahey |
31-
| Publication date | 24-04-2010 |
30+
| Author | Publication date |
31+
|------------+------------------|
32+
| John Fahey | 24-04-2010 |
3233

3334
https://m.media-amazon.com/images/I/712DzUtij-L._AC_UF894,1000_QL80_.jpg
3435

@@ -40,8 +41,9 @@ Ongoing reads/ last completed book:
4041

4142
** Enshittification: Why Everything Suddenly Got Worse and What To Do About It
4243

43-
| Author | Cory Doctorow |
44-
| Publication date | 14/10/2025 |
44+
| Author | Publication date |
45+
|---------------+------------------|
46+
| Cory Doctorow | 14/10/2025 |
4547

4648
Terrifying at times, and very informative. If you want to know how the world became enshittified then get the book (or audio book read by the author)
4749

@@ -51,8 +53,10 @@ Terrifying at times, and very informative. If you want to know how the world bec
5153

5254
Feel free to reach out via email or GitHub:
5355

54-
| @@html:<i class="fa fa-envelope"></i>@@ | [[mailto:hello@mbrig.nl][email me]] |
55-
| @@html:<i class="fa-brands fa-github-alt"></i>@@ | [[https://github.com/mbrignall][github/mbrignall]] |
56+
| @@html:<i class="fa fa-envelope"></i>@@ | @@html:<i class="fa-brands fa-github-alt"></i>@@ |
57+
|-----------------------------------------+--------------------------------------------------|
58+
| [[mailto:hello@mbrig.nl][email me]] | [[https://github.com/mbrignall][github/mbrignall]] |
59+
5660

5761
* Post Archive
5862

0 commit comments

Comments
 (0)