From ee4f24d635e0db2029f026a1c098ae76d1e537d3 Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 4 Aug 2011 02:00:13 +0300 Subject: beta 2011.08.04 00:42 --- tex/context/base/context.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tex/context/base/context.css') diff --git a/tex/context/base/context.css b/tex/context/base/context.css index f332ae242..1214d2cef 100644 --- a/tex/context/base/context.css +++ b/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 ; -- cgit v1.2.3