From b9cca99fc0bb42d440ae724e25d9f3ffcbee0a2a Mon Sep 17 00:00:00 2001 From: Thomas Severinsen Date: Thu, 28 Feb 2013 21:35:06 +0100 Subject: [PATCH] sorta fixed book popup and broken several other things.. maybe.. >< --- bookdetail.php | 65 ++++++++++++++++++++------------------------------ style.css | 30 ++++++++++++++++++++++- 2 files changed, 55 insertions(+), 40 deletions(-) diff --git a/bookdetail.php b/bookdetail.php index 4a631ba..4cb77b3 100644 --- a/bookdetail.php +++ b/bookdetail.php @@ -20,16 +20,15 @@ $book->getLinkArray (); -
+
-
+
-
-
+ hasCover) { ?> @@ -37,38 +36,34 @@ $book->getLinkArray (); -
-
+ getDatas() as $data) { ?> - +

format ?>

-
- -
- -
+

" alt="permalink" />title) ?>

+ +

:

+

0) echo ", "; ?> - getUri ()) ?>">name) ?> + getUri ()) ?>">name) ?> -

-
+


0) { ?> -
- -
+

:

+

getLinkArray (); -

-
+


-
- +

getUri ()) ?>">:

seriesIndex, htmlspecialchars ($serie->name)) ?> -
+
getPubDate() != "") { ?> -
- + +

:

getPubDate() ?> -
+ getLanguages () != "") { ?> -
- +
+

:

getLanguages () ?> -
- -
-
-
-
-
>getComment (false) ?>
-
-
\ No newline at end of file +
+

+getComment (false) ?>

+
\ No newline at end of file diff --git a/style.css b/style.css index 1a71a31..52db3cf 100644 --- a/style.css +++ b/style.css @@ -47,12 +47,14 @@ a:hover { color:#000; text-decoration: underline; } .frontpage a:hover { display:inline-block; width: 100%; background-color: #778899;} /* ============================================================================= - Main container stuff goes here + Main container stuff goes here and other globals ========================================================================== */ .container{ background: #414141; border:1px solid #000; border-radius:10px; max-width:800px;width:95%;margin:0 auto;position:relative; } + +.fancyabout { font-weight:400; text-decoration: none; } /* ============================================================================= Header stuff goes here ========================================================================== */ @@ -90,6 +92,7 @@ background-color: #fff; article { border-bottom: 1px solid black; +max-width:800px; } /*-------------frontpage article-------------*/ @@ -136,6 +139,31 @@ border-bottom: 1px solid black; font-style: italic; } +/*-------------books popup article-------------*/ +.bookpopup h2{ + margin: 15px 15px; +} + +.bookpopup h3{ + display:inline; +} + +.bookpopup p{ + display:inline; +} + +.bookpopup h4{ + border-top: 1px solid black; +} + +.popupless a{ + font-weight: 100; + border-radius: 6px; + background: darkgray; + background: radial-gradient(#666, black); + color: #EEE; + padding: 0 5px 0; +} /* ============================================================================= Footer stuff goes here ========================================================================== */