style/css/catalog_items.css (123 lines of code) (raw):

/* * 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. */ /* landing page */ body { font-family: arial, helvetica, sans-serif; background-color: #ffffff; color: #393939; font-size: 15px; } .nav-tabs { clear: both; font-weight: bold; font-size: 12pt; } .nav-tabs a { color: #4d9d3a; } .nav-tabs a:hover { color: #4d9d3a; } .tab-content { padding: 20px; padding-bottom: 10px; border: 1px solid #ddd; border-top: none; } a:hover > .card { background-color: #f4f4f4; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); } .card { position: relative; padding: 12px; background-color: #f8f8f8; color: #333; border: 1px solid #E1E1E8; border-radius: 6px; font-size: 11pt; } .card, .filter { margin-bottom: 10px; } a .glyphicon { display: block; position: absolute; right: 0; top: 0; padding: 8px; font-size: 16pt; color: #aaa; } a:hover .glyphicon { color: #888; } a.plain { text-decoration: none !important; } .name { font-size: 12pt; font-weight: bold; } .type { font-family: monospace; color: #888; margin-top: 2px; } #summary .description { margin: 15px 0 25px 0; } .card .description { margin: 10px 40px 0 20px; } #summary { clear: both; margin: 10px 0 20px 0; } .summaryLabel { font-size: 20px; font-weight: bold; } .summaryType { font-family: monospace; font-size: 12pt; color: #888; } .java { font-family: monospace; } .card dl { margin-bottom: 0; margin-top: 5px; } dt { clear: both; float: left; width: 8em; text-align: right; font-weight: normal; } dd { margin-left: 9em; } #container { width: 980px; padding: 0; margin: 50px auto; } #identity { float: left; margin: 0; padding: 30px 0 15px 10px; } #identity a { text-decoration: none; display: block; margin: 0; color: #4d9d3a; font-size: 2.5em; padding: 0; background: transparent url(images/brooklyn.gif) no-repeat 0 0; width: 206px; height: 44px; text-indent: -1000px; overflow: hidden; }