diff --git a/assets/diamondlattice.png b/assets/diamondlattice.png deleted file mode 100644 index f1ed7dbd0..000000000 Binary files a/assets/diamondlattice.png and /dev/null differ diff --git a/assets/hashlogo-lighttext.png b/assets/hashlogo-lighttext.png deleted file mode 100644 index 7f94ccdd9..000000000 Binary files a/assets/hashlogo-lighttext.png and /dev/null differ diff --git a/assets/hashlogo.png b/assets/hashlogo.png deleted file mode 100644 index 99ef21328..000000000 Binary files a/assets/hashlogo.png and /dev/null differ diff --git a/assets/hashlogo.svg b/assets/hashlogo.svg deleted file mode 100644 index c056a621e..000000000 --- a/assets/hashlogo.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/hashlogo.xcf b/assets/hashlogo.xcf deleted file mode 100644 index b7aaa63f8..000000000 Binary files a/assets/hashlogo.xcf and /dev/null differ diff --git a/assets/home.html b/assets/home.html deleted file mode 100644 index 653715669..000000000 --- a/assets/home.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - -
- -
- - -
"The Network"
- - - -
-
-One of the traditional problems with independent publishing on the internet has always been the fact that independent publishers often operate as isolated islands within their own website, and spend most of their resources attracting visitors. The rise of corporate providers and social networking services alleviated many of these problems; however centralisation has led to a situation where your content is no longer under your direct control. It is shared fully with corporate advertisers and governments, but ironically you are now often asked to pay money to ensure that your friends can see it. What if you could have advantages of scale and connections that centralisation typically offers whilst maintaining independent control over your own web presence? -
-
-
-The Hubzilla is a super network created from a huge number of smaller independent and autonomous websites - which are linked together into a cooperative publishing and social platform. It consists of an open source webapp providing a complete multi-user decentralised publishing, sharing, and communications system - known as a "hub". Each hub provides communications (private messaging, chat, blogging, forums, and social networking), along with media management (photos, events, files, web pages, shareable apps) for its members; all in a feature-rich platform. These hubs automatically reach out and connect with each other and the rest of the matrix. Privacy and content ownership always remain under the direct personal control of the individual; and permission to access any item can be granted or denied to anybody in the entire matrix. -
-
-
-What makes the Hubzilla unique is what we call "magic authentication" - which is based on our groundbreaking work in decentralised identity services. No other platform provides this ability. Within the matrix the boundaries between different hubs are blurred or seemingly non-existent. Identity in the matrix is considered transient and potentially nomadic. "Who you are" has nothing to do with "what computer you're connected to", and website content can adapt itself according to who is viewing it. You have the ability to "clone" your identity to other hubs; which allows you to continue to communicate with your friends seamlessly if your primary hub is ever disabled (temporarily or permanently). -
-
-
-The Hubzilla is ideal for communities of any size, from private individuals and families to online forums, business websites, and organisations. It can be used by anybody who has communications or web content that they wish to share, but where they desire complete control of whom they share it with.
-
-
-
Hubzilla - "The Network"
-
-Sign up now! -Donate / Sponsor -
-
Public Sites | Project Home | Code | Developers
-
- - - - - - - - - - - - - - - - -
- diff --git a/assets/logo_simplifiedap.png b/assets/logo_simplifiedap.png deleted file mode 100644 index a49a9c12a..000000000 Binary files a/assets/logo_simplifiedap.png and /dev/null differ diff --git a/assets/narrow.css b/assets/narrow.css deleted file mode 100644 index dc47c6984..000000000 --- a/assets/narrow.css +++ /dev/null @@ -1,218 +0,0 @@ -body { - font-family: 'Ubuntu',Tahoma,Helvetica,Arial,sans-serif; - color: #111111; - text-align: center; - padding:0 0 22px 0; -} - - div#header{ - position:absolute; - z-index: 100; - top:0; - left:0; - width:100%; - height: 55px; - background: rgba(100, 0, 0, 0.8); - background-size:3000px 55px; - color: #fff; - display:none; - } - - @media screen{ - body>div#header{ - position: fixed; - } - body>div#footer{ - position:fixed; - } - - } - - - div#footer{ - position:absolute; - bottom:0; - left:0; - width:100%; - height:22px; - background: #AD002C; - color: #fff; -} - -#intro-text { -color:#c60032;font-size:1.2em;width:70%;margin-right:auto;margin-left:auto;text-align:justify; -} -div.section-text { -color:#c60032;font-size:1.2em;width:80%;margin-right:auto;margin-left:auto;text-align:justify; -} - -#tagline { - color: #c60032; - width:80%; - margin-top:0px; - margin-bottom:20px; - margin-left: auto; - margin-right: auto; -} - -div.red-button { - width:150px; - margin-left: auto; - margin-right: auto; - font-weight: 500; - font-size: larger; - background-color: #c60032; - border: 2px solid lightgray; - border-radius: 5px; - padding: 12px; -} -div.red-button a { - text-decoration: none; - color:#FFFFFF; -} -div.red-button a:hover { - text-decoration: none; - font-weight:600; - -} - -#footer { - font-size: 12px; - color:#fff; - padding-top: 4px; -} - -#footer a { - text-decoration: none; - color:#fff; -} -.bg { - display:none; -} -.bg2 { - display:none; -} -.bg-mask { - display:none; -} - -#bg-narrow { - background: url('diamondlattice.png') center center no-repeat ; - opacity: 0.05; - position:absolute; - top:0; - left:0; - z-index: -1; - width:100%; - height:300%; - display:none; -} - -div.summary-nodes-container { - display:none; -} -div.summary-menu-container { - display:block; -} -a.summary-menu-item { - display: block; - width:70%; - margin-left:auto;margin-right:auto; - border-radius:10px; - color:#FFFFFF; - font-size:1.2em; - text-align:center; - background:#c60032; - margin-bottom:5px; -} -a.summary-menu-item:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} - - -div#menubutton1 { - position: fixed; - top:10px; - left:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton1:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton2 { - position: fixed; - top:10px; - left:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton2:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton3 { - position: fixed; - top:10px; - right:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton3:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton4 { - position: fixed; - top:10px; - right:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton4:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.section-heading { - font-size:2.0em; - color:#c60032; -} -div.section-subtitle { - font-size:1.5em; - color:#c60032; -} \ No newline at end of file diff --git a/assets/nb-no/diamondlattice.png b/assets/nb-no/diamondlattice.png deleted file mode 100644 index f1ed7dbd0..000000000 Binary files a/assets/nb-no/diamondlattice.png and /dev/null differ diff --git a/assets/nb-no/logo_simplifiedap.png b/assets/nb-no/logo_simplifiedap.png deleted file mode 100644 index a49a9c12a..000000000 Binary files a/assets/nb-no/logo_simplifiedap.png and /dev/null differ diff --git a/assets/nb-no/narrow.css b/assets/nb-no/narrow.css deleted file mode 100644 index dc47c6984..000000000 --- a/assets/nb-no/narrow.css +++ /dev/null @@ -1,218 +0,0 @@ -body { - font-family: 'Ubuntu',Tahoma,Helvetica,Arial,sans-serif; - color: #111111; - text-align: center; - padding:0 0 22px 0; -} - - div#header{ - position:absolute; - z-index: 100; - top:0; - left:0; - width:100%; - height: 55px; - background: rgba(100, 0, 0, 0.8); - background-size:3000px 55px; - color: #fff; - display:none; - } - - @media screen{ - body>div#header{ - position: fixed; - } - body>div#footer{ - position:fixed; - } - - } - - - div#footer{ - position:absolute; - bottom:0; - left:0; - width:100%; - height:22px; - background: #AD002C; - color: #fff; -} - -#intro-text { -color:#c60032;font-size:1.2em;width:70%;margin-right:auto;margin-left:auto;text-align:justify; -} -div.section-text { -color:#c60032;font-size:1.2em;width:80%;margin-right:auto;margin-left:auto;text-align:justify; -} - -#tagline { - color: #c60032; - width:80%; - margin-top:0px; - margin-bottom:20px; - margin-left: auto; - margin-right: auto; -} - -div.red-button { - width:150px; - margin-left: auto; - margin-right: auto; - font-weight: 500; - font-size: larger; - background-color: #c60032; - border: 2px solid lightgray; - border-radius: 5px; - padding: 12px; -} -div.red-button a { - text-decoration: none; - color:#FFFFFF; -} -div.red-button a:hover { - text-decoration: none; - font-weight:600; - -} - -#footer { - font-size: 12px; - color:#fff; - padding-top: 4px; -} - -#footer a { - text-decoration: none; - color:#fff; -} -.bg { - display:none; -} -.bg2 { - display:none; -} -.bg-mask { - display:none; -} - -#bg-narrow { - background: url('diamondlattice.png') center center no-repeat ; - opacity: 0.05; - position:absolute; - top:0; - left:0; - z-index: -1; - width:100%; - height:300%; - display:none; -} - -div.summary-nodes-container { - display:none; -} -div.summary-menu-container { - display:block; -} -a.summary-menu-item { - display: block; - width:70%; - margin-left:auto;margin-right:auto; - border-radius:10px; - color:#FFFFFF; - font-size:1.2em; - text-align:center; - background:#c60032; - margin-bottom:5px; -} -a.summary-menu-item:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} - - -div#menubutton1 { - position: fixed; - top:10px; - left:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton1:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton2 { - position: fixed; - top:10px; - left:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton2:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton3 { - position: fixed; - top:10px; - right:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton3:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton4 { - position: fixed; - top:10px; - right:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#c60032; - display: none; - z-index:200; -} -div#menubutton4:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.section-heading { - font-size:2.0em; - color:#c60032; -} -div.section-subtitle { - font-size:1.5em; - color:#c60032; -} \ No newline at end of file diff --git a/assets/nb-no/theRedMatrix.pptx b/assets/nb-no/theRedMatrix.pptx deleted file mode 100644 index b6b6a2680..000000000 Binary files a/assets/nb-no/theRedMatrix.pptx and /dev/null differ diff --git a/assets/nb-no/uluru2.jpg b/assets/nb-no/uluru2.jpg deleted file mode 100644 index d58fca390..000000000 Binary files a/assets/nb-no/uluru2.jpg and /dev/null differ diff --git a/assets/nb-no/wide.css b/assets/nb-no/wide.css deleted file mode 100644 index fe5e8ed6d..000000000 --- a/assets/nb-no/wide.css +++ /dev/null @@ -1,396 +0,0 @@ -body { - font-family: 'Ubuntu',Tahoma,Helvetica,Arial,sans-serif; - color: #111111; - /*color: rgba(0,0,0,0.0); */ - text-align: center; - /* background-image: url("hubzillabkgd.jpg"); */ - /*background: #ececec;*/ - padding:0 0 22px 0; - /* background: url(hubzillabkgd.jpg) no-repeat center center scroll; */ - /* - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - */ -} - -#intro-textl, #intro-textr { -text-align: left; color:#444444;font-size:1.3em; -} -div.section-text { -color:#C60032;font-size:1.2em;width:700px;margin-right:auto;margin-left:auto;text-align:justify; -} - - - div#header{ - display:none; - position:absolute; - z-index: 100; - top:0; - left:0; - width:100%; - height: 55px; - /* background-image: url("hubzillabkgd.jpg"); */ - background: rgba(198, 0, 50, 0.8); - background-size:3000px 55px; - /* background: #afafaf;*/ - color: #fff; - } - @media screen{ - body>div#header{ - position: fixed; - } - body>div#footer{ - position:fixed; - } - - } - - div#footer{ - position:absolute; - bottom:0; - left:0; - width:100%; - height:22px; - background: #AD002C; - color: #fff; - } - - - -#tagline { - color: #880000; -/* width:600px; - margin-top:0px; - margin-bottom:20px; - margin-left: auto; - margin-right: auto; */ -} - - -.clear { - clear: both; -} - -div.red-button { - width:150px; - margin-left: auto; - margin-right: auto; - font-weight: 500; - font-size: larger; - background-color: #C60032; - border: 2px solid lightgray; - border-radius: 5px; - padding: 12px; -} -div.red-button a { - text-decoration: none; - color:#FFFFFF; -} -div.red-button a:hover { - text-decoration: none; - font-weight:600; -} - -#footer { - font-size: 12px; - color:#fff; - padding-top: 4px; -} - -#footer a { - text-decoration: none; - color:#fff; -} - -.bg { - background: url('diamondlattice.png') center center no-repeat ; - position: fixed; - width: 100%; - height: 1350px; - - top:0px; - left:0px; - opacity: 1.0; - z-index: -1; -} -.bg2 { - background: url('diamondlattice.png') center center no-repeat; - position: fixed; - - width: 100%; - height: 1350px; - top:0px; - left:0px; - opacity: 1.0; - z-index: -1; -} -.bg-mask { - background: rgba(255, 255, 255, 0.95) center center no-repeat; - position: fixed; - width: 100%; - height: 1350px; - top:0; - left:0px; - z-index: -1; - -} -.bg-narrow { - display:none; -} -div.summary-menu-container { - display:none; -} -div.summary-node { - position: fixed; - width: 50px; - text-align: center ; - font-size:1.2em; - - -} -div.summary-node-header { - font-size: 1.2em; - color:#FFFFFF; - font-weight:bold; -} -div.summary-node-1 { - position: absolute; - top:0px; - left:0px; - width:200px; - height:200px; - border-radius:100px; - color:#CCCCCC; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-1:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-1-text { - margin-top:25%; - width: 150px; - margin-left:auto; - margin-right:auto; -} -div.summary-node-2 { - position: absolute; - top:50px; - left:170px; - width:220px; - height:220px; - border-radius:200px; - color:#CCCCCC; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-2:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-2-text { - margin-top:30%; - width: 150px; - margin-left:auto; - margin-right:auto; -} -div.summary-node-3 { - position: absolute; - top:0px; - right:20px; - width:250px; - height:250px; - border-radius:200px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-3:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-3-text { - margin-top:25%; - width: 200px; - margin-left:auto; - margin-right:auto; -} - -div.summary-node-4 { - position: absolute; - top:200px; - right:180px; - width:200px; - height:200px; - border-radius:200px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-4:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-4-text { - margin-top:25%; - width: 150px; - margin-left:auto; - margin-right:auto; -} -div.summary-node-5 { - position: absolute; - top:250px; - left:120px; - width:150px; - height:150px; - border-radius:150px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-5:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-5-text { - margin-top:55px; - width: 150px; - margin-left:auto; - margin-right:auto; - font-size:2.0em; - -} -div.summary-node-6 { - position: absolute; - top:20px; - right:270px; - width:150px; - height:150px; - border-radius:150px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-6:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-6-text { - margin-top:30px; - width: 100px; - margin-left:auto; - margin-right:auto; -} -div.summary-nodes-container { - position: relative; - margin-left: auto ; - margin-right: auto ; - margin-top:30px; - margin-bottom:30px; - width: 800px; - height: 400px; - text-align: center ; -} -div#menubutton1 { - position: fixed; - top:10px; - left:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton1:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton2 { - position: fixed; - top:10px; - left:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton2:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton3 { - position: fixed; - top:10px; - right:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton3:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton4 { - position: fixed; - top:10px; - right:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton4:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.section-heading { - font-size:2.0em; - color:#C60032; - width:700px; - margin-bottom: 1em; - margin-left:auto; - margin-right:auto; -} -div.section-subtitle { - font-size:1.5em; - color:#BB0000; -} \ No newline at end of file diff --git a/assets/theRedMatrix.pptx b/assets/theRedMatrix.pptx deleted file mode 100644 index b6b6a2680..000000000 Binary files a/assets/theRedMatrix.pptx and /dev/null differ diff --git a/assets/uluru2.jpg b/assets/uluru2.jpg deleted file mode 100644 index d58fca390..000000000 Binary files a/assets/uluru2.jpg and /dev/null differ diff --git a/assets/wide.css b/assets/wide.css deleted file mode 100644 index fe5e8ed6d..000000000 --- a/assets/wide.css +++ /dev/null @@ -1,396 +0,0 @@ -body { - font-family: 'Ubuntu',Tahoma,Helvetica,Arial,sans-serif; - color: #111111; - /*color: rgba(0,0,0,0.0); */ - text-align: center; - /* background-image: url("hubzillabkgd.jpg"); */ - /*background: #ececec;*/ - padding:0 0 22px 0; - /* background: url(hubzillabkgd.jpg) no-repeat center center scroll; */ - /* - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - */ -} - -#intro-textl, #intro-textr { -text-align: left; color:#444444;font-size:1.3em; -} -div.section-text { -color:#C60032;font-size:1.2em;width:700px;margin-right:auto;margin-left:auto;text-align:justify; -} - - - div#header{ - display:none; - position:absolute; - z-index: 100; - top:0; - left:0; - width:100%; - height: 55px; - /* background-image: url("hubzillabkgd.jpg"); */ - background: rgba(198, 0, 50, 0.8); - background-size:3000px 55px; - /* background: #afafaf;*/ - color: #fff; - } - @media screen{ - body>div#header{ - position: fixed; - } - body>div#footer{ - position:fixed; - } - - } - - div#footer{ - position:absolute; - bottom:0; - left:0; - width:100%; - height:22px; - background: #AD002C; - color: #fff; - } - - - -#tagline { - color: #880000; -/* width:600px; - margin-top:0px; - margin-bottom:20px; - margin-left: auto; - margin-right: auto; */ -} - - -.clear { - clear: both; -} - -div.red-button { - width:150px; - margin-left: auto; - margin-right: auto; - font-weight: 500; - font-size: larger; - background-color: #C60032; - border: 2px solid lightgray; - border-radius: 5px; - padding: 12px; -} -div.red-button a { - text-decoration: none; - color:#FFFFFF; -} -div.red-button a:hover { - text-decoration: none; - font-weight:600; -} - -#footer { - font-size: 12px; - color:#fff; - padding-top: 4px; -} - -#footer a { - text-decoration: none; - color:#fff; -} - -.bg { - background: url('diamondlattice.png') center center no-repeat ; - position: fixed; - width: 100%; - height: 1350px; - - top:0px; - left:0px; - opacity: 1.0; - z-index: -1; -} -.bg2 { - background: url('diamondlattice.png') center center no-repeat; - position: fixed; - - width: 100%; - height: 1350px; - top:0px; - left:0px; - opacity: 1.0; - z-index: -1; -} -.bg-mask { - background: rgba(255, 255, 255, 0.95) center center no-repeat; - position: fixed; - width: 100%; - height: 1350px; - top:0; - left:0px; - z-index: -1; - -} -.bg-narrow { - display:none; -} -div.summary-menu-container { - display:none; -} -div.summary-node { - position: fixed; - width: 50px; - text-align: center ; - font-size:1.2em; - - -} -div.summary-node-header { - font-size: 1.2em; - color:#FFFFFF; - font-weight:bold; -} -div.summary-node-1 { - position: absolute; - top:0px; - left:0px; - width:200px; - height:200px; - border-radius:100px; - color:#CCCCCC; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-1:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-1-text { - margin-top:25%; - width: 150px; - margin-left:auto; - margin-right:auto; -} -div.summary-node-2 { - position: absolute; - top:50px; - left:170px; - width:220px; - height:220px; - border-radius:200px; - color:#CCCCCC; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-2:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-2-text { - margin-top:30%; - width: 150px; - margin-left:auto; - margin-right:auto; -} -div.summary-node-3 { - position: absolute; - top:0px; - right:20px; - width:250px; - height:250px; - border-radius:200px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-3:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-3-text { - margin-top:25%; - width: 200px; - margin-left:auto; - margin-right:auto; -} - -div.summary-node-4 { - position: absolute; - top:200px; - right:180px; - width:200px; - height:200px; - border-radius:200px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-4:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-4-text { - margin-top:25%; - width: 150px; - margin-left:auto; - margin-right:auto; -} -div.summary-node-5 { - position: absolute; - top:250px; - left:120px; - width:150px; - height:150px; - border-radius:150px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-5:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-5-text { - margin-top:55px; - width: 150px; - margin-left:auto; - margin-right:auto; - font-size:2.0em; - -} -div.summary-node-6 { - position: absolute; - top:20px; - right:270px; - width:150px; - height:150px; - border-radius:150px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; -} -div.summary-node-6:hover{ - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.summary-node-6-text { - margin-top:30px; - width: 100px; - margin-left:auto; - margin-right:auto; -} -div.summary-nodes-container { - position: relative; - margin-left: auto ; - margin-right: auto ; - margin-top:30px; - margin-bottom:30px; - width: 800px; - height: 400px; - text-align: center ; -} -div#menubutton1 { - position: fixed; - top:10px; - left:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton1:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton2 { - position: fixed; - top:10px; - left:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton2:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton3 { - position: fixed; - top:10px; - right:350px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton3:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div#menubutton4 { - position: fixed; - top:10px; - right:200px; - width:150px; - height:30px; - border-radius:10px; - color:#FFFFFF; - /* line-height:100px; */ - text-align:center; - background:#C60032; - display: none; - z-index:200; -} -div#menubutton4:hover { - color:#FFFFFF; - text-decoration:none; - background:#550000 -} -div.section-heading { - font-size:2.0em; - color:#C60032; - width:700px; - margin-bottom: 1em; - margin-left:auto; - margin-right:auto; -} -div.section-subtitle { - font-size:1.5em; - color:#BB0000; -} \ No newline at end of file