Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
/*
Copyright 2013 Pixar
Licensed under the terms set forth in the LICENSE.txt file available at
https://opensubdiv.org/license.
*/
#top {
background-image: url('../images/background.jpg');
background-repeat:repeat;
padding-top:5px;
}
#titlearea {
background-image: url('../images/background.jpg');
background-repeat:repeat;
border: 1px solid rgb(204, 204, 204);
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
text-decoration: none;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
}
#projectlogo {
padding-bottom:10px;
padding-left:25px;
}
#projectlogo img {
width:150px;
}