diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/context.css')
-rw-r--r-- | Master/texmf-dist/tex/context/base/context.css | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/context.css b/Master/texmf-dist/tex/context/base/context.css index f332ae242d6..be1dad79610 100644 --- a/Master/texmf-dist/tex/context/base/context.css +++ b/Master/texmf-dist/tex/context/base/context.css @@ -18,6 +18,26 @@ a.dir-view:link, a.dir-view:active, a.dir-view:visited { .invalid { color: #FF0000 ; } +button, .commonlink, .smallbutton { + font-weight: bold ; + font-size: 12px ; + text-decoration: none ; + color: #000000 ; + border-color: #7F7F7F ; + border-style: solid ; + border-width: .125ex ; + background-color: #FFFFFF ; + padding: .5ex ; +} +.smallbutton { + width: 1em ; +} +a.commonlink:link, a.commonlink:active, a.commonlink:visited, a.smalllink:link, a.smalllink:active, a.smalllink:visited { + font-weight: bold ; + font-size: 12px ; + text-decoration: none ; + color: #000000 ; +} h1, .title { font-style: normal ; font-weight: normal ; @@ -110,7 +130,7 @@ p, li { font-size: 16px ; border-style: none ; border-width: 0 ; - background-color: <?lua pv('color-background-one')?> ; + background-color: <?lua pv('color-background-three')?> ; _margin-left: -15px ; } #bottom { @@ -143,7 +163,7 @@ p, li { font-size: 16px ; border-style: none ; border-width: 0 ; - background-color: <?lua pv('color-background-two')?> ; + background-color: <?lua pv('color-background-four')?> ; } #top-one { position: absolute ; @@ -235,7 +255,7 @@ p, li { text-align: center ; } #right-safari { - display: table ; + _display: table ; width: 100% ; height: 100% ; } |