(42 intermediate revisions by 3 users not shown) | |||
Line 24: | Line 24: | ||
font: inherit; | font: inherit; | ||
vertical-align: baseline; | vertical-align: baseline; | ||
+ | text-align: center; | ||
} | } | ||
+ | |||
+ | a:visited { | ||
+ | color: inherit; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-size: 100%; | ||
+ | font: inherit; | ||
+ | vertical-align: baseline; | ||
+ | cursor: default; | ||
+ | list-style: none; | ||
+ | display: inline-block; | ||
+ | text-decoration: none; | ||
+ | text-align: center; | ||
+ | } | ||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { | article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { | ||
Line 2,532: | Line 2,551: | ||
list-style: none; | list-style: none; | ||
padding-left: 0; | padding-left: 0; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
} | } | ||
Line 2,538: | Line 2,559: | ||
padding: 0 1em 0 0; | padding: 0 1em 0 0; | ||
vertical-align: middle; | vertical-align: middle; | ||
+ | text-decoration: none; | ||
+ | text-align: center; | ||
} | } | ||
ul.actions li:last-child { | ul.actions li:last-child { | ||
padding-right: 0; | padding-right: 0; | ||
+ | text-decoration: none; | ||
} | } | ||
Line 2,626: | Line 2,650: | ||
} | } | ||
+ | |||
+ | li { | ||
+ | |||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-size: 100%; | ||
+ | font: inherit; | ||
+ | vertical-align: baseline; | ||
+ | text-align: center; | ||
+ | cursor: default; | ||
+ | list-style: none; | ||
+ | text-decoration: none; | ||
+ | text-align: center; | ||
+ | display: block; | ||
+ | } | ||
dl { | dl { | ||
Line 3,151: | Line 3,191: | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
− | max-width: | + | max-width: 100%; |
} | } | ||
Line 3,811: | Line 3,851: | ||
} | } | ||
− | + | div.img { | |
− | + | margin: 5px; | |
− | + | border: 1px solid #ccc; | |
− | + | float: left; | |
− | + | width: 300px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | } | + | div.img:hover { |
+ | border: 1px solid #777; | ||
+ | } | ||
− | . | + | div.img img { |
− | + | width: 100%; | |
− | } | + | height: auto; |
+ | } | ||
+ | |||
+ | div.desc { | ||
+ | padding: 15px; | ||
+ | text-align: center; | ||
+ | font-size: 12px; | ||
+ | line-height: 1.5; | ||
+ | } | ||
+ | .extramargin { | ||
+ | margin-bottom: 5100px; | ||
+ | } | ||
+ | /*#grace { | ||
+ | -webkit-transform: rotate(270deg); | ||
+ | -moz-transform: rotate(270deg); | ||
+ | -o-transform: rotate(270deg); | ||
+ | -ms-transform: rotate(270deg); | ||
+ | transform: rotate(270deg); | ||
+ | }*/ | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 02:21, 20 October 2016