first commit
This commit is contained in:
27
media/layouts/css/chromes/outline.css
Normal file
27
media/layouts/css/chromes/outline.css
Normal file
@ -0,0 +1,27 @@
|
||||
.mod-preview {
|
||||
margin: 8px 0;
|
||||
background: rgba(100,100,100,.08);
|
||||
border-radius: 1px;
|
||||
box-shadow: 0 0 0 4px #f4f4f4, 0 0 0 5px rgba(100,100,100,.2);
|
||||
}
|
||||
|
||||
.mod-preview-info {
|
||||
padding: 4px 6px;
|
||||
margin-bottom: 5px;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: .75rem;
|
||||
line-height: 1rem;
|
||||
color: #fff;
|
||||
background-color: #33373f;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 -10px 20px rgba(0,0,0,.2) inset;
|
||||
}
|
||||
|
||||
.mod-preview-info span {
|
||||
font-weight: bold;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.mod-preview-wrapper {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user