Sha256: 1480b654493fba146d794c70924cdb7cb4bdd2efc0d7f43354492f141c8b9c6f
Contents?: true
Size: 1.96 KB
Versions: 2
Compression:
Stored size: 1.96 KB
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * *= require_self *= require application *= require bootstrap *= require bootstrap-responsive *= require_tree . */ /* bootstrap override */ .modal-backdrop, .modal-backdrop.fade.in { filter: alpha(opacity=50); opacity:0.5; -moz-opacity: 0.50; } /* custom CSS Classes */ .module { /*background: url("/assets/dummy_module.jpg") no-repeat;*/ color: #111; width:250px; height:250px; min-width:250px; max-width:250px; min-height:250px; max-height:250px; margin: 15px; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 1px #999; -webkit-box-shadow: 0 1px 1px #999; box-shadow: 0 1px 1px #999; border: 1px solid #999; display: inline-block; } .portal-content { width: 100%; text-align: center; } .one-module { margin: 0px auto; margin-left:35px; display: inline-block; width:250px; } .module-title { background-color: #999; opacity:0.5; -moz-opacity: 0.50; color: #111; } .module-body { min-height:200px; max-height:200px; height: 200px; } .content { background-color: #fff; color: #111; padding:8px; margin-top:50px; margin-bottom:20px; margin-left: 8px; margin-right: 8px; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 1px #999; -webkit-box-shadow: 0 1px 1px #999; box-shadow: 0 1px 1px #999; border: 0.1em solid #ccc; } .footer { background-color: #fff; color: #888; margin:8px; padding: 5px; padding-bottom: 0px; border-top: 0.1em solid #ccc; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cmstyle-0.0.13 | lib/app/assets/stylesheets/application.css |
cmstyle-0.0.12 | lib/app/assets/stylesheets/application.css |