Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- .pageNum{
- margin-top: 45px;
- text-align: center;
- }
-
- .pageNum li{
- width: 25px;
- height: 25px;
- text-align: center;
- line-height: 25px;
- margin-right: 5px;
- display: inline-block;
- }
-
- .pageNum p{
- height: 25px;
- text-align: center;
- line-height: 25px;
- margin-right: 5px;
- display: inline-block;
- }
-
- .pageNum li.active{
- background-color: var(--color);
- color: #ffffff;
- border-radius: 2px;
- }
-
- .pageNum li:hover{
- background-color: var(--color);
- color: #ffffff;
- border-radius: 2px;
- cursor:pointer;
- }
-
- .searchCriteria{
- padding: 28px 22px;
- }
-
- .searchCriteria p{
- line-height: 30px;
- }
-
- .searchCriteria input[type='text']{
- border: 2px solid var(--color);
- padding: 5px;
- }
-
- .searchCriteria input[type='button']{
- border: none;
- padding: 6px 20px;
- background: var(--color);
- color:#ffffff;
- border-radius: 15px;
- }
-
- .interactList{
- padding: 0px 20px;
- border: 1px solid #e3e3e3;
- }
-
- .interactList ul li{
- padding: 34px 0px;
- border-bottom: 1px dashed #e3e3e3;
- }
-
- .interactList ul li:last-child{
- border: none;
- }
|