aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-04-29 18:51:40 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-04-29 18:51:40 +0100
commit0e8ada1eff8799437c9be1bc2af10d6198fa8cad (patch)
tree65d40b0c83fc2477306d561d8b98741e8e6585c6 /static/style.css
parent9e077a790919e2980111262fbde500a5cee828f8 (diff)
downloadboymoder.blog-0e8ada1eff8799437c9be1bc2af10d6198fa8cad.tar.gz
boymoder.blog-0e8ada1eff8799437c9be1bc2af10d6198fa8cad.zip
Added inline HTML into blogposts, refactored a bit
Diffstat (limited to 'static/style.css')
-rwxr-xr-xstatic/style.css211
1 files changed, 0 insertions, 211 deletions
diff --git a/static/style.css b/static/style.css
deleted file mode 100755
index 6069ebf..0000000
--- a/static/style.css
+++ /dev/null
@@ -1,211 +0,0 @@
-html {
- background-color: black;
- font-family: 'Open Sans', sans-serif;
- font-size: small;
-}
-
-body {
- /* background: linear-gradient(red,orange,yellow,green,blue,indigo,violet); */
- margin-left: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- position: relative;
- background: black;
-}
-
-#wrapper {
- background-color: #f1f3f3;
- max-width: 974px;
- min-width: 850px;
- margin: auto;
- margin-top: -10px;
-}
-
-header {
- background-color: #f1f3f3;
-}
-
-
-#headerflex {
- display: flex;
-}
-
-#headers {
- flex-grow: 1;
-}
-
-header nav {
- flex-grow: 1;
- display: inline;
-}
-
-#externallinks {
- background-color: black;
- text-align: center;
-}
-
-#externallinks nav ul li a {
- color: #f1f3f3;
- font-size: smaller;
-}
-
-header div {
- padding-left: 20px;
- /* padding-bottom: 10px; */
-}
-
-nav ul {
- margin: 0;
- padding: 0;
-}
-
-nav li {
- display: inline-block;
- list-style-type: none;
-}
-
-nav a {
- text-decoration: none;
- display: block;
- padding: 5px 6px 5px 6px;
- color: black;
-}
-
-#TheTitle {
- text-decoration: none;
- color: black;
-}
-
-#TheTitle h1 {
- padding-left: 6px;
-}
-
-#articles {
- text-align: left;
- background-color: white;
-}
-
-article section table {
- font-family: monospace;
-}
-
-article section table td {
- text-align: right;
-}
-
-#randomImage img {
- max-width: 65%;
-}
-
-#content img {
- max-width: 65%;
-}
-
-aside {
- width: 30%;
- padding-left: 15px;
- margin-left: 15px;
- float: right;
-}
-
-#contents {
- font-size: xx-small;
-}
-
-#contents ul {
- padding-left: 12px;
- line-height: 3px;
- }
-
-#contents ul li {
- list-style: none;
-}
-
-#tags {
- font-size: xx-small;
-}
-
-#sidebarImage {
- transform: translateX(10px);
-}
-
-.header_linker {
- font-size: x-small;
-}
-
-#diaryentry {
- list-style-type: none;
-}
-
-#diaryentry ul {
- list-style-type: none;
- display: inline-block;
-}
-
-#diaryentry ul li img {
- max-height: 150px;
- margin-top: 10px;
-}
-
-.qnaheader {
- font-weight: bold;
-}
-
-blockquote span {
- color: #789922;
-}
-
-blockquote span::before {
- content: ">";
-}
-
-.running {
- background-color: green;
-}
-
-.notRunning {
- background-color: red;
-}
-
-header img {
- max-height: 110px;
-}
-
-form #number_input {
- width: 50px;
- margin-left: 10px;
-}
-
-form #url_input {
- margin-left: 10px;
-}
-
-body div div {
- padding-left: 10px;
- padding-right: 10px;
-}
-
-footer {
- padding: 300px 10px 5px 20px;
- margin-bottom: 300px;
- font-size: xx-small;
- align-content: center;
-}
-
-#footer_banners {
- display: flex;
- align-items: center;
-
-}
-
-@media (max-width: 1023px) {
- body {
- margin: 0;
- padding: 0;
- }
-
- #wrapper {
- min-width: 100%;
- margin-top: 0;
- }
-}