summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (uranus) <paul@buetow.org>2014-12-27 15:17:35 +0100
committerPaul Buetow (uranus) <paul@buetow.org>2014-12-27 15:17:35 +0100
commitf2c32a8104bf6087608f0ed4b9a3668e3b4daeda (patch)
tree8fdd5d5a6a2bb308e1a19b71c9221518c6186937
parentf4bfe4a21e19f960689facdf7eb3338a09daaf5c (diff)
add important2
-rw-r--r--default/htdocs/styles/css3.css9
-rw-r--r--fype.buetow.ninja/content/home.xml6
-rw-r--r--ychat.buetow.ninja/content/home.xml6
3 files changed, 15 insertions, 6 deletions
diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css
index b064ba4..21e6e61 100644
--- a/default/htdocs/styles/css3.css
+++ b/default/htdocs/styles/css3.css
@@ -46,6 +46,15 @@ div.important {
box-shadow: 10px 10px 5px #000000;
}
+div.important2 {
+ background-color: #FFA500;
+ border-width: 1px;
+ border-style: solid;
+ border-radius:10px;
+ margin-right: 10px;
+ box-shadow: 10px 10px 5px #000000;
+}
+
div.information {
background-color: #99FF66;
border-width: 1px;
diff --git a/fype.buetow.ninja/content/home.xml b/fype.buetow.ninja/content/home.xml
index e2d7cac..4dc4a56 100644
--- a/fype.buetow.ninja/content/home.xml
+++ b/fype.buetow.ninja/content/home.xml
@@ -14,14 +14,14 @@
<noop> (if exists) to get the stable stuff.</noop>
</text>
</important>
- <important>
+ <important2>
<text>
- <strong>Important notice 2:</strong>
+ <strong>Important notice:</strong>
<noop>The development of this project has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit </noop>
<hyperlink>http://dev.buetow.org</hyperlink>
<noop> and enjoy :)</noop>
</text>
- </important>
+ </important2>
<text>
<limg href="?document=images/fype.png" title="Fype"/>
<noop>... is an attempt to build an open source scripting language from scratch (just for fun) using C99 on the FreeBSD operating system. Fypes focus is to use as few dependencies on 3rd party libraries as possible and to use as less code as possible and a very small execution binary! Fype should be portable to many different operating systems as well. The first release will be also available at least for Linux and maybe other UNIX alike operating systems. Fype itself is using the BSD license.</noop>
diff --git a/ychat.buetow.ninja/content/home.xml b/ychat.buetow.ninja/content/home.xml
index 4727a81..217ef2c 100644
--- a/ychat.buetow.ninja/content/home.xml
+++ b/ychat.buetow.ninja/content/home.xml
@@ -13,14 +13,14 @@
<noop> (if exists) to get the stable stuff.</noop>
</text>
</important>
- <important>
+ <important2>
<text>
- <strong>Important notice 2:</strong>
+ <strong>Important notice:</strong>
<noop>The development of the yChat has been stalled. In near future, there will be no further development on this project. This project always was a proof of concept only. For current programming projects please visit </noop>
<hyperlink>http://dev.buetow.org</hyperlink>
<noop> and enjoy :)</noop>
</text>
- </important>
+ </important2>
<text>What is yChat? yChat is an experimental, XML-configurable, fast, very portable, multi-platform Web-based chat server written in C++ and a little subset of C which supports secure SSL sockets using OpenSSL, MySQL databases and is compatible with almost all browsers that support frames and JavaScript. It runs on all servers which are POSIX.4a compatible and use the GNU GCC C++ compiler from 3.1 and up with pthreads enabled. Its developed under the GNU General Public License.</text>
<text>PLEASE NOTICE THAT yChat IS NOT Ychat! Ychat is a Yahoo Chat Client while yChat is a web based chat server. So they both handle chatting but are very different and are totally different projects!</text>
</content>