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

webapps.static.dt-1.10.18.css.demo_page.css Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements.  See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership.  The ASF 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.
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt_example {
  font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

#dt_example #container {
  width: 800px;
  margin: 30px auto;
  padding: 0;
}

#dt_example #footer {
  margin: 50px auto 0 auto;
  padding: 0;
}

#dt_example #demo {
  margin: 30px auto 0 auto;
}

#dt_example .demo_jui {
  margin: 30px auto 0 auto;
}

#dt_example .big {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6em;
  color: #4e6ca3;
}

#dt_example .spacer {
  height: 20px;
  clear: both;
}

#dt_example .clear {
  clear: both;
}

#dt_example pre {
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#dt_example h1 {
  margin-top: 2em;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.6em;
  color: #4e6ca3;
  border-bottom: 1px solid #b0bed9;
  clear: both;
}

#dt_example h2 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.6em;
  color: #4e6ca3;
  clear: both;
}

#dt_example a {
  color: #0063dc;
  text-decoration: none;
}

#dt_example a:hover {
  text-decoration: underline;
}

#dt_example ul {
  color: #4e6ca3;
}

.css_right {
  float: right;
}

.css_left {
  float: left;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy