Added themes
This commit is contained in:
38
theme-flaredefault-light.css
Normal file
38
theme-flaredefault-light.css
Normal file
@@ -0,0 +1,38 @@
|
||||
@import "./theme-gitea-light.css";
|
||||
|
||||
body {
|
||||
background: linear-gradient(#F0F0F0, #E0E0E0);
|
||||
background-repeat: no-repeat;
|
||||
background-color: #E0E0E0 !important;
|
||||
}
|
||||
|
||||
#navbar{
|
||||
zindex:1;
|
||||
background: linear-gradient(#333, #000);
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
border: none;
|
||||
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.secondary-nav{
|
||||
background: linear-gradient(#E6E6E6,#BFBFBF) !important;
|
||||
box-shadow: black 0px 0px 5px;
|
||||
}
|
||||
|
||||
.ui.table, .ui.segments, #readme, .ui.dashboard-repos, .ui.vertical.menu, .ui.attached.segment, .ui.top.attached.header{
|
||||
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.page-footer{
|
||||
background: linear-gradient(#EFEFEF, #DEDEDE);
|
||||
box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
:root {
|
||||
--color-nav-text: white;
|
||||
--color-nav-hover-bg: linear-gradient(#555, #444);
|
||||
--color-box-header: linear-gradient(#E6E6E6, #BFBFBF);
|
||||
--color-footer: #D0D0D0;
|
||||
}
|
||||
Reference in New Issue
Block a user