From: <fun...@us...> - 2003-08-05 20:02:31
|
Update of /cvsroot/sheets/sheets/src/documentation/skins/sheets-site/css In directory sc8-pr-cvs1:/tmp/cvs-serv17082/src/documentation/skins/sheets-site/css Modified Files: page.css Log Message: website update Index: page.css =================================================================== RCS file: /cvsroot/sheets/sheets/src/documentation/skins/sheets-site/css/page.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page.css 4 Dec 2002 21:12:52 -0000 1.2 --- page.css 5 Aug 2003 20:02:27 -0000 1.3 *************** *** 1,60 **** - body { background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; font-size : 80%; } ! p { background-color: #FFFFFF; margin: 10px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; font-size : 100%; } a:link { color: #0F3660; } ! a:visited { color: #009999; } ! a:active { color: #000066; } ! a:hover { color: #000066; } ! .menu { background-color: #F7F7F7; margin: 0px; padding: 3px 3px 5px 3px; font-size : 70%; } ! .menu a:link { color: #000000; text-decoration : none; } ! .menu a:visited { color: #000000; text-decoration : none; } ! /*.menu a:active { font-weight: bold }*/ ! .menu a:hover { color: #00AA77; text-decoration : none; } ! .menu ul { margin: 0px 0px 6px 8px; padding: 0px; } ! .menu li { margin: 0px 0px 2px 0px; padding: 0px; list-style-image: url('images/label.gif'); font-weight : bold; } ! .menu ul ul li .sel { list-style-image: url('images/current.gif'); font-style : plain; ! background-color:#CFDCED; border-color: #a5b6c6; border-style: solid; border-width: 1px;} ! .menu ul ul li { list-style-image: url('images/page.gif'); font-weight : normal; } ! #sfbar { ! border-right: 1px solid #a5b6c6; ! border-left: 1px solid #a5b6c6; ! border-bottom: 1px solid #a5b6c6; ! width: 175px; ! margin-left: 10px; ! color: black; ! text-align: left; ! font-style: normal; ! font-size: 70%; ! background-color: #F7F7F7; ! padding: 10px; } ! #sfbar p { ! border: 1px solid #a5b6c6; ! width: 155px; ! margin: 5px; ! color: black; ! text-align: left; ! font-style: normal; ! font-size: 100%; ! background-color: #F7F7F7; ! padding: 5px; } ! table .title { background-color: #FFFFFF; width:100%; border: 0px; } ! .dida { font-size: 60%; } .pre { white-space: pre;} ! h1 { font-size : 140%; margin: 0px 0px 0px 0px; padding: 0px; } ! h2 { font-size : 130%; margin: 10px 0px 0px 0px; padding: 0px; font-weight : bold;} ! h3 { font-size : 110%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; } ! h4 { font-size : 100%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : plain; text-align: left; } ! h5 { font-size : 90%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : plain; text-align: left; } .content { padding: 5px 5px 5px 10px; font : small Verdana, Helvetica, sans-serif; font-size : 80%; } --- 1,125 ---- ! body { ! background: url('images/background.png'); ! background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; font-size : 100%; } ! ! p { margin: 10px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; font-size : 100%; } ! ! .textheader { display: none; } ! .headerlogo { padding: 0px 2px 2px 0px; } ! ! .spacer { border: 0; margin: 0px; } ! .skin { border: 0; margin: 0px;} ! .figure { border: 0; vertical-align: top ; margin-top: 10px; margin-bottom: 10px; } ! img { border: 0; margin-top: 5px; margin-bottom: 5px; } ! /* Leave out vertical align until I figure out why IE isn't picking up the .skin/.spacer styles (JT) */ ! /*vertical-align: top*/ ! a:link { color: #0F3660; } ! a:visited { color: #000044; } ! a:active { color: #800000; } ! a:hover { border: 0px solid #927762; background: #F2C3C9; } ! .menu a:link { color: #000000; font-weight: normal;} ! .menu a:visited { color: #000000; font-weight: normal; } ! .menu a:active { color: #000000; font-weight: normal; } ! .menu a:hover { color: #000000; font-weight: normal; } ! .menu { background-color: #E4D3C6; ! padding: 8px 0px 4px 0px; ! margin: 0px; ! font-size : 70%; ! } ! ! .menutitle { ! padding: 0px 3px 5px 10px; ! background-image: url('images/chapter_open.gif'); ! background-repeat: no-repeat; ! background-position: center left; ! font-weight : bold;} + .menu .menuitemgroup { + margin: 0px 0px 6px 8px; + padding: 0px; + font-weight : bold; } + + + .menu .menuitem { + padding: 0px 0px 2px 10px; + background-image: url('images/page.gif'); + background-repeat: no-repeat; + background-position: center left; + font-weight : normal; } ! .menu .menupage { ! padding: 4px 3px 5px 10px; ! background-image: url('images/current.gif'); ! background-repeat: no-repeat; ! background-position: top left; ! font-style : normal; + } ! .menu .menupagetitle { ! padding: 0px 0px 0px 6px; ! font-style : normal; ! background-color:#C9B7A9; ! border-color: #927762; ! border-style: solid; ! border-width: 1px; ! ! } ! ! .menu .menupageitemgroup { ! padding: 3px 0px 4px 6px; ! font-style : normal; ! background-color:#ffffff; ! border-color: #927762; ! border-style: solid; ! border-width: 1px; ! ! } ! ! .menu .menupageitem { ! ! font-style : normal; ! font-weight : normal; ! border-width: 0px; ! font-size : 90%; ! } ! ! ! .smallerfont { ! font-size : 100%; ! padding: 0px 0px 0px 0px; ! } ! ! ! .biggerfont { ! font-size : 100%; ! font-weight : bold; ! padding: 0px 0px 0px 0px; ! } ! ! .resetfont { ! font-size : 100%; ! font-weight : normal; ! padding: 0px 0px 0px 0px; ! } ! ! table .title { background-color: #; width:100%; border: 0px; } ! .dida { font-size: 80%; } .pre { white-space: pre;} ! h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; } ! h2 { font-size : 140%; margin: 10px 0px 0px 0px; padding: 0px; font-weight : bold;} ! h3 { font-size : 130%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; } ! h4 { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } ! h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; } ! h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } .content { padding: 5px 5px 5px 10px; font : small Verdana, Helvetica, sans-serif; font-size : 80%; } *************** *** 64,103 **** .content .ForrestTable td { background-color: #f0f0ff; color: black; } - //.frame { margin: 5px 20px 5px 20px; font-size: 100%; } - //.frame .content { margin: 2px; } - .note, .warning, .fixme { border-top: 3px solid #900; border-bottom: 3px solid #900; ! background-image: url('images/icon_error_lrg.gif'); background-repeat: no-repeat; background-position: 0 1.33em; margin: 1.33em 0; ! min-height: 32px; padding-left:36px; padding-right:0; padding-top:.33em; padding-bottom:.67em } .fixme { ! background-image: url('images/icon_warning_lrg.gif'); ! border-color: #c60 } .note { ! background-image: url('images/icon_info_lrg.gif'); ! border-color: #069 } - //.note { border: solid 1px #7099C5; background-color: #f0f0ff; } - //.note .label { background-color: #7099C5; color: #ffffff; } - - //.warning { border: solid 1px #D00000; background-color: #fff0f0; } - //.warning .label { background-color: #D30000; color: #ffffff; } ! //.fixme { border: solid 1px #C6C600; background-color: #FAF9C3; } ! //.fixme .label { background-color: #C6C600; color: #ffffff; } - .code { border-color: #CFDCED; border-style: solid; border-width: 1px; font-size : 120%;} .codefrag { font-family: "Courier New", Courier, monospace; font-size : 120%;} --- 129,168 ---- .content .ForrestTable td { background-color: #f0f0ff; color: black; } .note, .warning, .fixme { border-top: 3px solid #900; border-bottom: 3px solid #900; ! background-image: url(images/icon_error_lrg.gif); background-repeat: no-repeat; background-position: 0 1.33em; margin: 1.33em 0; ! padding: .33em 0 .67em 36px; ! min-height: 32px; } .fixme { ! background-image: url(images/icon_warning_lrg.gif); ! border-color: #c60; } .note { ! background-image: url(images/icon_info_lrg.gif); ! border-color: #069; } + .label{ + font-weight: bold; + } ! .code { background-color: #F7F7F7; ! border-color: #CFDCED; ! border-style: solid; ! border-width: 1px; ! font-size : 120%; ! padding: 1em 1.33em 1em 1.33em; ! } .codefrag { font-family: "Courier New", Courier, monospace; font-size : 120%;} *************** *** 108,199 **** .search { font-size : 70%; } .footnote { font-size : 70%; } ! input { font-size : 70% } ! submit { font-size : 70% } ! button { font-size : 70% } ! textarea { font-size : 70% } ! .tab { font-size : 70%; border: 0px none; } ! .tab a:link { text-decoration : none; } ! .tab a:visited { text-decoration : none; } .trail { font-size: 70%; } ! .trail a:link { text-decoration : none; } ! .trail a:visited { text-decoration : none; } .dtdTag { color: #990000; text-transform : uppercase; font-style : normal; font-size : 120%; font-weight : bold; } .top-left { ! background-color: #a5b6c6; ! background-image: url('images/top-left.png'); background-repeat: no-repeat; ! background-position: left top; ! width : 5; ! height : 5 } .top-right { ! background-color: #a5b6c6; ! background-image: url('images/top-right.png'); background-repeat: no-repeat; ! background-position: right top; ! width : 5; ! height : 5 } .top-left-tab { background-color: #cedfef; ! background-image: url('images/top-left.png'); background-repeat: no-repeat; ! background-position: left top; ! width : 5; ! height : 5 } .top-right-tab { background-color: #cedfef; ! background-image: url('images/top-right.png'); background-repeat: no-repeat; ! background-position: right top; ! width : 5; ! height : 5 } .bottom-left { ! background-color: #a5b6c6; ! background-image: url('images/bottom-left.png'); background-repeat: no-repeat; ! background-position: left bottom; ! width : 5; ! height : 5 } .bottom-right { ! background-color: #a5b6c6; ! background-image: url('images/bottom-right.png'); background-repeat: no-repeat; ! background-position: right bottom; ! width : 5; ! height : 5 } .bottom-left-thick { ! background-color: #a5b6c6; ! background-image: url('images/bottom-left.png'); background-repeat: no-repeat; ! background-position: left bottom; ! width : 5; ! height : 9 } .bottom-right-thick { ! background-color: #a5b6c6; ! background-image: url('images/bottom-right.png'); background-repeat: no-repeat; ! background-position: right bottom; ! width : 5; ! height : 9 } --- 173,302 ---- .search { font-size : 70%; } .footnote { font-size : 70%; } + .datenote { font-size : 60%; color: #F7F7F7;} ! input { font-size : 100% } ! submit { font-size : 100% } ! button { font-size : 100% } ! textarea { font-size : 100% } ! .tab { font-size : 85%; border: 0 } ! ! .tab a:link { font-weight: normal;} ! .tab a:visited { font-weight: normal; } ! .tab a:active { font-weight: normal; } ! .tab a:hover { font-weight: normal; } .trail { font-size: 70%; } ! ! .trail a:link { font-weight: normal;} ! .trail a:visited { font-weight: normal; } ! .trail a:active { font-weight: normal; } ! .trail a:hover { font-weight: normal; } ! .dtdTag { color: #990000; text-transform : uppercase; font-style : normal; font-size : 120%; font-weight : bold; } .top-left { ! background-color: #927762; ! background-image: url(images/top-left.png); background-repeat: no-repeat; ! background-position: top left; ! width : 5px; ! height : 5px; } .top-right { ! background-color: #927762; ! background-image: url(images/top-right.png); background-repeat: no-repeat; ! background-position: top right; ! width : 5px; ! height : 5px; } .top-left-tab { background-color: #cedfef; ! background-image: url(images/top-left.png); background-repeat: no-repeat; ! background-position: top left; ! width : 5px; ! height : 5px; } .top-right-tab { background-color: #cedfef; ! background-image: url(images/top-right.png); background-repeat: no-repeat; ! background-position: top right; ! width : 5px; ! height : 5px; } .bottom-left { ! background-color: #927762; ! background-image: url(images/bottom-left.png); background-repeat: no-repeat; ! background-position: bottom left; ! width : 5px; ! height : 5px; } .bottom-right { ! background-color: #927762; ! background-image: url(images/bottom-right.png); background-repeat: no-repeat; ! background-position: bottom right; ! width : 5px; ! height : 5px; } .bottom-left-thick { ! background-color: #927762; ! background-image: url(images/bottom-left.png); background-repeat: no-repeat; ! background-position: bottom left; ! width : 5px; ! height : 9px; } .bottom-right-thick { ! background-color: #927762; ! background-image: url(images/bottom-right.png); background-repeat: no-repeat; ! background-position: bottom right; ! width : 5px; ! height : 9px; } + + + + @media print { + .headerlogo { display: none; } + .textheader { display: block; font-size : 70%; } + .menu { display: none; } + .dida { display: none; } + .minitoc { display: none; } + .search { display: none; } + .datenote { display: none; } + /*.footnote { display: none; }*/ + .tab { display: none; } + .trail { display: none; } + .logos { display: none; } + + .top-left { display: none; } + .top-right { display: none; } + .top-left-tab { display: none; } + .top-right-tab { display: none; } + .bottom-left { display: none; } + .bottom-right { display: none; } + .bottom-left-thick { display: none; } + .bottom-right-thick { display: none; } + + } + + + + |