mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-13 23:50:09 +00:00
139 lines
4.8 KiB
CSS
139 lines
4.8 KiB
CSS
/*
|
|
Copyright (C) Pixar. All rights reserved.
|
|
|
|
This license governs use of the accompanying software. If you
|
|
use the software, you accept this license. If you do not accept
|
|
the license, do not use the software.
|
|
|
|
1. Definitions
|
|
The terms "reproduce," "reproduction," "derivative works," and
|
|
"distribution" have the same meaning here as under U.S.
|
|
copyright law. A "contribution" is the original software, or
|
|
any additions or changes to the software.
|
|
A "contributor" is any person or entity that distributes its
|
|
contribution under this license.
|
|
"Licensed patents" are a contributor's patent claims that read
|
|
directly on its contribution.
|
|
|
|
2. Grant of Rights
|
|
(A) Copyright Grant- Subject to the terms of this license,
|
|
including the license conditions and limitations in section 3,
|
|
each contributor grants you a non-exclusive, worldwide,
|
|
royalty-free copyright license to reproduce its contribution,
|
|
prepare derivative works of its contribution, and distribute
|
|
its contribution or any derivative works that you create.
|
|
(B) Patent Grant- Subject to the terms of this license,
|
|
including the license conditions and limitations in section 3,
|
|
each contributor grants you a non-exclusive, worldwide,
|
|
royalty-free license under its licensed patents to make, have
|
|
made, use, sell, offer for sale, import, and/or otherwise
|
|
dispose of its contribution in the software or derivative works
|
|
of the contribution in the software.
|
|
|
|
3. Conditions and Limitations
|
|
(A) No Trademark License- This license does not grant you
|
|
rights to use any contributor's name, logo, or trademarks.
|
|
(B) If you bring a patent claim against any contributor over
|
|
patents that you claim are infringed by the software, your
|
|
patent license from such contributor to the software ends
|
|
automatically.
|
|
(C) If you distribute any portion of the software, you must
|
|
retain all copyright, patent, trademark, and attribution
|
|
notices that are present in the software.
|
|
(D) If you distribute any portion of the software in source
|
|
code form, you may do so only under this license by including a
|
|
complete copy of this license with your distribution. If you
|
|
distribute any portion of the software in compiled or object
|
|
code form, you may only do so under a license that complies
|
|
with this license.
|
|
(E) The software is licensed "as-is." You bear the risk of
|
|
using it. The contributors give no express warranties,
|
|
guarantees or conditions. You may have additional consumer
|
|
rights under your local laws which this license cannot change.
|
|
To the extent permitted under your local laws, the contributors
|
|
exclude the implied warranties of merchantability, fitness for
|
|
a particular purpose and non-infringement.
|
|
*/
|
|
.coursewareBackground {
|
|
background: #efefef;
|
|
float: left;
|
|
margin: 0 25px 25px;
|
|
padding: 30px 50px;
|
|
width: 796px;
|
|
color: #333;
|
|
font-size: 13px!important;
|
|
}
|
|
.coursewareBackground hr {
|
|
display:none;
|
|
}
|
|
.coursewareBackground img {
|
|
margin-bottom:20px;
|
|
max-width: 776px;
|
|
}
|
|
.coursewareBackground strong, .coursewareBackground p, .coursewareBackground h1, .coursewareBackground h2, .coursewareBackground h3, .coursewareBackground h4, .coursewareBackground h5, .coursewareBackground h6, .coursewareBackground li, .coursewareBackground li a {
|
|
color:#333;
|
|
}
|
|
.coursewareBackground a {
|
|
color:#000;
|
|
text-decoration:underline;
|
|
}
|
|
.coursewareBackground a:hover {
|
|
color: #CC9900!important;
|
|
}
|
|
.coursewareBackground pre, .coursewareBackground code {
|
|
background:#ddd;
|
|
}
|
|
.coursewareBackground ul li {
|
|
padding-left: 6px!important;
|
|
list-style-type:square!important;
|
|
}
|
|
.coursewareBackground h1, .coursewareBackground h2, .coursewareBackground h1 a, .coursewareBackground h2 a {
|
|
padding-bottom:10px;
|
|
margin-bottom:10px!important;
|
|
clear: left;
|
|
border-bottom:1px solid #ccc;
|
|
text-decoration:none;
|
|
}
|
|
.coursewareBackground div.note {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
padding:10px 5px 10px 5px;
|
|
clear: left;
|
|
border:1px solid #333;
|
|
background: #ccc;
|
|
}
|
|
.imageLeft {
|
|
float:left;
|
|
padding:0 10px 10px 0;
|
|
margin:0 10px 10px 0;
|
|
}
|
|
#mainContentContainer p {
|
|
font-family:Arial, Helvetica, sans-serif!important;
|
|
color:#333!important;
|
|
}
|
|
#mainContentContainer .entranceList p {
|
|
color: #aaa!important;
|
|
}
|
|
#mainContentContainer .entranceList h3 {
|
|
color: #FFCC03;
|
|
}
|
|
#mainContentContainer a:hover {
|
|
color: #FFCC03;
|
|
}
|
|
h1.articleContentTitle {
|
|
width:620px!important;
|
|
}
|
|
#mainContentContainer ul li {
|
|
color:#333;
|
|
font-weight:normal;
|
|
}
|
|
#mainContentContainer ol li {
|
|
color: #333!important;
|
|
font-weight: normal;
|
|
font-family: arial, sans-serif;
|
|
font-size: 13px!important;
|
|
}
|
|
ol img {
|
|
margin-left:-28px;
|
|
}
|