diff --git a/css/activities.css b/css/activities.css index cd8915cdb5..bd8df1a23c 100644 --- a/css/activities.css +++ b/css/activities.css @@ -487,7 +487,7 @@ img.icon:hover { } #loading-image-container { - z-index: 99999; + z-index: 89999; } body { @@ -1836,3 +1836,22 @@ table { clear: both; } } +.logo-container{ + position: absolute; + 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; +} +.color-change { + fill : #033CD2; + stroke : #78E600; + stroke-width: 3; +} \ No newline at end of file diff --git a/css/logo.svg b/css/logo.svg new file mode 100644 index 0000000000..cdcae4b478 --- /dev/null +++ b/css/logo.svg @@ -0,0 +1 @@ + diff --git a/dist/css/activities.css b/dist/css/activities.css index 5b5257b166..e8cd86403a 100644 --- a/dist/css/activities.css +++ b/dist/css/activities.css @@ -302,7 +302,7 @@ img.icon:hover { background-color: rgba(139, 195, 74, 0.8); } #loading-image-container { - z-index: 99999; + z-index: 89999; } body { background-color: #92b5c8 !important; diff --git a/dist/css/activity.css b/dist/css/activity.css index 7657ec9b2f..d2c2b77232 100644 --- a/dist/css/activity.css +++ b/dist/css/activity.css @@ -192,7 +192,7 @@ img.icon:hover { background-color: rgba(139, 195, 74, 0.8); } #loading-image-container { - z-index: 99999; + z-index: 89999; } body { background-color: #9cf; @@ -229,3 +229,36 @@ input.number { #canvas { overflow-y: visible; } +.logo-container{ + position: absolute; + 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; +} +.logo-container{ + position: absolute; + 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; +} +.color-change { + fill : #033CD2; + stroke : #78E600; + stroke-width: 4; +} \ No newline at end of file diff --git a/index.html b/index.html index 124f92746c..5030f78fc4 100644 --- a/index.html +++ b/index.html @@ -174,6 +174,35 @@ loadL10nSplashScreen();
+ +