diff options
author | dakkar <dakkar@thenautilus.net> | 2012-09-23 18:56:07 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2012-09-23 20:37:21 +0100 |
commit | 9c9a41ce0d3773040d4b9a62c4c99c62196c418d (patch) | |
tree | c3e3ab1d1ef1ae9c3d1fd66e8ae5bcb9e39573a3 /additions/reviews.css | |
parent | anime bump (diff) | |
download | thenautilus-9c9a41ce0d3773040d4b9a62c4c99c62196c418d.tar.gz thenautilus-9c9a41ce0d3773040d4b9a62c4c99c62196c418d.tar.bz2 thenautilus-9c9a41ce0d3773040d4b9a62c4c99c62196c418d.zip |
infrastructure for reviews
Diffstat (limited to 'additions/reviews.css')
-rw-r--r-- | additions/reviews.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/additions/reviews.css b/additions/reviews.css new file mode 100644 index 0000000..a407673 --- /dev/null +++ b/additions/reviews.css @@ -0,0 +1,28 @@ +#original-review { + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + width: 80%; + border: solid 1px transparent; + position: relative; + background: #1f7a98; + color: #eeeeee; + padding: 0.2em; + margin: 0.5em auto; +} + +h2.rating { + font-size: 1em; + margin: 0.5em; + padding-left: 3em; +} + +h2.rating img { + width: 2em; + height: 2em; + margin: 0 0.2em; +} + +@media screen, print { + h2.rating span.rating-value { display: none } +}
\ No newline at end of file |