Skip to content

Commit

Permalink
actualizando estilos
Browse files Browse the repository at this point in the history
  • Loading branch information
morethanbooks committed Aug 17, 2018
1 parent 7ba8c1f commit c0c26c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion styles/styles-apocalipsis.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ q[type]

q:before
{
content:'who: 'attr(who)' | 2who: 'attr(corresp) ' | type: 'attr(type) ' ';
content:'who: 'attr(who)' | 2who: 'attr(toWhom) ' | type: 'attr(type) ' ';
color:grey;
}

Expand Down
20 changes: 10 additions & 10 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ q[type]

q:before
{
content:'who: 'attr(who)' | 2who: 'attr(corresp) ' | type: 'attr(type) ' ';
content:'who: 'attr(who)' | 2who: 'attr(toWhom) ' | type: 'attr(type) ' ';
color:grey;
}

Expand Down Expand Up @@ -167,28 +167,28 @@ ab[type="pericope"]

/**/

q[corresp="#per1"],
q[corresp="per1"],
q[toWhom="#per1"],
q[toWhom="per1"],
{
border: red solid 2px;
}
q[corresp*="org3"]
q[toWhom*="org3"]
{
border:blue solid 2px;
}
q[corresp*="org2"],
q[corresp*="org5"],
q[corresp*="org7"]
q[toWhom*="org2"],
q[toWhom*="org5"],
q[toWhom*="org7"]

{
border:green solid 2px;
}
q[corresp="per14"],
q[corresp="#per14"],
q[toWhom="per14"],
q[toWhom="#per14"],
{
border: orange solid 2px;
}
q[corresp*="org0"]
q[toWhom*="org0"]
{
border: yellow solid 2px;
}
Expand Down

0 comments on commit c0c26c8

Please sign in to comment.