File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < title > Theme Explorer</ title >
44 < style type ="text/css ">
55 .UINavigationBar {
6- color : # 990033 ;
6+ background-color : # 990033 ;
7+ color : white;
78 }
89
910 .UITableView {
1819
1920 .UILabel {
2021 font-family : Verdana;
21- font-size : 29 pt ;
22+ font-size : 17 pt ;
2223 font-weight : bold;
2324 text-align : right;
2425 }
2526
2627 /* This class is used by UIKit for table cells in style "Value1" */
2728 .UITableViewLabel {
2829 font-family : Helvetica;
29- font-size : 20 pt ;
30+ font-size : 14 pt ;
3031 color : yellow;
3132 }
3233
3839< body >
3940 <!-- This file just contains styles to apply to views... -->
4041
41- < div class ="UINavigationBar ">
42+ < div class ="UINavigationBar "> Navigation Bar
4243 </ div >
4344 < div class ="UITableView ">
4445 < div class ="UITableHeaderFooterView ">
4546 </ div >
4647 </ div >
4748 < div class ="UITableViewCell ">
48- < div class ="UILabel ">
49+ < div class ="UILabel "> Some label text
4950 </ div >
50- < div id ="tag-2000 " class ="UITableViewLabel ">
51+ < div id ="tag-2000 " class ="UITableViewLabel "> Label in a table view
5152 </ div >
5253 </ div >
5354</ body >
You can’t perform that action at this time.
0 commit comments