mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-05-09 10:15:30 -04:00
Periodical #3
This commit is contained in:
parent
cd1bd25b18
commit
2c33e8fa08
14 changed files with 531 additions and 9 deletions
|
@ -287,3 +287,35 @@ p.text-lead {
|
|||
img.gratuitas {
|
||||
width: 10rem;
|
||||
}
|
||||
|
||||
// Periodical
|
||||
|
||||
.revuo-classes a {
|
||||
padding: 1rem 2rem;
|
||||
width: 11rem;
|
||||
}
|
||||
|
||||
#weekly .revuo-classes a.wk {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
#periodical .revuo-classes a.pd, #wrap.periodical .revuo-classes a.pd:active, #wrap.periodical .revuo-classes a.pd:focus {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
// Typography for Periodical
|
||||
|
||||
.hted-head {
|
||||
margin: 2.5rem 0 1.3334rem 0;
|
||||
background: #9a3c7d;
|
||||
background: #925495;
|
||||
color: #fefefe;
|
||||
width: 100%;
|
||||
border-radius: 2px;
|
||||
padding: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#post-page h2 {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue