aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_xmls_css.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_xmls_css.org')
-rw-r--r--org/out_xmls_css.org43
1 files changed, 23 insertions, 20 deletions
diff --git a/org/out_xmls_css.org b/org/out_xmls_css.org
index c5934ce..d83d4c9 100644
--- a/org/out_xmls_css.org
+++ b/org/out_xmls_css.org
@@ -510,7 +510,7 @@ template spineCss() {
text-align : left;
}
.tiny, .tiny_left, .tiny_right, .tiny_center {
- font-size : 12px;
+ font-size : 75%%;
margin-top : 0px;
margin-bottom : 0px;
color : #777777;
@@ -588,7 +588,7 @@ template spineCss() {
width : 2%%;
float : right;
top : 0;
- font-size : 12px;
+ font-size : 80%%;
margin-top : 0px;
margin-bottom : 6px;
margin-right : 6px;
@@ -771,8 +771,8 @@ template spineCss() {
.toc-button {
position : absolute;
top : 8px;
- width : 2em;
- height : 2em;
+ width : 3em;
+ height : 3em;
border-radius : 50%%;
background : #CCCCCC;
fill : #333333;
@@ -792,8 +792,8 @@ template spineCss() {
.prev-next-button {
position : absolute;
top : 8px;
- width : 2em;
- height : 2em;
+ width : 3em;
+ height : 3em;
border-radius : 50%%;
background : #CCCCCC;
box-shadow : 0 2px 5px #AAAAAA inset;
@@ -806,10 +806,10 @@ template spineCss() {
height : 60%%;
}
.menu {
- right : 6em;
+ right : 8em;
}
.previous {
- right : 3em;
+ right : 4em;
}
.next {
right : 0em;
@@ -818,8 +818,8 @@ template spineCss() {
fill : #333333;
}
.minitoc {
- line-height : 100%%;
- font-size : 90%%;
+ line-height : 120%%;
+ font-size : 100%%;
margin-top : 6px;
margin-bottom : 0px;
padding-left : 0em;
@@ -1426,7 +1426,7 @@ Consider what if anything should be used here
text-align : left;
}
.tiny, .tiny_left, .tiny_right, .tiny_center {
- font-size : 12px;
+ font-size : 75%%;
margin-top : 0px;
margin-bottom : 0px;
color : #EEEEEE;
@@ -1504,7 +1504,7 @@ Consider what if anything should be used here
width : 2%%;
float : right;
top : 0;
- font-size : 12px;
+ font-size : 80%%;
margin-top : 0px;
margin-bottom : 6px;
margin-right : 6px;
@@ -1687,8 +1687,8 @@ Consider what if anything should be used here
.toc-button {
position : absolute;
top : 8px;
- width : 2em;
- height : 2em;
+ width : 3em;
+ height : 3em;
border-radius : 50%%;
background : #555555;
fill : #DDDDDD;
@@ -1708,8 +1708,8 @@ Consider what if anything should be used here
.prev-next-button {
position : absolute;
top : 8px;
- width : 2em;
- height : 2em;
+ width : 3em;
+ height : 3em;
border-radius : 50%%;
background : #555555;
box-shadow : 0 2px 5px #AAAAAA inset;
@@ -1722,10 +1722,10 @@ Consider what if anything should be used here
height : 60%%;
}
.menu {
- right : 6em;
+ right : 8em;
}
.previous {
- right : 3em;
+ right : 4em;
}
.next {
right : 0em;
@@ -1734,8 +1734,8 @@ Consider what if anything should be used here
fill : #DDDDDD;
}
.minitoc {
- line-height : 100%%;
- font-size : 90%%;
+ line-height : 120%%;
+ font-size : 100%%;
margin-top : 6px;
margin-bottom : 0px;
padding-left : 0em;
@@ -2002,6 +2002,9 @@ Consider what if anything should be used here
#+NAME: css_shared_search_form
#+BEGIN_SRC css
+input, select, textarea {
+ font-size : 150%%;
+}
input[type="text"] {
font-size:120%%;
line-height : 120%%;