diff --git a/cfp.html b/cfp.html index a16e9c2a607342c1951a79eaa380f44f7f53ff56..3ca99bec46158f285e57af0bce5afac37fe04164 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 0b21daa3e6fae9b417aeb219c46312f7f7a09bc7..c2d16283213c85faccfb5e5ee623a8349b7fd9fb 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 0ed0d162dc3c583abb853f07c37d6e42f45d7c9a..6dad62320dc3a209c6b32afc5155f296c394a565 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 c50379692cc2d00ea83f7893d4aca07ef89ffbcc..eeef8d7e43888f5a0e319855d45f04b31810577b 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 37bc362cd02c960c1316583b011ed612e63ce30c..7542eeb5ad5e4e2eb5ccf268486b3f3153410192 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 cd0b5bdbbd34ec24dc55814cbf3f4ac7fa742e0c..c8af0c64ef080b006bcf3595da49ed463a6b2390 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 c353d4cfae54ca7843ab84a1792d59793b0d7c21..42584a45c37af74264ca68a280aed68c7a880c03 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 02cd032ecc34d3e47da81a282bb91f5c36136ef3..d16fb65d2f22197b3066d3a7e88428e9104dcee1 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 418f5ff86989e5fd9af78aa4d013cfa10cdace65..b7419bba8f815d7baaf568bbe0dc74731c7cce13 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 98843585074cae0c5078dbf936c7c558e03be10e..a7db4ac04516eee5a9593ff04e274fd391969c14 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 609e7346b7fe6f8f983ed4898371d6689f51db03..b8ddc7cb29a4d7a4a49312caaf5e2935018b9196 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 660663a3179e5ce6f7cb599d1a6c0925c61e620a..1a5b03997cf7d3a73883395abc782e2c85d4673f 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 e348fbc816e438fa8f74de8540c7d4408e37d8f5..04418efddb89e64352f6c57b504ac0b0da047724 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 5130f142712add7038e2b4c0d2dbfd098d4620ea..122394ad7293f689c57d69aa1a59e5efc281e00c 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 72ab171b7ab5aca5ba24f98340011248d4d58a3d..477530850c107864c9d7e7aa0968f7a001740852 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 694b0c631ee782763f0803edfbb6b268356bcb28..6a84964af392afd3864d0f6fe43a339b05fc4742 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>