Warning, /frameworks/ktexttemplate/examples/htmlapps/templates/shared/base.css is written in an unsupported language. File is not indexed.
0001 #container { 0002 margin:auto; 0003 width: 760px; 0004 background: #ffffff; 0005 } 0006 0007 #header { 0008 height: 16px; 0009 padding-left: 120px; 0010 } 0011 0012 #border { 0013 float:left; 0014 width:728px; 0015 height:88%; 0016 background-color: #cdcde6; 0017 border-radius: 16px; 0018 border-width: 16px; 0019 border-style:solid; 0020 border-color: #cdcde6; 0021 } 0022 0023 #content { 0024 float:center; 0025 width : 95%; 0026 height:95%; 0027 background-color: white; 0028 border-radius: 16px; 0029 border-width: 16px; 0030 border-style:solid; 0031 border-color: white; 0032 } 0033 0034 #footer { 0035 clear:both; 0036 height: 16px; 0037 } 0038 0039 #navbar 0040 { 0041 list-style-type:none; 0042 margin:0; 0043 padding:0; 0044 } 0045 0046 #navbar li 0047 { 0048 float:left; 0049 } 0050 0051 #navbar a:link,#navbar a:visited 0052 { 0053 display:block; 0054 width:120px; 0055 font-weight:bold; 0056 color:#FFFFFF; 0057 background-color:#98bf21; 0058 text-align:center; 0059 padding:4px; 0060 text-decoration:none; 0061 text-transform:uppercase; 0062 } 0063 #navbar a:hover,#navbar a:active 0064 { 0065 background-color:#7A991A; 0066 } 0067 0068 .accordion table .bigurl { 0069 display:none; 0070 } 0071 .accordion table.active .bigurl { 0072 display:inline; 0073 }