Advertisement
Guest User

sousmsMobile.css

a guest
Nov 14th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.20 KB | None | 0 0
  1. /*Mobile SOU Stock Market Simulator
  2.   Author: Nickolaus Patterson    */
  3.  
  4. /*.tabsbar
  5. {
  6.     width: 50%;
  7.     height: 50px;
  8.     border: solid 3px #B30015;
  9.     vertical-align: middle;
  10.     position: relative;
  11.     left: 25%;
  12. }
  13.  
  14. .tabbreakup
  15. {
  16.     border-right: solid #B30015;
  17.     border-right-width: 1%;
  18.     position: relative;
  19.     width: 24%;
  20.     float: left;
  21. }
  22.  
  23. .tabs
  24. {
  25.     width: 100%;
  26.     height: 100%;
  27.     position: relative;
  28.     float: left;
  29.     text-align: center;
  30.     font-size: 100%;
  31.     font-family: Arial;
  32.     top: 15px;
  33. }
  34.  
  35. #tab4
  36. {
  37.     width: 25%;
  38.     border-right-style: none;
  39. }*/
  40.  
  41. .AccordionTitle, .AccordionContent, .AccordionContainer
  42. {
  43.    
  44. }
  45.  
  46. .searcharea
  47. {
  48.     width: 98%;
  49.     height: 10%;
  50.     border-color: #B30015;
  51.     border-width: 3px;
  52.     border-style: solid;
  53. }
  54.  
  55. #searchbar
  56. {
  57.     float: left;
  58.     font-size: 75%;
  59.     width: 74%;
  60.     vertical-align:middle;
  61. }
  62.  
  63. #searchbutton
  64. {
  65.     float: right;
  66.     width: 24%;
  67.     vertical-align: middle;
  68. }
  69.  
  70. .herp
  71. {
  72.    
  73. }
  74.  
  75. /*.TitleAndPriceSizing
  76. {
  77.     height: 22%;
  78.     border: solid 3px black;
  79. }*/
  80.  
  81. .AccordionTitle
  82. {
  83.     /*Font/Text Settings-*/
  84.     font-family:Arial;
  85.     font-size:100%;
  86.     font-weight:bold;
  87.     text-align: center;
  88.     text-align: left;
  89.     text-indent: 5%;
  90.     /*Border Settings----*/
  91.     border-color: #B30015;
  92.     border-width: 1%;
  93.     border-style: solid;
  94.     /*Visibility Settings*/
  95.     overflow:visible;
  96.     /*Div-Align Settings-*/
  97.     vertical-align: middle;
  98.     position: relative;
  99.     /*Div Settings-------*/
  100.     height:22%;
  101.     width: 98%;
  102.     margin-top: 1%;
  103.     /*Other Settings-----*/
  104.     cursor:pointer;
  105.     -moz-user-select:none;
  106.         margin-left: auto;
  107.     margin-right: auto;
  108. }
  109.  
  110. .TitleTextAlign
  111. {
  112.     position: absolute;
  113.     margin-top: 45%;
  114.     float: left;
  115.     width: 80%;
  116. }
  117.  
  118. .price
  119. {
  120.     position: absolute;
  121.     margin-top: 85%;
  122.     margin-left:80%;
  123.     float: right;
  124.     width: 20%;
  125.     /*height: 100%;
  126.     width: 20%;
  127.     font-size: 25%;
  128.     text-align: right;
  129.     float: right;
  130.     cursor:pointer;
  131.     font-family:Arial;
  132.     font-size:12pt;
  133.     font-weight:bold;
  134.     margin-right: 5%;
  135.     vertical-align: middle;
  136.     -moz-user-select:none;*/
  137. }
  138.  
  139. .AccordionContent
  140. {
  141.     width: 96%;
  142.     overflow:auto;
  143.     display:none;
  144.     margin-left: auto;
  145.     margin-right: auto;
  146.     border: 3px solid #B30015;
  147.     border-top-style: none;
  148. }
  149.  
  150. .AccordionContainer
  151. {
  152. /*This is the macro container*/
  153. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement