Damlanur 4 years ago
commit 44d0024c97

@ -7,11 +7,11 @@
body { body {
background-color: #F4EBE8; background-color: #F4EBE8;
font-family: Roboto Mono; font-family: Roboto Mono;
font-size:14px;
} }
/* Organizations list */ /* Organizations list */
.collapsible{ .collapsible{
font-size:14px;
padding-left: 70px; padding-left: 70px;
line-height: 1; line-height: 1;
color: #371F10; color: #371F10;

@ -33,7 +33,7 @@ body {
/*links*/ /*links*/
a:link { a:link {
text-decoration: none; text-decoration: ;
color: #371F10; color: #371F10;
} }
@ -49,16 +49,16 @@ a:hover {
h1 { h1 {
/*position: fixed; /* position: fixed;
right:0%; right:0%;
top:5%; bottom:83%;
text-align: right; text-align: right;
background-color: rgba(11,239,235,0.7); background-color: rgba(11,239,235,0.7);
padding: 3px 35px 3px 10px; padding: 3px 35px 3px 10px;
z-index: 10; z-index: 10;*/
font-size: 27px; /* font-size: ;*/
color: #371F10;*/ /* color: #371F10;
max-width: 90%; max-width: 90%;*/
} }
h2{ h2{

@ -41,6 +41,8 @@ for (i = 0; i < coll.length; i++) {
}); });
} }
var links = document.querySelectorAll("*[title]");
for (var i=0; i<links.length; i++) { links[i].setAttribute("title", ""); }
</script> </script>
</body> </body>

Loading…
Cancel
Save