|
|
Linha 1: |
Linha 1: |
| /** o código CSS colocado aqui será aplicado a todos os temas */ | | /** o código CSS colocado aqui será aplicado a todos os temas */ |
− |
| |
− | /* Images */
| |
− | .image-container img {
| |
− | width: 100%;
| |
− | height:auto;
| |
− | }
| |
− | .image-container {
| |
− | padding: 1em;
| |
− | margin: 1em 0;
| |
− | background: gainsboro;
| |
− | }
| |
− | .image-container p {
| |
− | margin-top:.8em;
| |
− | padding-left:1em;
| |
− | font-style: italic;
| |
− | color: #444;
| |
− | }
| |
− |
| |
− | /* Sections */
| |
− | .mw-collapsible-toggle {
| |
− | margin-top: -2.5em
| |
− | }
| |
− | div.newsection.jumbotron h2 {
| |
− | font-size: 64px !important;
| |
− | }
| |
− | div.newsection.jumbotron div {
| |
− | font-size: 24px !important;
| |
− | font-weight: 300;
| |
− | }
| |
− | div.newsection.alert h2 {
| |
− | background: none !important;
| |
− | }
| |
− | .visualClear {
| |
− | float:none;
| |
− | clear:both;
| |
− | }
| |
− |
| |
− | /* Forms */
| |
− | #pfForm .select2-container-multi .select2-choices {
| |
− | min-height: 60px;
| |
− | }
| |
− | #pfForm select,
| |
− | #pfForm input[type="checkbox"] {
| |
− | width:100% !important;
| |
− | }
| |
− | .input-group {
| |
− | padding: .5em 0;
| |
− | }
| |
− | .input-group .form-control {
| |
− | margin-left: -4px !important;
| |
− | }
| |
− | .input-group-addon {
| |
− | min-width:110px;
| |
− | }
| |
− | label.radioButtonItem {
| |
− | padding: 0 16px !important;
| |
− | border: 0;
| |
− | box-shadow: none;
| |
− | width: 100%;
| |
− | margin-top: -5px;
| |
− | background: transparent;
| |
− | }
| |
− | .wikiEditor-ui {
| |
− | background-color: #eee;
| |
− | border: 1px solid #bdbdbd;
| |
− | margin-left: -4px;
| |
− | border-top-right-radius: 4px;
| |
− | border-bottom-right-radius: 4px;
| |
− | padding-left: 4px;
| |
− | border-left: none;
| |
− | }
| |
− | .wikiEditor-ui .wikiEditor-ui-view {
| |
− | border: none;
| |
− | }
| |
− | .wikiEditor-ui-toolbar {
| |
− | background-image: none;
| |
− | }
| |
− | .wikiEditor-ui .wikiEditor-ui-top {
| |
− | border-bottom: none;
| |
− | }
| |
− | .form-control {
| |
− | border-top-left-radius: 0 !important;
| |
− | border-bottom-left-radius: 0 !important;
| |
− | border-top-right-radius: 4px !important;
| |
− | border-bottom-right-radius: 4px !important;
| |
− | z-index: 1 !important;
| |
− | }
| |
− | .form-control-description {
| |
− | padding-top: .6em;
| |
− | }
| |
− | .shift {
| |
− | margin-left: -4px !important;
| |
− | border-top-left-radius: 0 !important;
| |
− | border-bottom-left-radius: 0 !important;
| |
− | }
| |
− | .gp-datepicker {
| |
− | padding:6px 10px !important;
| |
− | margin-left:-4px !important;
| |
− | background-image:none !important;
| |
− | border:1px solid #bdbdbd !important;
| |
− | border-top-right-radius:4px !important;
| |
− | border-bottom-right-radius:4px !important;
| |
− | }
| |
− | .gp-datepicker:hover {
| |
− | background-image:none !important;
| |
− | background: #eee !important;
| |
− | }
| |
− | label.checkboxLabel.gp-checkbox {
| |
− | white-space: nowrap;
| |
− | padding: 2px 6px 0 4px;
| |
− | }
| |
− | #pfForm input[type="checkbox"] {
| |
− | width: auto !important;
| |
− | margin: -5px auto;
| |
− | }
| |
− | .checkboxLabel {
| |
− | width:100%;
| |
− | }
| |
− | .multipleTemplateInstance {
| |
− | background-color: #fcfcfc;
| |
− | }
| |
− | .usermessage {
| |
− | border-radius: 4px;
| |
− | margin: .5em 0;
| |
− | }
| |