NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / cssbase-context / cssbase-context.css
blob1bc1113365ef5de83ec2431cffd94843a1233062
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 /* base.css, part of YUI's CSS Foundation */
9 .yui3-cssbase h1 {
10 /*18px via YUI Fonts CSS foundation*/
11 font-size:138.5%;
13 .yui3-cssbase h2 {
14 /*16px via YUI Fonts CSS foundation*/
15 font-size:123.1%;
17 .yui3-cssbase h3 {
18 /*14px via YUI Fonts CSS foundation*/
19 font-size:108%;
21 .yui3-cssbase h1,.yui3-cssbase h2,.yui3-cssbase h3 {
22 /* top & bottom margin based on font size */
23 margin:1em 0;
25 .yui3-cssbase h1,.yui3-cssbase h2,.yui3-cssbase h3,.yui3-cssbase h4,.yui3-cssbase h5,.yui3-cssbase h6,.yui3-cssbase strong {
26 /*bringing boldness back to headers and the strong element*/
27 font-weight:bold;
29 .yui3-cssbase abbr,.yui3-cssbase acronym {
30 /*indicating to users that more info is available */
31 border-bottom:1px dotted #000;
32 cursor:help;
34 .yui3-cssbase em {
35 /*bringing italics back to the em element*/
36 font-style:italic;
38 .yui3-cssbase blockquote,.yui3-cssbase ul,.yui3-cssbase ol,.yui3-cssbase dl {
39 /*giving blockquotes and lists room to breath*/
40 margin:1em;
42 .yui3-cssbase ol,.yui3-cssbase ul,.yui3-cssbase dl {
43 /*bringing lists on to the page with breathing room */
44 margin-left:2em;
46 .yui3-cssbase ol {
47 /*giving OL's LIs generated numbers*/
48 list-style: decimal outside;
50 .yui3-cssbase ul {
51 /*giving UL's LIs generated disc markers*/
52 list-style: disc outside;
54 .yui3-cssbase dl dd {
55 /*providing spacing for definition terms*/
56 margin-left:1em;
58 .yui3-cssbase th,.yui3-cssbase td {
59 /*borders and padding to make the table readable*/
60 border:1px solid #000;
61 padding:.5em;
63 .yui3-cssbase th {
64 /*distinguishing table headers from data cells*/
65 font-weight:bold;
66 text-align:center;
68 .yui3-cssbase caption {
69 /*coordinated margin to match cell's padding*/
70 margin-bottom:.5em;
71 /*centered so it doesn't blend in to other content*/
72 text-align:center;
74 .yui3-cssbase p,.yui3-cssbase fieldset,.yui3-cssbase table,.yui3-cssbase pre {
75 /*so things don't run into each other*/
76 margin-bottom:1em;
78 /* setting a consistent width, 160px;
79 control of type=file still not possible */
80 .yui3-cssbase input[type=text],.yui3-cssbase input[type=password],.yui3-cssbase textarea{width:12.25em;*width:11.9em;}
82 /* YUI CSS Detection Stamp */
83 #yui3-css-stamp.cssbase-context { display: none; }