From d87a5204cfb17de787e787c0b6dad246b42a2b58 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 17 Jul 2009 00:03:08 +0200 Subject: Layout for the features pages. --- website/features/GetterSetter.html | 25 ++++++++++++++++ website/features/features.css | 51 +++++++++++++++++++++++++++++++++ website/features/gradient.png | Bin 0 -> 82 bytes website/features/lombok-background.png | Bin 0 -> 34309 bytes website/index.css | 2 +- 5 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 website/features/GetterSetter.html create mode 100644 website/features/features.css create mode 100644 website/features/gradient.png create mode 100644 website/features/lombok-background.png (limited to 'website') diff --git a/website/features/GetterSetter.html b/website/features/GetterSetter.html new file mode 100644 index 00000000..246a8eab --- /dev/null +++ b/website/features/GetterSetter.html @@ -0,0 +1,25 @@ + + + + + + + + + + @Getter and @Setter + +
+
+
+ +

@Getter and @Setter

+
+
+ +
+
+
diff --git a/website/features/features.css b/website/features/features.css new file mode 100644 index 00000000..e7bbdeca --- /dev/null +++ b/website/features/features.css @@ -0,0 +1,51 @@ +body { + font-family: Verdana; + background-image: url(gradient.png); + background-repeat: repeat-x; + background-attachment: fixed; +} + +#pepper { + background-image: url(lombok-background.png); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: 50px 20px; +} + +.meat { + padding: 0px 48px; +} + +.meat .header { + position: absolute; + top: 10px; + left: 30px; +} + +.meat .minimumHeight { + height: 700px; + width: 5px; + float: left; +} + +h1 { + width: 100%; + text-align: center; +} + +footer { + margin: 64px auto 0 auto; + padding-bottom: 16px; + display: block; + text-align: center; +} + +footer .disabled { + color: #aaa; +} + +footer .copyright { + color: #555; + font-size: 11px; + font-style: italic; +} diff --git a/website/features/gradient.png b/website/features/gradient.png new file mode 100644 index 00000000..3ffcde2c Binary files /dev/null and b/website/features/gradient.png differ diff --git a/website/features/lombok-background.png b/website/features/lombok-background.png new file mode 100644 index 00000000..0fbdf64c Binary files /dev/null and b/website/features/lombok-background.png differ diff --git a/website/index.css b/website/index.css index aa9a9e51..884a13dc 100644 --- a/website/index.css +++ b/website/index.css @@ -123,7 +123,7 @@ code { footer { margin-top: 8px; display: block; - color: #333; + color: #555; font-style: italic; font-size: 11px; width: 100%; -- cgit