From 333ae58ae5c73510e588d00c264463e07e924371 Mon Sep 17 00:00:00 2001 From: Martina Maggio <martina.maggio@control.lth.se> Date: Wed, 15 Oct 2014 18:40:49 +0000 Subject: [PATCH] Modified a few things --- cfp.html | 2 + conference.html | 2 + conference_dates.html | 2 + css/style.css | 100 +++++++++++++++++++++++++++++++++----- index.html | 2 + local.html | 2 + local_accomodation.html | 2 + local_arrival.html | 2 + news.html | 4 +- organizing-committee.html | 6 ++- program-committee.html | 3 +- program-keynote.html | 6 ++- registration.html | 2 + suggestions.html | 2 + wip.html | 6 ++- workshops.html | 2 + 16 files changed, 124 insertions(+), 21 deletions(-) diff --git a/cfp.html b/cfp.html index a16e9c2..3ca99be 100644 --- a/cfp.html +++ b/cfp.html @@ -65,6 +65,8 @@ Following a successful tradition at ECRTS, there will be a special Work in Progr </ul> </div> <div id="sidebar"> + <div id="roundedsign-active-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/conference.html b/conference.html index 0b21daa..c2d1628 100644 --- a/conference.html +++ b/conference.html @@ -55,6 +55,8 @@ </ul> </div> <div id="sidebar"> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/conference_dates.html b/conference_dates.html index 0ed0d16..6dad623 100644 --- a/conference_dates.html +++ b/conference_dates.html @@ -43,6 +43,8 @@ </ul> </div> <div id="sidebar"> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-active-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/css/style.css b/css/style.css index c503796..eeef8d7 100644 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,7 @@ html { padding:0; color:#000; font-family: 'AbelRegular', Helvetica, sans-serif; - font-size:21px; + font-size:19px; color:#000; height: 100%; } @@ -71,7 +71,7 @@ span.boldtag { width: 650px; } #main h4 { - font-size:25px; + font-size:19px; letter-spacing:.02em; margin:0; margin-bottom:10px; @@ -124,7 +124,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-active-blue a { @@ -143,7 +143,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-inactive-blue a { @@ -161,7 +161,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-active-red a { @@ -180,7 +180,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-inactive-red a { @@ -198,7 +198,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-active-green a { @@ -217,7 +217,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-inactive-green a { @@ -235,7 +235,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-active-purple a { @@ -254,7 +254,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-inactive-purple a { @@ -272,7 +272,7 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-active-darkgreen a { @@ -291,13 +291,87 @@ span.boldtag { color:#ffffff; font-weight:400; letter-spacing:.02em; - font-size:25px; + font-size:21px; text-transform:uppercase; } #roundedsign-inactive-darkgreen a { color:#ffffff; text-decoration: none; } +#roundedsign-inactive-purpleish { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#ffb460; + height:50px; + width:180px; + line-height:50px; + padding-left:20px; + margin-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:21px; + text-transform:uppercase; +} +#roundedsign-inactive-purpleish a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-active-purpleish { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#ffb460; + height:50px; + width:200px; + line-height:50px; + padding-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:21px; + text-transform:uppercase; +} +#roundedsign-active-purpleish a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-inactive-blueish { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#1b2460; + height:50px; + width:180px; + line-height:50px; + padding-left:20px; + margin-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:21px; + text-transform:uppercase; +} +#roundedsign-inactive-blueish a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-active-blueish { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#1b2460; + height:50px; + width:200px; + line-height:50px; + padding-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:21px; + text-transform:uppercase; +} +#roundedsign-active-blueish a { + color:#ffffff; + text-decoration: none; +} .imageborderright { float: right; border: 1px solid #000000; @@ -311,5 +385,5 @@ span.boldtag { margin: 5px; } #empty { - height: 100px; + height: 50px; } \ No newline at end of file diff --git a/index.html b/index.html index 37bc362..7542eeb 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,8 @@ <div id="empty"></div> <div id="roundedsign-active-blue"><a href="index.html">Welcome</a></div> <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/local.html b/local.html index cd0b5bd..c8af0c6 100644 --- a/local.html +++ b/local.html @@ -37,6 +37,8 @@ The city of Lund, with around 100,000 citizens is very much dominated by the stu <div id="empty"></div> <div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div> <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-active-purple"><a href="local.html">Local Info</a></div> </div> diff --git a/local_accomodation.html b/local_accomodation.html index c353d4c..42584a4 100644 --- a/local_accomodation.html +++ b/local_accomodation.html @@ -133,6 +133,8 @@ Getingevägen 4<br> <div id="empty"></div> <div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div> <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-active-purple"><a href="local.html">Local Info</a></div> </div> diff --git a/local_arrival.html b/local_arrival.html index 02cd032..d16fb65 100644 --- a/local_arrival.html +++ b/local_arrival.html @@ -34,6 +34,8 @@ Several of the hotels in Lund are also so close to the train station that walkin <div id="empty"></div> <div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div> <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-active-purple"><a href="local.html">Local Info</a></div> </div> diff --git a/news.html b/news.html index 418f5ff..b7419bb 100644 --- a/news.html +++ b/news.html @@ -14,7 +14,7 @@ <img src="img/logo.png"> <h4>News</h4> - 30.09.2014 - Website up and running + 15.10.2014 - Added program committee members </div> </div> @@ -23,6 +23,8 @@ <div id="empty"></div> <div id="roundedsign-active-blue"><a href="index.html">Welcome</a></div> <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/organizing-committee.html b/organizing-committee.html index 9884358..a7db4ac 100644 --- a/organizing-committee.html +++ b/organizing-committee.html @@ -24,9 +24,9 @@ </ul> <h4>Work-in-Progress Chair</h4> - <ul> + <!-- <ul> <li>To be announced.</li> - </ul> + </ul> --> <h4>Real-Time Technical Committee Chair</h4> <ul> @@ -75,6 +75,8 @@ </ul> </div> <div id="sidebar"> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/program-committee.html b/program-committee.html index 609e734..b8ddc7c 100644 --- a/program-committee.html +++ b/program-committee.html @@ -43,7 +43,6 @@ <li><a href="http://user.it.uu.se/~yi/" target="_blank" rel="nofollow">Wang Yi</a>, Uppsala University, Sweden </li> </ul> - </div> </div> @@ -65,6 +64,8 @@ </ul> </div> <div id="sidebar"> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/program-keynote.html b/program-keynote.html index 660663a..1a5b039 100644 --- a/program-keynote.html +++ b/program-keynote.html @@ -14,9 +14,9 @@ <img src="img/logo.png"> <h4>Keynote speakers</h4> - <ul> + <!-- <ul> <li>To be announced.</li> - </ul> + </ul> --> @@ -41,6 +41,8 @@ </ul> </div> <div id="sidebar"> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/registration.html b/registration.html index e348fbc..04418ef 100644 --- a/registration.html +++ b/registration.html @@ -24,6 +24,8 @@ <div id="empty"></div> <div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div> <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-active-darkgreen"><a href="registration.html">Register</a></div> diff --git a/suggestions.html b/suggestions.html index 5130f14..122394a 100644 --- a/suggestions.html +++ b/suggestions.html @@ -104,6 +104,8 @@ Of course, there are many examples of this kind, and we cannot be exhaustive in </ul> </div> <div id="sidebar"> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/wip.html b/wip.html index 72ab171..4775308 100644 --- a/wip.html +++ b/wip.html @@ -14,7 +14,7 @@ <img src="img/logo.png"> <h4>Work in Progress Session</h4> - <ul> + <!-- <ul> <li>Submission Deadline: To be announced.</li> <li>Notification of Acceptance: To be announced.</li> <li>Camera Ready Submission: To be announced.</li> @@ -23,7 +23,7 @@ <h4>List of Accepted Papers and Presentations</h4> <ul> <li>To be announced.</li> - </ul> + </ul> --> </div> @@ -48,6 +48,8 @@ </ul> </div> <div id="sidebar"> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> diff --git a/workshops.html b/workshops.html index 694b0c6..6a84964 100644 --- a/workshops.html +++ b/workshops.html @@ -36,6 +36,8 @@ <div id="empty"></div> <div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div> <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-purpleish"><a href="cfp.html">Call for Papers</a></div> + <div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div> <div id="roundedsign-active-green"><a href="workshops.html">Workshops</a></div> <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> -- GitLab