diff --git a/css/activities.css b/css/activities.css index 9e787ed8f0..dcc64e58f9 100644 --- a/css/activities.css +++ b/css/activities.css @@ -1769,51 +1769,35 @@ table { clear: both; } } -.upper-text, .lower-text { +.upper-text{ margin: 0; - font-size: 12px; + font-size: 14px; font-style: italic; font-weight: 100; } .lower-text{ text-align: right; } -@keyframes rainbowAnimation { - 0% { stop-color: red; } - 20% { stop-color: orange; } - 40% { stop-color: yellow; } - 60% { stop-color: green; } - 80% { stop-color: blue; } - 100% { stop-color: violet; } -} -@keyframes dullBorderAnimation { - 0% { stop-color: #7a7a7a; } /* Gray */ - 25% { stop-color: #a2a2a2; } /* Light Gray */ - 50% { stop-color: #5c5c5c; } /* Dark Gray */ - 75% { stop-color: #8e8e8e; } /* Medium Gray */ - 100% { stop-color: #7a7a7a; } /* Back to Gray */ -} .bottom-right-logo1{ position: absolute; - bottom: 30px; /* Distance from the bottom */ - right: 125px; /* Distance from the right */ + bottom: 32px; /* Distance from the bottom */ + right: 23px; /* Distance from the right */ padding: 10px; border-radius: 5px; cursor: pointer; -} -.bottom-right-logo3{ - position: absolute; - bottom: 3px; /* Distance from the bottom */ - right: 3px; /* Distance from the right */ - padding: 5px; - border-radius: 5px; - cursor: pointer; + color: black; } .logo-container{ position: absolute; - bottom: 3px; /* Distance from the bottom */ - right: 25px; /* Distance from the right */ + bottom: 1px; /* Distance from the bottom */ + right: 23px; /* Distance from the right */ padding: 0px; border-radius: 5px; cursor: pointer; +} +#link-to-sugarLabs:link , +#link-to-sugarLabs:visited , +#link-to-sugarLabs:hover , +#link-to-sugarLabs:active { + color: #000; } \ No newline at end of file diff --git a/dist/css/activity.css b/dist/css/activity.css index 83fe671daf..149691082b 100644 --- a/dist/css/activity.css +++ b/dist/css/activity.css @@ -229,55 +229,30 @@ input.number { #canvas { overflow-y: visible; } -.upper-text, .lower-text { +.upper-text { margin: 0; - font-size: 23px; + font-size: 14px; font-style: italic; font-weight: 100; } .lower-text{ text-align: right; } -@keyframes rainbowAnimation { - 0% { stop-color: red; } - 20% { stop-color: orange; } - 40% { stop-color: yellow; } - 60% { stop-color: green; } - 80% { stop-color: blue; } - 100% { stop-color: violet; } -} -@keyframes dullBorderAnimation { - 0% { stop-color: #7a7a7a; } /* Gray */ - 25% { stop-color: #a2a2a2; } /* Light Gray */ - 50% { stop-color: #5c5c5c; } /* Dark Gray */ - 75% { stop-color: #8e8e8e; } /* Medium Gray */ - 100% { stop-color: #7a7a7a; } /* Back to Gray */ -} .bottom-right-logo1{ - z-index: 99999; position: absolute; - bottom: 57px; /* Distance from the bottom */ - right: 210px; /* Distance from the right */ + bottom: 32px; /* Distance from the bottom */ + right: 23px; /* Distance from the right */ padding: 10px; border-radius: 5px; cursor: pointer; -} -.bottom-right-logo3{ - z-index: 99999; - position: absolute; - bottom: 3px; /* Distance from the bottom */ - right: 3px; /* Distance from the right */ - padding: 5px; - border-radius: 5px; - cursor: pointer; + color: black; } .logo-container{ - z-index: 99999; position: absolute; - bottom: 0px; /* Distance from the bottom */ - right: 20px; /* Distance from the right */ + bottom: 1px; /* Distance from the bottom */ + right: 23px; /* Distance from the right */ padding: 0px; - border-radius: 0px; + border-radius: 5px; cursor: pointer; } #link-to-sugarLabs:link , diff --git a/index.html b/index.html index 12dfd676fc..83a0b4e6f8 100644 --- a/index.html +++ b/index.html @@ -176,54 +176,21 @@