Skip to content

Commit

Permalink
editorial(core-aam.css): remove unusued styles
Browse files Browse the repository at this point in the history
Removes unused and commented-out styles as per
#2226 (comment)
  • Loading branch information
pkra committed Jan 9, 2025
1 parent 9b71825 commit c2a5a89
Showing 1 changed file with 0 additions and 110 deletions.
110 changes: 0 additions & 110 deletions core-aam/css/core-aam.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,6 @@ html pre { /* more specific selector than the default W3C style sheet */
padding:0.5em 0.8em;
font-size:0.75em; /* text in blocks code blocks looked too big now that font is back to normal size */
}
pre .tag, code .tag, code.tag{
color:#00c; /* blue */
}
pre .str, code .str, code.str{
color:#090; /* green */
}
pre .comment, code .comment, code.comment, .comment .str, .comment .tag{
color:#777; /* gray */
}
/*
.role-reference, .role-reference:link, .role-reference:visited {
background-color: #eee;
}
.state-reference, .state-reference:link, .state-reference:visited {
background-color: #ffc;
}
.property-reference, .property-reference:link, .property-reference:visited {
background-color: #ccf;
}
.widget-reference, .widget-reference:link, .widget-reference:visited {
background-color: #9f6;
}
*/
.role-reference, .state-reference, .property-reference, .widget-reference, .design-pattern-reference {}
.termref, a.termref:link {
color:#006400;
Expand All @@ -78,101 +55,14 @@ pre .comment, code .comment, code.comment, .comment .str, .comment .tag{
a.termref:visited {
color:inherit;
}
a.termref:hover, a.termref:focus {
background-color: #fafad2;
color: #006400;
}
.empty {
display: none;
}
.note {
color:#444;
border:solid 1px #ccc;
margin:1em 0;
padding:1em 2em;
}
.ednote {
border:solid 3px #cca;
background-color:#ffd;
padding:0 0.8em;
}
.role-screenshot {
float: right;
margin-left: 1em;
margin-bottom: 1ex;
}
.role-screenshot p {
text-align: center;
font-size: smaller;
}
.image {
text-align: center;
}
.img {
margin-left: auto;
margin-right: auto;
}
.img p {
text-align: center;
font-weight: bold;
font-size: smaller;
}
.img-caption {
font-weight: bold;
}
/*
dl.runin dt {
display: run-in;
}
dl.runin dt:after {
content: ": ";
}
*/
dl.compact dt {
font-weight:normal;
}
/*
dl.compact dd {
margin-left: 5em;
}
*/
.rfc2119 {
font-weight: bold;
text-transform: uppercase;
}
.tocnum {}
.section {}
.todo {
background-color:#f99;
}
.issue {
background-color:#0c0;
text-transform:uppercase;
}

.script-function, .script-property, .api-role, .api-method, .api-property, .api-state, .api-relation, .api-interface, .api-event, .api-object, .dom-property, .dom-method, .dom-event, .css-selector, .css-property {
font-family: monospace;
}
.script-function:after, .api-method:after, .dom-method:after {
font-family: monospace;
content: "()";
}
.property-value, .api-property-value, .dom-property-value, .script-property-value, .css-property-value {
font-weight: bold;
}
.xsd-type {}

/* Permalinks */
.permalink {
float: right;
margin-top: -2.5em;
/*color:#333 !important;*/
}
.permalink a, .permalink a:link, .permalink a:visited, .permalink a:hover, .permalink a:focus, .permalink a:active
{
background:transparent !important;
text-decoration:none;
}
.permalink abbr {
border:0;
}

0 comments on commit c2a5a89

Please sign in to comment.