summaryrefslogtreecommitdiffstats
path: root/webroot
diff options
context:
space:
mode:
Diffstat (limited to 'webroot')
-rw-r--r--webroot/css/base.css6
-rw-r--r--webroot/css/view.css21
2 files changed, 25 insertions, 2 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css
index da366c6..1bbd83c 100644
--- a/webroot/css/base.css
+++ b/webroot/css/base.css
@@ -24,6 +24,8 @@ h2.ribbon {
border-radius: 3px 3px 3px 0px;
-moz-border-radius: 3px 3px 3px 0px;
-webkit-border-radius: 3px 3px 3px 0px;
+}
+h2.full {
width: 890px;
}
.triangle-ribbon {
@@ -146,11 +148,11 @@ footer {
width: 980px;
margin: 25px auto 20px;
}
-#page {
+article {
background: #fff;
color: #191919;
border: 1px solid #d9d9d9;
- padding: 40px;
+ padding: 25px 40px 30px;
position: relative;
width: 898px;
margin: 0 auto;
diff --git a/webroot/css/view.css b/webroot/css/view.css
new file mode 100644
index 0000000..c973201
--- /dev/null
+++ b/webroot/css/view.css
@@ -0,0 +1,21 @@
+/* for viewing individual anime/manga/kdrama, rather than table.css */
+
+aside#img {
+ float: left;
+ margin: 0 25px 25px 0;
+ width: 225px;
+}
+
+section {
+ float: left;
+ width: 470px;
+}
+
+aside#malstats {
+ float: right;
+ width: 150px;
+}
+
+p {
+ text-indent: 0;
+}