Sha256: d039843ecd3d932aa596b37295dac9e4b149ccd3b910f8e626430941cd03d52a
Contents?: true
Size: 1.41 KB
Versions: 127
Compression:
Stored size: 1.41 KB
Contents
/* Copyright 2009 Google Inc. Licensed 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. */ body { background-color: #efefef; font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; } .status-bar { background-color: #ffd21d; display: none; -webkit-border-radius: 6.0px; -moz-border-radius: 6.0px; border-style: solid; border-width: 1px; padding: 3px; text-align: center; } .screen { border: thin solid #939393; padding: 2px 2px 2px 2px; } .command-bar { background-color: #275390; } .title-bar { font-weight: bold; background-color: #4b4b4b; text-align: center; padding: 3px; color: #aaa; } textarea { font-size: 16pt; } button { text-align:center; font-family: Helvetica; font-weight: bold; font-size: 20px; text-decoration: none; text-shadow: #fff 0px 2px 2px; padding: 3px; -webkit-border-radius: 6.0px; -moz-border-radius: 6.0px; margin-right: 4px; margin-left: 4px; }
Version data entries
127 entries across 127 versions & 5 rubygems