Template:Quote box/styles.css: Difference between revisions
Created page with "→{{pp-template}}: .quotebox { background-color: #F9F9F9; border: 1px solid #aaa; box-sizing: border-box; padding: 10px; font-size: 88%; max-width: 100%; } .quotebox.floatleft { margin: .5em 1.4em .8em 0; } .quotebox.floatright { margin: .5em 0 .8em 1.4em; } .quotebox.centered { overflow: hidden; position: relative; margin: .5em auto .8em auto; } .quotebox.floatleft span, .quotebox.floatright span { font-style: inherit; } .quotebox > blockquote { margin:..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
.quotebox { | .quotebox { | ||
background-color: | background-color: rgba(255, 255, 255, 0.25); | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
box-sizing: border-box; | box-sizing: border-box; | ||