mirror of https://gitlab.com/bashrc2/epicyon
cw button colors
parent
728cb55904
commit
52c6a2fc72
|
@ -47,9 +47,9 @@ a:link {
|
||||||
|
|
||||||
.cwButton {
|
.cwButton {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #999;
|
background-color: #554;
|
||||||
border: none;
|
border: none;
|
||||||
color: #FFFFFF;
|
color: #FFFFFE;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
@ -768,9 +768,9 @@ input[type=checkbox]
|
||||||
}
|
}
|
||||||
.cwButton {
|
.cwButton {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #555;
|
background-color: #554;
|
||||||
border: none;
|
border: none;
|
||||||
color: #FFFFFF;
|
color: #FFFFFE;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
@ -933,9 +933,9 @@ input[type=checkbox]
|
||||||
}
|
}
|
||||||
.cwButton {
|
.cwButton {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #555;
|
background-color: #554;
|
||||||
border: none;
|
border: none;
|
||||||
color: #FFFFFF;
|
color: #FFFFFE;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
8
theme
8
theme
|
@ -77,6 +77,8 @@ if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then
|
||||||
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
||||||
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
||||||
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
||||||
|
sed -i "s|background-color: #554;|background-color: darkgreen;|g" "$filename"
|
||||||
|
sed -i "s|color: #FFFFFE;|color: green;|g" "$filename"
|
||||||
cp epicyon-login.css login.css
|
cp epicyon-login.css login.css
|
||||||
filename=login.css
|
filename=login.css
|
||||||
sed -i "s|--main-bg-color:.*|--main-bg-color: black;|g" "$filename"
|
sed -i "s|--main-bg-color:.*|--main-bg-color: black;|g" "$filename"
|
||||||
|
@ -88,6 +90,8 @@ if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then
|
||||||
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
||||||
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
||||||
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
||||||
|
sed -i "s|background-color: #554;|background-color: darkgreen;|g" "$filename"
|
||||||
|
sed -i "s|color: #FFFFFE;|color: green;|g" "$filename"
|
||||||
cp epicyon-follow.css follow.css
|
cp epicyon-follow.css follow.css
|
||||||
filename=follow.css
|
filename=follow.css
|
||||||
sed -i "s|--main-bg-color:.*|--main-bg-color: black;|g" "$filename"
|
sed -i "s|--main-bg-color:.*|--main-bg-color: black;|g" "$filename"
|
||||||
|
@ -99,6 +103,8 @@ if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then
|
||||||
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
||||||
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
||||||
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
||||||
|
sed -i "s|background-color: #554;|background-color: darkgreen;|g" "$filename"
|
||||||
|
sed -i "s|color: #FFFFFE;|color: green;|g" "$filename"
|
||||||
cp epicyon-suspended.css suspended.css
|
cp epicyon-suspended.css suspended.css
|
||||||
filename=suspended.css
|
filename=suspended.css
|
||||||
sed -i "s|--main-bg-color:.*|--main-bg-color: black;|g" "$filename"
|
sed -i "s|--main-bg-color:.*|--main-bg-color: black;|g" "$filename"
|
||||||
|
@ -110,4 +116,6 @@ if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then
|
||||||
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
||||||
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
||||||
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
||||||
|
sed -i "s|background-color: #554;|background-color: darkgreen;|g" "$filename"
|
||||||
|
sed -i "s|color: #FFFFFE;|color: green;|g" "$filename"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue