123456789101112131415161718192021222324252627282930313233343536 |
- #sortable img { max-width:100px}
- .gallery-manager{}
- .gallery-manager .btn-toolbar label{ margin-bottom: 0;}
- .titles a{
- text-shadow: 2px 1px 3px #000000;
- color:#ffffff;
- font-weight: 600;
- }
- .checkbox_title_hr {
- overflow: hidden;
- text-align: center;
- font-size: 1.4em;
- }
- .checkbox_title_hr span {
- display: inline-block;
- vertical-align: middle;
- }
- .checkbox_title_hr:before,
- .checkbox_title_hr:after {
- content: "";
- display: inline-block;
- vertical-align: middle;
- width: 100%;
- height: 4px;
- background-color: #9491bb;
- position: relative;
- }
- .checkbox_title_hr:before {
- margin-left: -100%;
- left: -14px;
- }
- .checkbox_title_hr:after {
- margin-right: -100%;
- right: -14px;
- }
|