inital commit
This commit is contained in:
186
.config/homepage/styles/archlinux.css
Normal file
186
.config/homepage/styles/archlinux.css
Normal file
@ -0,0 +1,186 @@
|
||||
body {
|
||||
font-size: 13px !important;
|
||||
background: #282a36 !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
a {
|
||||
color: #9cc4ff !important;
|
||||
}
|
||||
#archnavbar {
|
||||
min-height: 40px !important;
|
||||
padding: 10px 15px !important;
|
||||
background: #282a36 !important;
|
||||
border-bottom: 0px !important;
|
||||
}
|
||||
.article-content p, h4 a {
|
||||
font-size: 1.3em !important;
|
||||
}
|
||||
h4, h4 a, li a {
|
||||
font-size: 1.3em !important;
|
||||
}
|
||||
h4 a, li a, #content h1, #content h2, #content h3 {
|
||||
color: #82aaff !important;
|
||||
}
|
||||
#news h3 a {
|
||||
font-size: 1.3em !important;
|
||||
background: #82aaff !important;
|
||||
color: #282a36 !important;
|
||||
}
|
||||
h3 span.arrow {
|
||||
display: none !important;
|
||||
}
|
||||
#pkgsearch {
|
||||
background: #9cc4ff !important;
|
||||
}
|
||||
label {
|
||||
color: #282a36 !important;
|
||||
}
|
||||
.box {
|
||||
font-size: 1.3em;
|
||||
background: #000000 !important;
|
||||
color: #d0d0d0 !important;
|
||||
border: 1px solid #555 !important;
|
||||
}
|
||||
pre {
|
||||
background: #9cc4ff !important;
|
||||
margin: 1em 0px !important;
|
||||
border: 1px solid #666666 !important;
|
||||
}
|
||||
code {
|
||||
color: #282a36 !important;
|
||||
background: #9cc4ff !important;
|
||||
}
|
||||
p code {
|
||||
color: #000 !important;
|
||||
font-size: 12px !important;
|
||||
background: #ff8b92 !important;
|
||||
}
|
||||
|
||||
|
||||
dl dt{
|
||||
color: #ff8b92 !important;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
dd a{
|
||||
color: #82aaff !important;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
|
||||
/* ARCH WIKI */
|
||||
|
||||
#mw-panel .portal .body li {
|
||||
font-size: 0.9em !important;
|
||||
}
|
||||
#mw-panel .portal h3 {
|
||||
color: #ff8b92 !important;
|
||||
font-size: 0.9em !important;
|
||||
}
|
||||
#content {
|
||||
background: #282a36 !important;
|
||||
border: none !important;
|
||||
}
|
||||
#toc, .toc, .mw-warning, .toccolours {
|
||||
background-color: #000000 !important;
|
||||
border: 1px solid #666666 !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
.tocnumber, .toctogglelabel {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
.mw-body-content p {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
div#mw-head {
|
||||
top: 38px !important;
|
||||
}
|
||||
div.vectorTabs li.selected {
|
||||
border: 1px solid #666666 !important;
|
||||
border-bottom-color: #666666 !important;
|
||||
background-color: #000000 !important;
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
.vectorTabs span {
|
||||
background: none !important;
|
||||
}
|
||||
.catlinks {
|
||||
border: 1px solid #666666 !important;
|
||||
background-color: #000000 !important;
|
||||
}
|
||||
.mw-body, .parsoid-body {
|
||||
color: #d0d0d0 !important;
|
||||
font-size: 1.2em !important;
|
||||
}
|
||||
|
||||
|
||||
/* AUR */
|
||||
.results th {
|
||||
background-color: #282a36 !important;
|
||||
}
|
||||
.results tr:nth-child(2n+1), #article-list tr:nth-child(2n+1) {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
.results tr:nth-child(2n), #article-list tr:nth-child(2n) {
|
||||
background: #1f212a !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ARCH FORUMS */
|
||||
#brdmenu, #brdmenu a {
|
||||
background: #000000 !important;
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
#brdmenu.inbox {
|
||||
margin-left: 30px !important;
|
||||
}
|
||||
.pun, .punwrap {
|
||||
background: #282a36 !important;
|
||||
border: none !important;
|
||||
}
|
||||
.pun .blocktable th {
|
||||
background: #000000 !important;
|
||||
border-color: #000 !important;
|
||||
color: #ff8b92 !important;
|
||||
}
|
||||
#punindex .blocktable h2 {
|
||||
font-size: 1.2em !important;
|
||||
color: #ff8b92 !important;
|
||||
}
|
||||
tr.rowodd {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
tr.roweven {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
.pun .blocktable td {
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
.pun .blockpost {
|
||||
background: #282a36 !important;
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
.pun .blockpost h2 {
|
||||
background: #000000 !important;
|
||||
border: none !important;
|
||||
color: #82aaff !important;
|
||||
}
|
||||
.pun .blockpost .postbody, .pun .blockpost .postfoot {
|
||||
background: #282a36 !important;
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
#punviewtopic .blockpost dt, #punmoderate .blockpost dt {
|
||||
top: -1.8em !important;
|
||||
color: #ff8b92 !important;
|
||||
}
|
||||
.pun .postmsg, #punhelp code, #punhelp samp {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
.pun .codebox {
|
||||
border-color: #444444 !important;
|
||||
background: #9cc4ff !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.pun .codebox pre {
|
||||
border: none !important;
|
||||
}
|
27
.config/homepage/styles/arcolinux-info.css
Normal file
27
.config/homepage/styles/arcolinux-info.css
Normal file
@ -0,0 +1,27 @@
|
||||
body {
|
||||
font-size: 13px;
|
||||
background-color: #282a36 !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
#main-header {
|
||||
background-color: #282a36 !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#et-navigation > ul > li > a {
|
||||
color: #c3e88d !important;
|
||||
}
|
||||
|
||||
.widget_text .textwidget {
|
||||
background-color: #434758 !important;
|
||||
|
||||
}
|
||||
|
||||
h4.widgettitle {
|
||||
color: #d0d0d0 !important;
|
||||
background-color: #434758 !important;
|
||||
}
|
||||
|
||||
.textwidget p {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
48
.config/homepage/styles/arcolinuxforum.css
Normal file
48
.config/homepage/styles/arcolinuxforum.css
Normal file
@ -0,0 +1,48 @@
|
||||
body {
|
||||
font-size: 13px;
|
||||
background-color: #282a36 !important;
|
||||
background-image: none !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
h1 {
|
||||
color: #e1acff !important;
|
||||
}
|
||||
.above {
|
||||
border: 0px !important;
|
||||
background: #282a36 !important;
|
||||
}
|
||||
.backhead {
|
||||
background: #282a36 !important;
|
||||
border: 0px !important;
|
||||
box-shadow: inset 0px -1px 0 #282a36 !important;
|
||||
}
|
||||
.headerbar {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
.site-description p {
|
||||
color: #c3e88d !important;
|
||||
}
|
||||
div#content {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
div.forabg {
|
||||
background: #22232e !important;
|
||||
}
|
||||
dl.row-item {
|
||||
color: #d0d0d0;
|
||||
text-shadow: none;
|
||||
}
|
||||
ul.topiclist {
|
||||
background: # !important;
|
||||
}
|
||||
li.row {
|
||||
|
||||
background-color: #282a36 !important;
|
||||
padding: 4px;
|
||||
text-shadow: none;
|
||||
|
||||
}
|
||||
a.forumtitle {
|
||||
color: #e1acff !important;
|
||||
text-shadow: none;
|
||||
}
|
186
.config/homepage/styles/empty.css
Normal file
186
.config/homepage/styles/empty.css
Normal file
@ -0,0 +1,186 @@
|
||||
body {
|
||||
font-size: 13px !important;
|
||||
background: #000000!important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
a {
|
||||
color: #9cc4ff !important;
|
||||
}
|
||||
#archnavbar {
|
||||
min-height: 40px !important;
|
||||
padding: 10px 15px !important;
|
||||
background: #282a36 !important;
|
||||
border-bottom: 0px !important;
|
||||
}
|
||||
.article-content p, h4 a {
|
||||
font-size: 1.3em !important;
|
||||
}
|
||||
h4, h4 a, li a {
|
||||
font-size: 1.3em !important;
|
||||
}
|
||||
h4 a, li a, #content h1, #content h2, #content h3 {
|
||||
color: #82aaff !important;
|
||||
}
|
||||
#news h3 a {
|
||||
font-size: 1.3em !important;
|
||||
background: #82aaff !important;
|
||||
color: #282a36 !important;
|
||||
}
|
||||
h3 span.arrow {
|
||||
display: none !important;
|
||||
}
|
||||
#pkgsearch {
|
||||
background: #9cc4ff !important;
|
||||
}
|
||||
label {
|
||||
color: #282a36 !important;
|
||||
}
|
||||
.box {
|
||||
font-size: 1.3em;
|
||||
background: #000000 !important;
|
||||
color: #d0d0d0 !important;
|
||||
border: 1px solid #555 !important;
|
||||
}
|
||||
pre {
|
||||
background: #9cc4ff !important;
|
||||
margin: 1em 0px !important;
|
||||
border: 1px solid #666666 !important;
|
||||
}
|
||||
code {
|
||||
color: #282a36 !important;
|
||||
background: #9cc4ff !important;
|
||||
}
|
||||
p code {
|
||||
color: #000 !important;
|
||||
font-size: 12px !important;
|
||||
background: #ff8b92 !important;
|
||||
}
|
||||
|
||||
|
||||
dl dt{
|
||||
color: #ff8b92 !important;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
dd a{
|
||||
color: #82aaff !important;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
|
||||
/* ARCH WIKI */
|
||||
|
||||
#mw-panel .portal .body li {
|
||||
font-size: 0.9em !important;
|
||||
}
|
||||
#mw-panel .portal h3 {
|
||||
color: #ff8b92 !important;
|
||||
font-size: 0.9em !important;
|
||||
}
|
||||
#content {
|
||||
background: #282a36 !important;
|
||||
border: none !important;
|
||||
}
|
||||
#toc, .toc, .mw-warning, .toccolours {
|
||||
background-color: #000000 !important;
|
||||
border: 1px solid #666666 !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
.tocnumber, .toctogglelabel {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
.mw-body-content p {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
div#mw-head {
|
||||
top: 38px !important;
|
||||
}
|
||||
div.vectorTabs li.selected {
|
||||
border: 1px solid #666666 !important;
|
||||
border-bottom-color: #666666 !important;
|
||||
background-color: #000000 !important;
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
.vectorTabs span {
|
||||
background: none !important;
|
||||
}
|
||||
.catlinks {
|
||||
border: 1px solid #666666 !important;
|
||||
background-color: #000000 !important;
|
||||
}
|
||||
.mw-body, .parsoid-body {
|
||||
color: #d0d0d0 !important;
|
||||
font-size: 1.2em !important;
|
||||
}
|
||||
|
||||
|
||||
/* AUR */
|
||||
.results th {
|
||||
background-color: #282a36 !important;
|
||||
}
|
||||
.results tr:nth-child(2n+1), #article-list tr:nth-child(2n+1) {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
.results tr:nth-child(2n), #article-list tr:nth-child(2n) {
|
||||
background: #1f212a !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ARCH FORUMS */
|
||||
#brdmenu, #brdmenu a {
|
||||
background: #000000 !important;
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
#brdmenu.inbox {
|
||||
margin-left: 30px !important;
|
||||
}
|
||||
.pun, .punwrap {
|
||||
background: #282a36 !important;
|
||||
border: none !important;
|
||||
}
|
||||
.pun .blocktable th {
|
||||
background: #000000 !important;
|
||||
border-color: #000 !important;
|
||||
color: #ff8b92 !important;
|
||||
}
|
||||
#punindex .blocktable h2 {
|
||||
font-size: 1.2em !important;
|
||||
color: #ff8b92 !important;
|
||||
}
|
||||
tr.rowodd {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
tr.roweven {
|
||||
background: #282a36 !important;
|
||||
}
|
||||
.pun .blocktable td {
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
.pun .blockpost {
|
||||
background: #282a36 !important;
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
.pun .blockpost h2 {
|
||||
background: #000000 !important;
|
||||
border: none !important;
|
||||
color: #82aaff !important;
|
||||
}
|
||||
.pun .blockpost .postbody, .pun .blockpost .postfoot {
|
||||
background: #282a36 !important;
|
||||
border-color: #444444 !important;
|
||||
}
|
||||
#punviewtopic .blockpost dt, #punmoderate .blockpost dt {
|
||||
top: -1.8em !important;
|
||||
color: #ff8b92 !important;
|
||||
}
|
||||
.pun .postmsg, #punhelp code, #punhelp samp {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
.pun .codebox {
|
||||
border-color: #444444 !important;
|
||||
background: #9cc4ff !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.pun .codebox pre {
|
||||
border: none !important;
|
||||
}
|
125
.config/homepage/styles/homepage.css
Normal file
125
.config/homepage/styles/homepage.css
Normal file
@ -0,0 +1,125 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto');
|
||||
@import url('https://fonts.googleapis.com/css?family=Anton');
|
||||
|
||||
body {
|
||||
background-color: #282a36;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#clock {
|
||||
font-family: sans-serif;
|
||||
font-size: 4.0rem;
|
||||
font-weight: 600;
|
||||
font-family: "Anton";
|
||||
color: #fff;
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
#search {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background-color: #000000;
|
||||
display: none;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#search-field {
|
||||
width: 90%;
|
||||
padding: .75em 1em;
|
||||
box-sizing: border-box;
|
||||
background-color: #000000;
|
||||
border: solid 0px #000000;
|
||||
font-family: "Roboto Mono";
|
||||
font-size: 4rem;
|
||||
color: #f2f2f2;
|
||||
outline: none;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.weather-container {
|
||||
width: 30%;
|
||||
background-color: #000000;
|
||||
padding: 1em;
|
||||
border-radius: 3px;
|
||||
font-family: "Roboto Mono";
|
||||
font-size: 1.2rem;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bookmark-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
width: 60%;
|
||||
margin: 1em 0em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
.container {
|
||||
height: auto;
|
||||
}
|
||||
#clock {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.container > .bookmark-container {
|
||||
flex-direction: column;
|
||||
width: 60%;
|
||||
}
|
||||
.bookmark-container > .bookmark-set {
|
||||
width: auto;
|
||||
margin: 1em 0em;
|
||||
}
|
||||
}
|
||||
|
||||
.bookmark-set{
|
||||
padding: 1em;
|
||||
background-color: #000000;
|
||||
border-radius: 3px;
|
||||
font-family: "Roboto Mono";
|
||||
font-size: .85rem;
|
||||
width: 25%;
|
||||
height: 16em;
|
||||
margin: 0em .5em;
|
||||
}
|
||||
.bookmark-inner-container {
|
||||
overflow-y: scroll;
|
||||
height: 80%;
|
||||
vertical-align: top;
|
||||
}
|
||||
.bookmark-title {
|
||||
font-family: "Roboto";
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
color: #ededed;
|
||||
margin: 0em 0em .35em 0em;
|
||||
}
|
||||
.bookmark {
|
||||
text-decoration: none;
|
||||
color: #8c8c8b;
|
||||
display:block;
|
||||
margin: .4em 0em;
|
||||
}
|
||||
.bookmark:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
41
.config/homepage/styles/suckless.css
Normal file
41
.config/homepage/styles/suckless.css
Normal file
@ -0,0 +1,41 @@
|
||||
body {
|
||||
font-size: 13px;
|
||||
background-color: #282a36 !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: #282a36 !important;
|
||||
clear: both;
|
||||
color: #c3e88d !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #82aaff !important;
|
||||
}
|
||||
|
||||
#header a {
|
||||
color: #e1acff !important;
|
||||
}
|
||||
|
||||
#menu {
|
||||
clear: both;
|
||||
color: #c792ea;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
padding: 0.7ex;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
|
||||
#nav li a:hover {
|
||||
background-color: #282a36 !important;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
color: #f07178 !important;
|
||||
}
|
||||
|
4
.config/homepage/styles/wikipedia.css
Normal file
4
.config/homepage/styles/wikipedia.css
Normal file
@ -0,0 +1,4 @@
|
||||
* {
|
||||
background-color: #282A36;
|
||||
color: #eee;
|
||||
}
|
Reference in New Issue
Block a user