summaryrefslogtreecommitdiff
path: root/additions/reviews.css
diff options
context:
space:
mode:
Diffstat (limited to 'additions/reviews.css')
-rw-r--r--additions/reviews.css28
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