PHP Classes

File: src/Installer/skins/css/cabins.css.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Installer/skins/css/cabins.css.twig   Download  
File: src/Installer/skins/css/cabins.css.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 1,556 bytes
 

Contents

Class file image Download
fieldset + fieldset { margin-top: 1ex; } .cabin { border-color: rgba(0, 0, 0, 0.5); } .cabin > legend { background-color: #fff; border: 1px solid #000; padding: 2px 1ex; } .bridge { background-image: -webkit-linear-gradient( top, rgba(0, 0, 255, 0.15) 0%, rgba(0, 0, 255, 0.25) 100% ); background-image: -moz-linear-gradient( top, rgba(0, 0, 255, 0.15) 0%, rgba(0, 0, 255, 0.25) 100% ); background-image: -ms-linear-gradient( top, rgba(0, 0, 255, 0.15) 0%, rgba(0, 0, 255, 0.25) 100% ); background-image: -o-linear-gradient( top, rgba(0, 0, 255, 0.15) 0%, rgba(0, 0, 255, 0.25) 100% ); background-image: linear-gradient( top, rgba(0, 0, 255, 0.15) 0%, rgba(0, 0, 255, 0.25) 100% ); } .hull { background-image: -webkit-linear-gradient( top, rgba(153, 0, 204, 0.15) 0%, rgba(153, 0, 204, 0.25) 100% ); background-image: -moz-linear-gradient( top, rgba(153, 0, 204, 0.15) 0%, rgba(153, 0, 204, 0.25) 100% ); background-image: -ms-linear-gradient( top, rgba(153, 0, 204, 0.15) 0%, rgba(153, 0, 204, 0.25) 100% ); background-image: -o-linear-gradient( top, rgba(153, 0, 204, 0.15) 0%, rgba(153, 0, 204, 0.25) 100% ); background-image: linear-gradient( top, rgba(153, 0, 204, 0.15) 0%, rgba(153, 0, 204, 0.25) 100% ); }