Browse Source

Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/nooo-hbsc

pull/1/head
lidia pereira 5 years ago
parent
commit
99fa716742
  1. 11
      themes/homebrewtheme/static/css/main.css

11
themes/homebrewtheme/static/css/main.css

@ -32,9 +32,11 @@ header {
#sitename { #sitename {
color:#0074D9; color:#0074D9;
text-decoration:overline underline; text-decoration: none;
text-decoration-style:wavy; /*text-decoration:overline underline;*/
/*text-decoration-style:wavy;*/
text-decoration-color:rgba(255, 65, 54, 0.5)/*#FF4136;*/ text-decoration-color:rgba(255, 65, 54, 0.5)/*#FF4136;*/
height:3em;
} }
pre { pre {
font-family: monospace; font-family: monospace;
@ -48,6 +50,7 @@ pre {
text-align:center; text-align:center;
text-transform:lowercase; text-transform:lowercase;
white-space: nowrap; white-space: nowrap;
background-color: #EAEAEA;
} }
.dropdown { .dropdown {
@ -61,7 +64,7 @@ pre {
.guides-index { .guides-index {
display: none; display: none;
position: absolute; position: absolute;
background-color: #9F9; background-color: #EAEAEA;
z-index: 1; z-index: 1;
text-align:left; text-align:left;
box-sizing: initial; box-sizing: initial;
@ -385,7 +388,7 @@ table tr:nth-child(even) {
} }
} }
@media screen and (max-width:620px) { @media screen and (max-width:620px) {
html {font-size:16px;} html {font-size:20px;}
#banner{ #banner{
font-size: 1rem; font-size: 1rem;
line-height: 1rem; line-height: 1rem;

Loading…
Cancel
Save