Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 54 additions & 1 deletion byzantium.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Byzantium CSS */
/*
Copyright TEI Consortium.

These material is dual-licensed:

1. Distributed under a Creative Commons Attribution-ShareAlike 3.0
Unported License http://creativecommons.org/licenses/by-sa/3.0/

2. http://www.opensource.org/licenses/BSD-2-Clause

All rights reserved.


*/

body {
font-family: Verdana,Arial,sans-serif;
}
Expand Down Expand Up @@ -28,14 +44,49 @@ td#attributes{
td{
vertical-align:top;
}

table#moduleList td {
padding: 2pt;
}
tr.choice >td {
padding: 12pt;
border-bottom: solid blue 2pt;
}
tr.filetable >td {
font-family: monospace;
padding: 4pt;
}
tr.list >td {
padding: 4pt;
}
h2{
color:#900;
}
/* Byzantium */


/* buttons */
.modulelink,
.elementlink,
.attributelink{
color:blue;
}

span.button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
margin: 3px;
color: #003366
border: #00ffff;
border-style: solid;
border-width: 1px;
cursor:pointer;
padding: 2pt;
border-radius: 5px;
background-color:#E0E0E0;
}



.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 0.9em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 0.9em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 0.9em; }
Expand All @@ -47,10 +98,12 @@ h2{
color:blue;
cursor:pointer;
}

td.unselected {
color: red;
}


#tabs {
background: transparent;
border: none;
Expand Down
Loading