aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/mobile.css
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-12-25 00:57:23 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-12-25 00:57:23 +0000
commitfe4d464805d9c6d3471dbfab6e20cc960fdfd329 (patch)
tree9f19b3a692e291e1cab49f78e5f6fef55881ef74 /h-source/Public/Css/mobile.css
parentb7910c20f6eb7dff80f5db4c8659222bd6e57c95 (diff)
improved user history and improved mobile version
Diffstat (limited to 'h-source/Public/Css/mobile.css')
-rw-r--r--h-source/Public/Css/mobile.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css
new file mode 100644
index 0000000..55e470c
--- /dev/null
+++ b/h-source/Public/Css/mobile.css
@@ -0,0 +1,53 @@
+/*stili per il layout fisso*/
+html, body
+{
+ margin: 0;
+ padding:0;
+}
+
+body
+{
+ font:normal 15px/1.3 sans-serif,arial;
+ text-align: left;
+ background:#ffffff;
+}
+
+img
+{
+ border:0px;
+}
+
+.navigation-bar
+{
+ background-color: #015512;
+ height:35px;
+ padding-top:5px;
+ padding-right:5px;
+}
+
+/*tree navigation*/
+.position_tree_box
+{
+ margin:5px 0px 25px 0px;
+ padding:5px;
+ font:normal 14px/1 sans-serif,arial;
+ border-top:1px solid #DC143C;
+ border-bottom:1px solid #DC143C;
+}
+.position_tree_box a
+{
+ text-decoration:none;
+ color:#DC143C;
+}
+.last_tree_element
+{
+ font-weight:bold;
+}
+
+
+
+/*jquery mobile*/
+.ui-bar-a {
+ background: #B7F18C;
+}
+