Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default theme.css #1

Open
SandroMoretti opened this issue Mar 3, 2020 · 1 comment
Open

default theme.css #1

SandroMoretti opened this issue Mar 3, 2020 · 1 comment

Comments

@SandroMoretti
Copy link
Owner

table{
	width: 70%;
	margin-left: 15%;
}


td, th{
	border: 1px solid black;
}

table {
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 8px;
}

th{
	text-align: center;
	background: green;
	color: white;
}

.td-image{
	text-align: center;
}

.td-image>img{
	padding-top: 10px;
}

tr:nth-child(even) {background-color: #e6ffdf;}
@SandroMoretti
Copy link
Owner Author

Final para 1 coluna:

*{
	padding: 0px;
	margin: 0px;
}

table{
	width: 280px;	/*  tamanho da linha (distancia entre as colunas) */
}

table {
  border-collapse: collapse;
}

img{
	width: 100px;	/* tamanho da imagem */
}

span{
	display: inline-block;
	margin-top: 12px;	/* borda do texto que está escrito o código */
	font-size: 16px;	/* tamanho do texto do código */
}

td>span{
	font-size: 15px;	/* tamanho do número de referencia (sequencial) */
}


th{
	display: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant