All Downloads are FREE. Search and download functionalities are using the official Maven repository.

SLING-INF.content.devwidgets.remotecontent.css.remotecontent.css Maven / Gradle / Ivy

/**
 * Licensed to the Sakai Foundation (SF) under one
 * or more contributor license agreements. See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership. The SF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations under the License.
 */
/* Global */

/* Settings */
.remotecontent_settings_url_input {
    margin: 0 0 10px;
    width: 99%;
}
.remotecontent_settings_url_help {
    color: #666;
    display: block;
    font-size: 11.5px;
}
.remotecontent_settings_error {
    color: red;
}
.remotecontent_settings_label_head {
    font-weight: bold;
}
#remotecontent_settings_reset_size {
    margin-left: 15px;
}
.remotecontent_settings_subcontainer {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.remotecontent_settings_width_unit_selected {
    font-weight: bold;
    text-decoration: underline;
}
.dialog_buttons .remotecontent_buttons {
    text-align: right;
}

/* Preview */
#remotecontent_settings_preview {
    text-align: center;
}
#remotecontent_settings_preview_frame {
    border-style: solid;
}

/* Color */
#remotecontent_settings_color_container {
    margin-top: 9px;
}
.remotecontent_settings_color {
    border: 1px solid #eee;
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    margin-right: 9px;
    text-decoration: none;
    width: 26px;
}
.remotecontent_settings_color:hover {
    border: 1px solid #ccc;
    text-decoration: none;
}
.remotecontent_settings_color_selected, .remotecontent_settings_color_selected:hover {
    border: 1px solid #000;
}
#remotecontent_settings_color_000000 {
    background-color: #000;
}
#remotecontent_settings_color_cccccc {
    background-color: #ccc;
}
#remotecontent_settings_color_ff0000 {
    background-color: red;
}
#remotecontent_settings_color_008000 {
    background-color: green;
}
#remotecontent_settings_color_0000ff {
    background-color: #00f;
}

/* Advanced */
#remotecontent_settings_advanced_toggle_settings_container {
    overflow: auto;
    margin-top: 10px;
}
#remotecontent_settings_advanced input[type="text"] {
    width: 65px;
}

/* Block */
.remotecontent_settings_block {
    margin-left: 15px;
}
.remotecontent_settings_block label {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    padding-top: 5px;
    width: 75px;
}

/* Default */
#remotecontent_container p.remotecontent_default_text {
    margin-left: 15px;
    margin-bottom: 0;
    padding: 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy