/appengine/static/styles/main.css
https://code.google.com/p/google-plus-go-starter/ · CSS · 86 lines · 55 code · 16 blank · 15 comment · 0 complexity · 748bbff12aa383c31c48f2d302432556 MD5 · raw file
- /*
- Copyright 2011 Google Inc. All Rights Reserved.
- 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 {
- margin: auto;
- max-width: 70em;
- padding: 1em;
- }
- header {
- display: block;
- overflow: auto;
- }
- header #identity {
- float: right;
- }
- header #identity p {
- display: inline;
- }
- header nav ul {
- display: inline;
- padding-left: 0;
- }
- header nav li {
- display: inline;
- }
- .example {
- background-color: #D6E9F8;
- padding: 0.5em;
- }
- .example h2 {
- margin: 0;
- margin-bottom: 0.5em;
- }
- .example ul, .example ol {
- padding-left: 0;
- }
- .example li {
- display: block;
- }
- .person {
- overflow: auto;
- background-color: #F3F8FD;
- margin-bottom: 0.5em;
- padding: 0.5em;
- }
- .person:last-child {
- margin-bottom: 0;
- }
- .person img {
- float: left;
- margin-right: 0.25em;
- }
- .person h1 {
- display: inline;
- }
- .person p {
- margin: 0 inherit;
- }