Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-28. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
blagoblag/res/themes/default/css/global.css

137 lines
1.9 KiB
CSS
Raw Normal View History

2019-02-20 08:04:55 -06:00
body {
2019-02-23 01:15:14 -06:00
background-color: #FFFFFF;
2019-02-20 08:04:55 -06:00
font-family: sans-serif;
font-size: 17px;
color: #073642;
width: 100%;
}
2019-02-18 23:24:07 -06:00
2019-02-23 01:15:14 -06:00
p {
max-width: 700px;
padding-left: 10%;
}
form {
background-color: #EFEFEF;
margin: 10px;
border-radius: 5px;
max-width: 900px;
padding: 10px;
}
form label {
width: 100px;
display: inline-block;
font-weight: bold;
align: left;
}
.button {
background-color: #993232;
color: #FFFFFF;
padding: 10px;
border-radius: 5px;
}
.button a {
color: inherit;
text-decoration: none;
}
.button:hover {
background-color: #AFB170;
}
/* -------------------------------------
* navbar
* -----------------------------------*/
2019-02-20 08:04:55 -06:00
nav {
2019-02-23 01:15:14 -06:00
background-color: #993232;
color: #FFFFFF;
2019-02-20 08:04:55 -06:00
width: 100%;
margin: 0;
padding: 0;
2019-02-18 23:24:07 -06:00
}
2019-02-20 08:04:55 -06:00
nav ul {
2019-02-23 01:15:14 -06:00
background-color: inherit;
color: inherit;
2019-02-20 08:04:55 -06:00
overflow: hidden;
2019-02-18 23:24:07 -06:00
}
2019-02-20 08:04:55 -06:00
nav li {
2019-02-23 01:15:14 -06:00
background-color: inherit;
color: inherit;
2019-02-20 08:04:55 -06:00
display: block;
margin-left: 20px;
margin-right: 20px;
float: left;
padding: 10px;
2019-02-18 23:24:07 -06:00
}
2019-02-23 01:15:14 -06:00
nav li a {
background-color: inherit;
color: inherit;
text-decoration: none;
color: #FFFFFF;
}
nav li:hover {
background-color: #AFB170;
}
.right {
float: right;
}
2019-02-20 08:04:55 -06:00
#star {
margin-left: 1px;
margin-right: 1px;
padding-left: 0px;
padding-right: 0px;
font-weight: bold;
color: #D86969;
}
2019-02-18 23:24:07 -06:00
2019-02-20 08:04:55 -06:00
#star:hover {
background-color: inherit;
}
2019-02-18 23:24:07 -06:00
2019-02-23 01:15:14 -06:00
/* -------------------------------------
* meta_post_card_*
* -----------------------------------*/
.card {
float: left;
max-width: 370px;
border-style: dotted;
border-width: 2px;
border-color: #B58AA5;
border-radius: 5px;
margin: 10px;
2019-02-20 08:04:55 -06:00
}
2019-02-18 23:24:07 -06:00
2019-02-23 01:15:14 -06:00
.card p {
padding-right: 30px;
padding-left: 30px;
padding-bottom: 30px;
2019-02-20 08:04:55 -06:00
}
2019-02-18 23:24:07 -06:00
2019-02-23 01:15:14 -06:00
.title {
text-align: center;
2019-02-20 08:04:55 -06:00
}
2019-02-18 23:24:07 -06:00
2019-02-23 01:15:14 -06:00
.date {
font-size: 17px;
text-align: center;
}
2019-02-18 23:24:07 -06:00
2019-02-23 01:15:14 -06:00
.author {
font-size: 15px;
text-align: center;
2019-02-18 23:24:07 -06:00
}